XF 2.2 Migration problem

greenchicken

Active member
"Full Unicode support has been enabled in config.php but your database is not set to support this. Full Unicode support should be disabled or errors may occur."

How do I fix this?
 
I was executing the command " php cmd.php xf:convert-utf8mb4 " in the folder /home/trucking/domains/xxxxxxxx.com/public_html/bb and was getting the message "No convertable tables found. No action required."


The error is still there
 
I believe you’re running XF 2.2.11 and this is addressed in XF 2.2.12.

so just hit the button and magically this will be fixed? :)
 

Attachments

  • Capture.webp
    Capture.webp
    13.4 KB · Views: 11
Hit the button and see what happens next.

If the message is still there, as I suspect it might be, you'll probably need to run this:

It's just this: php cmd.php xf:convert-utf8mb4 .

You need SSH to run it though.
If you don't have that, ask your host to run it.

But likely with better results.
 
Hit the button and see what happens next.

If the message is still there, as I suspect it might be, you'll probably need to run this:



But likely with better results.
I have ssh but I am weak at it I know how to log in and I know how to copy and paste just paste php cmd.php xf:convert-utf8mb4 at prompt?
 
For the avoidance of doubt, the command needs to be run again. Whether that be you or your host. Hopefully once it has been run after upgrading the error message will be gone.
 
Top Bottom