Member:
Markus ⋅
Date: March 9, 2010, 05:31 AM
⋅ Subject: "Re: php error ?"
You just need to look at the two skin_config.php files and copy over the $skin['ss_divider'] (slipstream divider character) snippet from the new /pro/skin_config.php to your active skin's skin_config.php file. This used to be hard-coded in 1.20, and was put into templates in 1.21.
Your new host would have notification level error reporting switched on, and that's what causes the difference here. This will have gone into the error logs instead of being displayed on-screen on your old server; I assume they forced it off, disabling the iWiccle error capture from showing it.
On that note, you can control the internal error reporting by changing the switches in the beginning of the /core/variables.php.