ldkemp335 Posted October 3, 2009 Posted October 3, 2009 Hello, I have added password protection to my admin area, but now I get a list of {function.require] errors when I try to access the admin area. The exact error message is below; Warning: require(includes/classes/navigation_history.php) [function.require]: failed to open stream: No such file or directory in /home/ldkemp/public_html/catalog/admin/includes/application_top.php on line 128 Warning: require(includes/classes/navigation_history.php) [function.require]: failed to open stream: No such file or directory in /home/ldkemp/public_html/catalog/admin/includes/application_top.php on line 128 Fatal error: require() [function.require]: Failed opening required 'includes/classes/navigation_history.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ldkemp/public_html/catalog/admin/includes/application_top.php on line 128 All the files are present and in the correct place, this is the second time this has happened can someone please help, as I don't what to yet again re-install. Thank you
Jan Zonjee Posted October 3, 2009 Posted October 3, 2009 All the files are present and in the correct place, this is the second time this has happened can someone please help, as I don't what to yet again re-install. Present and in the correct place? The admin/includes/application_top.php does not load the class navigation_history so it looks like you uploaded the catalog one to the admin folder.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.