d4funky1 Posted December 8, 2005 Posted December 8, 2005 Hi, When clicking the 'create account' button on my site i am presented with the following error: Warning: main(login_box.php): failed to open stream: No such file or directory in /home/d4funky1/public_html/catalog/create_account.php on line 377 Warning: main(login_box.php): failed to open stream: No such file or directory in /home/d4funky1/public_html/catalog/create_account.php on line 377 Fatal error: main(): Failed opening required 'login_box.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/d4funky1/public_html/catalog/create_account.php on line 377 Line 337 of that particular file states: <td><?php if ($show_login ==1) { require('login_box.php');}else{echo PRIMARY_ADDRESS_DESCRIPTION; } ?></td> I'm not sure what to do here so any advice would be appreciated. Many Thanks D4
ozcsys Posted December 8, 2005 Posted December 8, 2005 Hi, When clicking the 'create account' button on my site i am presented with the following error: Line 337 of that particular file states: I'm not sure what to do here so any advice would be appreciated. Many Thanks D4 Is this the only issue you are having? Either you have a path incorrect in your configure.php file ( and if so you will probably have other problems) or you are missing the file 'login_box.php' as osC cannot find it. If you are not having any other problems double check and make sure the file is installed The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.