Re: CDSEO and php 5.3
This error is oddly in prepare.php which is only used in x-cart by including the standard x-cart includes.
This is a bandage, but try opening admin/cdseopro/index.php and at the very top before <?php put:
<?php
error_reporting(0);
?>
|