• 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.

SQLite extension

S

swatsky

Guest
Hello!

When I publish a site via FTP I am getting this error:

"The site has been successfully published.
PHP SQLite extension does not support UTF-8 encoding on the publishing server. Text information on the site may be displayed incorrectly."

I do have UTF-8 enabled and everything works fine. Is there some way I can get this error to not appear. My clients think there is something worng, but everything works great.

Thanks!
 
Actually, there is no way to disable this notification in Sitebuilder. Most probably threre is really issue with unsupported UTF-8 encding in SQLite. Try to check on destination publishing server PHP infor:

# php -i|grep -i sqlite
....
.....
SQLite Encoding => UTF-8
.....
 
Back
Top