Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot get into Admin section post-install


Guest

Recommended Posts

Posted

I've installed osC with no problem. Can view the catalog homepage, etc.

But I'm not able to get to the admin section. When I try to I get the following errors:

 

Warning: main(includes/languages/english.php): failed to open stream: No such file or directory in /usr/wwws/users/drbonlie/catalog/admin/includes/application_top.php on line 130

 

Fatal error: main(): Failed opening required 'includes/languages/english.php' (include_path='.:/usr/local/lib/php') in /usr/wwws/users/drbonlie/catalog/admin/includes/application_top.php on line 130

 

I've changed permissions on the app_top.php file, on the english.php file, directories, etc with no luck.

 

I have the catalog installed on a secure server (sharing a certificate). I'm attempting to access the admin section by going to www.secureserver.com/drbonlie/catalog/admin

 

Thank you for any help you can give!

 

Ron

Posted

Compare both your catalog and admin configure.php files for differences in the https settings.

 

catalog/includes/configure.php

catalog/admin/includes/configure.php

 

HTH

Tom

Posted
Compare both your catalog and admin configure.php files for differences in the https settings.

 

catalog/includes/configure.php

catalog/admin/includes/configure.php

 

HTH

Tom

 

I will do that; are you suggesting they contain the same values?

Posted

A. Have you got an SSL cert?

B. If not, do you have Enable SSL set to 'true' in catalog/admin/includes/configure.php or catalog/includes/configure.php ?

C. If you don't have an SSL cert, but you have Enable SSL set to 'true' change it to 'false'

 

Vger

Posted
A.  Have you got an SSL cert?

B.  If not, do you have Enable SSL set to 'true' in catalog/admin/includes/configure.php or catalog/includes/configure.php ?

C.  If you don't have an SSL cert, but you have Enable SSL set to 'true' change it to 'false'

 

Vger

 

I'm on a server using a shared certificate. I do have ssl enabled.

 

I think it has something to do with my paths.

I created another post asking for explanation on the WS and FS paths.

For instance, one path is /usr/wwws/users/bonlie/catatlog

but if I log in using ftp then the path is /usr/home/bonlie/public_ssl/catalog

 

I have a feeling I don't have those correct in the config.php files.

Which is which?

Posted

Both paths can be correct (don't know if they are though). Your file pathways shown via FTP will (almost always) be different to your absolute pathways shown in running scripts.

 

Vger

Archived

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

×
×
  • Create New...