XF 2.1 Is it normal php cmd.php xf:convert-utf8mb4 skips the post-table?

rhakoome

Member
For unicode I have had my hosting company (Knownhost) run the command from the manual ( php cmd.php xf:convert-utf8mb4 ), but I see in the result it skips the post-table: (xf_post). Is that expected?

Since I still do get an error-message when somebody is using for instance an accent like ä...

Config.php has also been updated with the $config['fullUnicode'] = true; part.

Thanks in advance!

Raymond
 
There is no concept of "skipping" a table but we do detect failures. It would say something like:
Code:
The following tables failed to convert:
And then list xf_post followed by the error we faced when trying to convert it.

Can you let us know what that error is?
 
Back
Top Bottom