• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

I tried everything! (2.0 --> 2.1) - missing PDO

Status
Not open for further replies.

wowbufer

banned
Hey guys

I had 2.0.18 chevereto and i add on footbar mod for showing how many images has been uploaded for so on and what is the size of images folder in showed in MB

Now i replace ALL files in root dir of image hosting and i upload upload.php

Then i try to run update.php and i try to open my website but always same problem, i create database i put info of databse in config.php but no result.... what now? >.<

There you go....

http://i.interes.hr/update.php
 
Da, moras ukoliko nemas pristup (root) access serveru da re-compile Apache\PHP sa ovim dodacima.

Bez toga 2.1 ne moze da radi.
 
To nije dovoljno, problem je u PHP.

PHP Mora da se (re-compile ili reinstalira) i da se ukljuce (enable) PDO sa PDO_MYSQL podrskom (supportom), bez toga 2.1 ne moze da radi.
 
Nema problema.

Ukoliko ISP ne bude hteo da ti sredi to, ako mozes da priustis, najbolje je da pocnes sa VPSom gde imas full root access (i po mogucnosit cpanel, jer je lako reinstalirati apache\php, i sve ostalo).

Ukoliko ti bude potrebna pomoc, slobodno me kontaktiraj putem PPa.
 
Gle razmisljao sam u VPS-u al ja neznam VPS komande tj (wget znam jedino XD)

a i dosta su mi skupi, imas ti vps, ak imas gdje ga hostaš?
 
Zbog toga sam ti i preporucio vps sa CPanel-om, jer, dosta toga moze da se uradi direktno preko www-a.

Ja imam dedicated servere.
 
Pozz, ovak pitao sam ja hosting za PDO a dobio sam njihov odgovor da je PDO installiran na serveru o_O

Covjece kako pa to plačaš o_O? To kosta oko soma kuna/mj
 
The script uses this to find if the extensions are loaded:

PHP:
if(!extension_loaded('pdo')) {
		$install_errors[] = 'PHP Data Objects (<a href="http://www.php.net/manual/book.pdo.php">PDO</a>) is not loaded.';
	}
	
	if(!extension_loaded('pdo_mysql')) {
		$install_errors[] = 'MySQL Functions (<a href="http://www.php.net/manual/ref.pdo-mysql.php" target="_blank">PDO_MYSQL</a>) is not loaded.';
	}
 
Status
Not open for further replies.
Back
Top