• 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

installation error 500

user_d6be2

Chevereto Member
I fixed the problem and I was able to install the script after adding the condition "Settings::get('chevereto_version_installed')" in the file "app/loader.php" line 231.

▶ Reproduction steps
  1. while trying to install the script
  2. on my website under Cpanel
  3. When I access to the website after copied all the installation files.
😢 Unexpected result

HTTP ERROR 500

📃 Error log message

> PDOException [0]: could not find driver
At /lib/G/classes/class.db.php:68

Stack trace:
#0 /lib/G/classes/class.db.php(68): PDO->__construct(':host=;dbname=', NULL, NULL, Array)
#1 /lib/G/classes/class.db.php(82): G\DB->__construct()
#2 /app/lib/classes/class.settings.php(368): G\DB::getInstance()
#3 /app/loader.php(235): CHV\Settings::update(Array)
#4 /index.php(20): include_once('/app/loader.php')
 
Back
Top