
Originally Posted by
Paul66
Need a little help. I have installed the program and everythink i beleve is in the right place. The shop is working but when i try and log into the Admin page i get a 500 error.
When i checked the filles i found:
admin/includes/functions/extra_functions/ceon_uri_mapping_admin_page_reg.php
was missing so i re uploaded it only to find if i log on to the Admin page it again deletes the file agail.
Any Idea or help?
a look at this file there is code that VERY CLEARLY indicates that it DOES delete after the install
Code:
if ($can_autodelete) {
// Either the config utility file has been registered, or it doesn't need to be. Can stop the wasteful process
// of having this script run again by having it delete itself
@unlink(DIR_WS_INCLUDES . 'functions/extra_functions/ceon_uri_mapping_admin_page_reg.php');
}
So THIS is not the issue.. I would re-check your install and make sure you have all the right files in the right places, and make sure that your .htaccess file is correctly configured and uploaded to the correct location.. Look at your error logs.. if there are any you should post the contents of the log files.
You also need to provide some more details here.. Does your shop work?? Posting a URL and your .htaccess file (using the code tags so the forum software doesn't parse the contents) will minimize GUESSING at a solution..