• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Two upgrades - character problems

R

rernst

Guest
Two upgrades - character problems [Solved]

I upgrade to 7.1 and then again to 7.5. Now I have spurious 'Â' characters in all sorts of php/MySQL applications.

I am almost certain it is a character set issue (UTF-8?) but cannot figure out what to do.

Any ideas?

For example, I am running Mambo and I look at the MySQL contents using phpMyAdmin and the field looks ok but in Mambo it appears with this character tagged on.

However, the same is true for custom applications. A real pain in the neck.
 
Solution

Figured I'd post the solution as eventually more will be running into the problem:

In httpd.conf uncomment the line that reads:

AddDefaultCharset UTF-8

and everything will be fine.
 
Back
Top