• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

(sb v3) sqlite has wrong encoding support, help please...

K

kyetech

Guest
OK,

When I installed sb V3 for linux.

I made a silly mistake, I installed sqlite with iso8859 encoding support, and not UTF-8 (which it should have been)

We run french websites and now the sqlite databases cannot display the published modules (like the forum for example), they create warnings like this:

Warning: domxml_open_mem() [function.domxml-open-mem]: Entity 'euml' not defined in /home/imas/public_html/include/SB/Modules/GUI/Xml/Object.php on line 51
Warning: domxml_open_mem() [function.domxml-open-mem]: Entity 'eacute' not defined in /home/imas/public_html/include/SB/Modules/GUI/Xml/Object.php on line 51
Warning: process() expects parameter 1 to be object, boolean given in /home/imas/public_html/include/SB/Modules/GUI/Xml/Object.php on line 53
Warning: result_dump_mem() expects parameter 1 to be object, boolean given in /home/imas/public_html/include/SB/Modules/GUI/Xml/Object.php on line 54


So, what should I do?

Any advise is really appreciated.

ps: I know once a database is created, you cannot just switch encoding support, the database must be built from scratch... so what is the consuquence of that for sitebuilder? does it matter?
 
Back
Top