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

Replace the server, sync MySql error!

Status
Not open for further replies.
This is a server issue, not script issue. The system detects which engine must be used by doing this:
PHP:
version_compare($db->getAttr(\PDO::ATTR_SERVER_VERSION), '5.6', '<') ? 'MyISAM' : 'InnoDB';
The query is using innodb because the system is reading that the installed mysql version is >= 5.6 and if you get that message (fulltext support) is because you have an issue there. Either the server is returning a wrong version or you have another problem there because from 5.6 innodb supports fulltext.

I'm sorry, but you will have to ask your server administrator or hosting company.

Cheers,
Rodolfo.
 
Last edited:
Status
Not open for further replies.
Back
Top