Symptoms
PHP SQLite extension does not support UTF-8 encoding on the publishing server. Text information on the site may be displayed incorrectly.Cause
There is a special requirements list for publishing server exists - http://www.parallels.com/en/products/sitebuilder/reqsThis list includes sqlite (2.x, support UTF-8 encoding) support for PHP. If publishing side does not have appropriate UTF-8 encoding support for SQLite 2.x extension installed for PHP publication will be completed but you will get warning message during publication.
Resolution
There are two ways for resolving this situation:1. Install appropriate SQLite 2.x extension with UTF-8 encoding support.
2. Disable warning message by adding following line into <SB_ROOT>/config file:
[general]
...........
disable_sqlite_encoding_warning = true
...........
Additional information
<SB_ROOT> - Sitebuilder installation directory - /usr/local/sitebuilder or /opt/sitebuilder (on Debian and Ubuntu servers).Related articles:
Sitebuilder fails to publishing because of missing SQLite 2.x support
Does Sitebuilder support SQLite 3.x?