• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

PDO not found, classes.

Status
Not open for further replies.

PecanTheToucan

Chevereto Member
Hello, I have received this error on my newly installed site, please can you assist me with resolving this error.

Fatal error
: Class 'PDO' not found in /home/vs88/public_html/lib/G/classes/class.db.php on line 67

Kindest regards,
Oliver Ingham
 
I'm looking at the file in question right now and I can see that it's there.

}

// PDO defaults
$this->pdo_default_attrs = [
PDO::ATTR_TIMEOUT => 30,
//PDO::ATTR_PERSISTENT => false
];
 
I'm looking at the file in question right now and I can see that it's there.

}

// PDO defaults
$this->pdo_default_attrs = [
PDO::ATTR_TIMEOUT => 30,
//PDO::ATTR_PERSISTENT => false
];

That is not the same thing.

PDO is a PHP core library, you must enable it in your php.ini
 
Status
Not open for further replies.
Back
Top