Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't log into admin, get these errors


Guest

Recommended Posts

Posted

could someone help me with this? I installed it before on my site, but now I am trying to install it into a subdomain, everything seems to work except the admin.

 

Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/hookjaw/public_html/saffroncreek/catalog/admin/index.php on line 13

 

Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hookjaw/public_html/saffroncreek/catalog/admin/index.php on line 13

Posted
could someone help me with this? I installed it before on my site, but now I am trying to install it into a subdomain, everything seems to work except the admin.

 

Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/hookjaw/public_html/saffroncreek/catalog/admin/index.php on line 13

 

Fatal error: main(): Failed opening required 'includes/application_top.php'

Reading PHP Error Messages 101:

The error messages might look cryptic but they do make some sens.

The PHP interpreter is trying to tell you that:

1. it cannot open a file. [the red

2. what directories it has been looking for it. [the green

3. which file and line tell it it needs to open this file in the first place. [the blue

 

 

Solution:

 

Check to see if fhe file /home/hookjaw/public_html/saffroncreek/catalog/admin/includes/application_top.php is there.

If it is check the file permissions on the file and teh parent directories.

 

Permissions on files should be 644 or rw-r--r-- and on directories 755 or rwxr-xr-x .

 

HTH,

Rob

Posted

Thanks, It still wasn't going well, so I re-installed and now it works great. Thanks.

 

could someone help me with this? I installed it before on my site, but now I am trying to install it into a subdomain, everything seems to work except the admin.

 

Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/hookjaw/public_html/saffroncreek/catalog/admin/index.php on line 13

 

Fatal error: main(): Failed opening required 'includes/application_top.php'

Reading PHP Error Messages 101:

The error messages might look cryptic but they do make some sens.

The PHP interpreter is trying to tell you that:

1. it cannot open a file. [the red

2. what directories it has been looking for it. [the green

3. which file and line tell it it needs to open this file in the first place. [the blue

 

 

Solution:

 

Check to see if fhe file /home/hookjaw/public_html/saffroncreek/catalog/admin/includes/application_top.php is there.

If it is check the file permissions on the file and teh parent directories.

 

Permissions on files should be 644 or rw-r--r-- and on directories 755 or rwxr-xr-x .

 

HTH,

Rob

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...