• 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

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