View Single Post
  #3  
Old 02-15-2010, 09:38 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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);
?>
Reply With Quote