• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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