doks Posted April 15, 2009 Posted April 15, 2009 Hi All, I have a fresh install and am receiving the following errors when trying to access the admin page. Warning: require(includes/classes/navigation_history.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/websiteremoved.com/httpdocs/admin/includes/application_top.php on line 128 Fatal error: require() [function.require]: Failed opening required 'includes/classes/navigation_history.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/websiteremoved.com/httpdocs/admin/includes/application_top.php on line 128 I hope you can help. Thanks, Marc
BryceJr Posted April 15, 2009 Posted April 15, 2009 Hi All, I have a fresh install and am receiving the following errors when trying to access the admin page. Warning: require(includes/classes/navigation_history.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/websiteremoved.com/httpdocs/admin/includes/application_top.php on line 128 Fatal error: require() [function.require]: Failed opening required 'includes/classes/navigation_history.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/websiteremoved.com/httpdocs/admin/includes/application_top.php on line 128 I hope you can help. Thanks, Marc This came from /admin/includes/application_top.php $language = $lng->language['directory'];<--line 128 What is your line 128 in /admin/includes/application_top.php?
doks Posted April 15, 2009 Author Posted April 15, 2009 This came from /admin/includes/application_top.php $language = $lng->language['directory'];<--line 128 What is your line 128 in /admin/includes/application_top.php? Worked it out. My line in application_top.php was completely different, it was not reffering to languages at all. I had messed around with the language folders to save time, but inevitably ended up costing more. I have since done a full reinstall with newly downloaded source files and it works a charm. Thanks for your help, it got me moving in the right direction.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.