View Single Post
  #380  
Old 11-18-2011, 01:17 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Hi Jon,

We have just installed CDSEO on a 4.4.4 cart still in Dev

I had an error with teh Survey section of our cart. The survey completed message doesn't pop up when a user completes the survey. The message does appear if you have the option ticked to display survey results. If you have display survey results un-ticked, we dont get the survey completed pop up.


I had a ticket logged with Xcart - who resolved.

I quote x-carts reply:
------------------------------.

The investigation revealed that the issue is caused by the following custom code added to <xcart_dir>/home.php script on the server:
Code: php
include $xcart_dir."/modules/cdseolinks/cdseo_redirects.php"; This custom script performs extra redirects which broke default X-Cart functionality.

In order to resolve the problem you need to contact the authors of this modification.

To workaround the issue I have commented out the custom code replacing it with this code:
Code: php
//include $xcart_dir."/modules/cdseolinks/cdseo_redirects.php";
----------------------------------------------
The CDSEO still seems to work. But what is the implication of removing this line of code?


Cheers
Zane
__________________
Version 4.7.7
Reply With Quote