I keep getting this error in my Viart installation.
Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /hsphere/local/home/pelletbo/t-shirt-sales.com/includes/common.php on line 15
I changed the Temporary folder to /hsphere/local/home/pelletbo/t-shirt-sales.com/cache/ in the Global Settings, made a root folder called cache set permissions to 0777 and I still get this error.
Why is the program still looking for the temporary folder at /tmp/ when I have changed the setting to /hsphere/local/home/pelletbo/t-shirt-sales.com/cache/ in the global settings?
I get the error in both the front end as a customer and back end as admin, it only happens erratically about every 10 to 25 page changes or back end operations. Some times the error will clear if you refresh the page and sometimes it will not clear by refreshing the page. I get the error in Internet Explorer 6, Firefox 2 and Firefox 3.0b3
My system is:
Linux 2.6.14.4 #2 i686
PHP Version 4.3.11
MySQL - 4.1.20-max-log
Protocol version: 10
MySQL charset: UTF-8 Unicode (utf8)
.htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /shop2/friendly_url.php [L]
</IfModule>
php_flag register_globals off
Order allow,deny
Allow from all
php_flag safe_mode on
Order allow,deny
Allow from all
This error happened even without the .htaccess file being installed.
website url
http://www.t-shirt-sales.com/
php info url
http://www.t-shirt-sales.com/phpinfo.php