• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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