GPOClan, that is an issue with having a newer version of PHP on the server (I think).
If you open up your config.php and put this as the second line (right under the "<?PHP"), it should fix that:
define('SKIP_ALL_ERRORS', true);
For those that are having the issue with the error about missing the "functions_wysiwyg.php" file, I changed it to this (in cart.php, around like 66):
require_once('./includes/class_wysiwygparser.php');
I've only tested it for a few minutes, but I can see the WYSIWYG formatting on the front-end.
The above two things were the only modifications I made to have it working on 4.2.2.
|