• 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.

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