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

Fresh Install

Status
Not open for further replies.

firstcliq

Chevereto Member
I upgraded my version to fix the previous issue. Thanks for the help there. I went to the url and entered my database information and hit the submit. All seemed well as it went to the next page for admin, admin email, etc. When I submit on this page I get the following.

Can't create admin user:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tribedisco_pic.chv_settings' doesn't exist

I checked the database and no tables were created.

Thanks in advance.
 
This is returning 5.6.27:
PHP:
$db->getAttr(PDO::ATTR_SERVER_VERSION)
But phpmyadmin says:
Server version: 5.5.38 - MySQL Community Server (GPL)

So the problem is that you are running mysql 5.5.38 but for PHP is saying 5.6.27 and the problem comes because Chevereto uses innoDB for MySQL 5.6 and greater.
 
Status
Not open for further replies.
Back
Top