• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Encoding::encode: source UTF-8 encoding declared, but ....

MaurizioN

New Pleskian
I use Plesk 12.0.18 on linux...

I have the following problem in the backup-manager with this message:

<object name="domain_name.de" type="hosting">
<message severity="warning" id="f55002eb-4df0-457b-895a-7d3c980a9f15" code="msgtext">
<description>Encoding::encode: source UTF-8 encoding declared, but invalid UTF-8 sequence occured. Falling back to ISO-8859-1</description>
</message>


then I found the following solution in the internet:

Make sure that there are no non ASCII characters in filenames in domain directory at:
# cd /var/www/vhosts/example.com/httpdocs
# find . -type f | grep --color='auto' -P -n '[^\x80-\xFF]'

However here appear thousands of files.

I have change only the PHP version from 5.3 to 5.5.9

Who can help me?

Maurizio
 
Back
Top