I have two servers? I swear they are identical !!! One is a test server the other is an almost-production server. I am trying to setup the almost-production server. So I did the install, dumped the database from the test server and imported it in the almost-production server. Now it almost all works like I expected. Except that using the "Geshi Syntax Highlight extension" from http://www.wickle.com/wikis/index.php/Geshi_Syntax_Highlight_extension, which looks great by the way, on the almost-production server I get tons of warning like this:
Warning: htmlentities(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/wiki/extensions/geshi/geshi.php on line 1606
Warning: htmlentities(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/wiki/extensions/geshi/geshi.php on line 1439
Warning: htmlentities(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/wiki/extensions/geshi/geshi.php on line 1450
This thing works like a charm on my test server ?!?! Any clues?! PS: I am using Mandrake-Linux 10 on both machines.