• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx

  • We are developing a new feature in Plesk that will help you promote your websites or business on social media. We want to conduct a one-hour online UX test to present the prototype and collect feedback. If you are interested in the feature, please book a meeting via this link.
    Thank you in advance!
  • 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