wildmac Posted April 15, 2004 Posted April 15, 2004 when I type mydomain.com/catalog I get this error message Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /var/www/html/catalog/index.php on line 13 Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/catalog/index.php on line 13 How do I fix this
blkros Posted April 15, 2004 Posted April 15, 2004 It means you need to upload your application_top.php into the includes folder. Or maybe the includes folder itself. If these are already on your site, make sure they are chmod'd correctly (if it's a Unix/Linux server) The directory should be 755, and app top should be 644 Also check to make sure you've set the pathe to the includes folder correctly in the config file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.