ok overcome previous problem....but now Fatal error: session_start() [<a href='f

Started by sighman, October 13, 2012, 11:20:01 PM

Previous topic - Next topic

sighman

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

abolabo

Quote from: 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

what's value of session.save_handler in your php.ini ? files?

sighman

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


abantecart

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.

sighman

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.

abantecart

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.

Forum Rules Code of conduct
AbanteCart.com 2010 -