I set up SquirrelCart on a hosted account with iPower, and it installed fine. That install was for testing purposes. I am now trying to set up SquirrelCart "for real" on a different account hosted with iPower, but it fails on the session test.
I get 2 errors, followed by the SC banner and Session Failure notice, followed by 2 more errors. The errors are:
and:Code:Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_5993d9b970593c04c7047086ea586407, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web085/b851/ipw.ctci/public_html/sc_install/install.php on line 91 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web085/b851/ipw.ctci/public_html/sc_install/install.php:91) in /hermes/bosweb/web085/b851/ipw.ctci/public_html/sc_install/install.php on line 91
Please note, this is (or was) a new, clean install, following the manual step by step. What I don't understand is, the two hosting accounts are with the same service, so I would think that the settings on the servers should be the same.Code:Warning: Unknown(): open(/var/php_sessions/sess_5993d9b970593c04c7047086ea586407, 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 (/var/php_sessions) in Unknown on line 0
By the way, when I look on the iPower site for help, it says:
Code:To run PHP sessions, include the following code at the top of any PHP script that uses sessions: session_save_path("your home directory path"/cgi-bin/tmp); session_start(); * To find "your home directory path": 1. Log into the PHP Scripting page for actual path to your home directory. 2. Replace "your home directory path" with the path shown. * Set session_save_path to a directory within your cgi-bin: either /cgi-bin/tmp as in the example above or another directory as long as the absolute path is correct.


Reply With Quote


