Jump to content

tasty igniter setup error


Michael_Baxter

Recommended Posts

I have been trying to setup a tasty igniter site but it seems i am having some real issues i go through the setup and the wizard says finalising site setup then i get a sql error on my screen

"SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '1.0.0'' COLLATE utf8mb4_unicode_ci' at line 1 (SQL: ALTER TABLE ti_extensions CHANGE version version VARCHAR(32) DEFAULT ''1.0.0'' COLLATE utf8mb4_unicode_ci)"

after googling this error the only info i can find is that the database collation has to be set to utf8mb4_unicode_ci so i have been into phpmyadmin and changed the collation to this setting but i still get this same error message and its getting frustrating can anyone throw me some help please and thanks in advance

tasty`.png

tasty2.png

Link to comment
Share on other sites

12 hours ago, requinix said:

SELECT @@GLOBAL.sql_mode; SELECT @@SESSION.sql_mode;

Ok so i went into phpmyadmin and ran the above 2 queries in the SQL tab and was returned this:

Quote

@@GLOBAL.sql_mode

STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_..

 

@@SESSION.sql_mode

STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_..

so if i am reading the results correctly then the answer to your question is No so how do i change these settings its really frustrating now

Edited by Michael_Baxter
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.