AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: sighman on October 13, 2012, 11:20:01 PM

Title: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: sighman on October 13, 2012, 11:20:01 PM
Used the deleteing the language solution from another post......but now have error

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: ) in /home/glassbeadm/glassbeadmaker.co.nz/shop/core/lib/session.php on line 57

Help
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: abolabo on October 14, 2012, 07:05:58 AM
Used the deleteing the language solution from another post......but now have error

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: ) in /home/glassbeadm/glassbeadmaker.co.nz/shop/core/lib/session.php on line 57

Help

what's value of session.save_handler in your php.ini ? files?
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: sighman on October 14, 2012, 03:49:51 PM
php.ini:

# Use this file for specific PHP settings on your server required for AbanteCart.

magic_quotes_gpc = Off;
register_globals = Off;
default_charset   = UTF-8;
memory_limit = 128M;
max_execution_time = 18000;
max_upload_filesize = 100M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;


can't see that variable

Simon
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: sighman on October 16, 2012, 04:17:24 AM
bump
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: abantecart on October 16, 2012, 11:50:28 AM
I think there is something wrong with your hosting.
If it's your server, check if you have enough space on device that you use (df command)
If it's shared hosting, check if you reach the quota in control panel.
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: sighman on October 16, 2012, 09:11:46 PM
hi,

not hosting, was really difficult to install, the install wizard didn't work until i deleted some lines.

Shame as it looks like it is quite good, will use another solution, one that works.
Title: Re: ok overcome previous problem....but now Fatal error: session_start() [<a href='f
Post by: abantecart on October 17, 2012, 09:28:28 AM
These kind off issues can happen host to host and I am sorry you experience issues.

You can help us put proper validation in application for this to solve this in the future.

If you can PM me your hosting access we can debug this issue.