PDA

View Full Version : php Errors


Will Riley
02-18-2006, 10:33 AM
In the admin log - i seem to ba getting alot of errors such as


Unsupported encoding 'ISO-8859-1'. Please install iconv, GNU recode or mbstring for PHP.


Any ideas ?

tamarian
02-18-2006, 06:21 PM
Yes, it needs to have the iconv library compiled in your PHP.

If everything is displayed correctly, and no strange characters problems, then you're o.k. Turn off utf in the config file to get rid of the warnings.

Will Riley
02-19-2006, 05:21 AM
Cheers...

There don't seem to be any issues so i'll just change it to 0

Thanks for the help