• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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