What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug No Answer 'utf8mb3' is deprecated and will be removed in a future release. Please use utf8mb4 instead

madness85

Member
Mysql import error: 'utf8mb3' is deprecated and will be removed in a future release. Please use utf8mb4 instead

Tables effected: xfa_thread_tabs

Columns effected: (Collation) title, link and content


All are utf8_general_ci


cmd.php xf:convert-utf8mb4 does nothing to this addon.

(New installs aren't effected, this is only for older installs)
 
Last edited:

Clement

Freaky Coder
Staff member
Hi,

Sorry for the late reply, I am on holidays with low internet access.

I saw you discussed the matter with Fred for his add-on, he highlighted that it could be due to a partial upgrade of MySQL, did the fix you applied by yourself worked for both issues.

I checked the code from the conversion command, I see why it does not work.
It's only acting on tables with prefix xf_ or xengallery.

We might need to add xfa_ to that.
I'll keep the bug open for that.

Clément
 

Clement

Freaky Coder
Staff member
Indeed, I need to make that feature in our core addon.

I’ll do that ASAP.

Thanks for reminding me.
 

Clement

Freaky Coder
Staff member
Can you please try with that Core add-on version.
Use the same command by with xfa prefix:
cmd.php xfa:convert-utf8mb4
 

Attachments

  • XFA-Core-1.15.0.zip
    472.6 KB · Views: 1
Top