Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Store Installed/Not Working


stiles designs

Recommended Posts

I just finished the installation of my store, and it's not working. I believe I put each file and directory in the correct place. But it's not working?

 

http://www.utah4x4club.com/catalog

 

Warning: session_start(): open(SESSION_WRITE_DIRECTORY/sess_6aed5a22ccbdf40e3633a80f7f99f18f, O_RDWR) failed: No such file or directory (2) in /home/abilenes/public_html/catalog/includes/functions/sessions.php on line 67

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/abilenes/public_html/catalog/includes/functions/sessions.php:67) in /home/abilenes/public_html/catalog/includes/functions/sessions.php on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/abilenes/public_html/catalog/includes/functions/sessions.php:67) in /home/abilenes/public_html/catalog/includes/functions/sessions.php on line 67

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Warning: Unknown(): open(SESSION_WRITE_DIRECTORY/sess_6aed5a22ccbdf40e3633a80f7f99f18f, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (SESSION_WRITE_DIRECTORY) in Unknown on line 0

Link to comment
Share on other sites

This more looks like you will have to change in both your configure.php files ((catalog)/includes/configure.php and (catalog)/admin/includes/configure.php)

  define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

to

  define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

This is a problem with the path to the sessions directory set in your admin->configuration->sessions

If you set the path correct the problem should also be gone but the above will work anyway.

Link to comment
Share on other sites

K, I did that, and now I'm getting this:

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Any suggestions?

 

Also, I only uploaded the english files. Could that be a factor?

Link to comment
Share on other sites

K, I did that, and now I'm getting this:

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/abilenes/public_html/catalog/includes/application_top.php on line 285

Any suggestions?

 

Also, I only uploaded the english files. Could that be a factor?

That could be. Check if you have, if english is your default language, a file called english.php inside the (catalog)/includes/languages directory. Also you should have a directory (catalog)/includes/languages/english with many other language related files and a few subdirectories.

Link to comment
Share on other sites

Yes I have the english.php file, and the english directory with all the files in that along with an images and modules directories.

Have you set english as your default language in your admin ? You said you deleted all languages except english so I assume you not only deleted the physical directories for german and spanish but also the the admin language definitions ? With the related question: you did not have a problem before you deleted the languages ?

Link to comment
Share on other sites

LOL, actually I didn't delete them. I never uploaded them to the server in the beginning. I didn't think I'd need them. I haven't been able to access the admin yet. I get the same error message. Do you think I need the other language files? If so, I'll upload them.

Link to comment
Share on other sites

LOL, actually I didn't delete them. I never uploaded them to the server in the beginning. I didn't think I'd need them. I haven't been able to access the admin yet. I get the same error message. Do you think I need the other language files? If so, I'll upload them.

If you copied all by hand the chance is bigger you need to further adjust your configure.php files (both the catalog one and admin one). You better do an official install however and see if that works. From there you can scrape things off. Normally it is no problem to only copy the needed files, adjust the configure.php's and be running but in case of troubles it takes more time this way.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...