X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO and php 5.3 (https://forum.x-cart.com/showthread.php?t=52334)

Trevor O Connell 02-14-2010 04:41 AM

CDSEO and php 5.3
 
Hi

We've recently upgraded to php 5.3.1 and mysql 5.0.89

We are getting warning errors within the admin section of CDSEO

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/livesite/public_html/prepare.php on line 52
Warning: Cannot modify header information - headers already sent by (output started at /home/livesite/public_html/prepare.php:52)

Can anyone help

I've changed config.php to ignore deprecated functions with the following line
$x_error_reporting = E_ALL ^ E_NOTICE ^ E_DEPRECATED;

But in CDSEO admin I still get the above warning

I'm using CDSEO version v1.2.8 and XCart 4.1.10

Can anyone help

Trevor

ARW VISIONS 02-14-2010 09:02 AM

Re: CDSEO and php 5.3
 
Since this is a commercial 3rd party mod, I would suggest takling to them directly? Have you tried webCM yet?

Jon 02-15-2010 09:38 AM

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);
?>

balinor 02-15-2010 03:39 PM

Re: CDSEO and php 5.3
 
Moving to THird Party Add-Ons


All times are GMT -8. The time now is 01:14 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.