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

Offline sighman

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
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?
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline sighman

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
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

Offline sighman

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
bump

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
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.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline sighman

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
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.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
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.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod