Quote:
Originally Posted by eknee
I believe I found the problem.
Around line 58 in abandoned.php, I found
} elseif ($key) {
and changed it to
} elseif ($HTTP_GET_VARS['key']) {
I also uncommented this line near the top of the code
require $xcart_dir."/include/security.php";
|
Now it is showing this error --
Page not found!
The requested page does not exist or you are not allowed to access it!
How to solve this issue???