Knowledgebase: CDSEO Pro
Why won't my CDSEO Pro installation go past step 2?
Posted by Nick Poindexter on 04 March 2010 04:34 PM
You may be running an older version of the x-cart 4.0.x branch. You can solve this problem as follows:

Open top.inc.php

FIND:

if (!in_array($__key, array("GLOBALS","HTTP_GET_VARS","HTTP_POST_VARS","HTTP_SERVER_VARS","HTTP_ENV_VARS","HTTP_COOKIE_VARS","HTTP_POST_FILES","__key","__val"))) {

AFTER "__val" ADD:

,"_SERVER","_GET","_POST"

So it looks similar to:

... "__val","_SERVER","_GET","_POST"))) {

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: