jschief Posted February 21, 2007 Share Posted February 21, 2007 If someone could be so kind and look at my store and could direct me so that I can correct the code error in the upper right hand corner. I would be greatful as I can not find the error. I am not sure where it is or what is wrong. I am refering to the following: $HTTP_POST_VARS = $_POST; $HTTP_GET_VARS = $_GET; Thanks, James http://www.susiedobbs.com/store/ Link to comment Share on other sites More sharing options...
hem Posted February 21, 2007 Share Posted February 21, 2007 A quick check would indicate that you have some extra code in column_right.php between the following lines: require(DIR_WS_BOXES . 'reviews.php'); AND if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); if not there I would check the end of reviews.php and the beginning of languages.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.