fatal error basket summary

nicarcola

Avatar: nicarcola

2007-11-21 17:35

Sometimes when I go to my webshop http://www.vanweeghel.nl I get the following fatal error. I work with V1.4 loaded.

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /www/htdocs/vanweegh/QuickCart/plugins/basketSummary/basketSummary.php on line 15

» Quick.Cart v1.x

noudshoorn@scarlet.nl

merci

No avatar

2007-11-22 10:20

nicarcola - maybe contact with server administrator because maybe you don't have permission to tmp/ directory where data about session are kept or maybe you have to create this directory.

nicarcola

Avatar: nicarcola

2007-12-17 19:49

I asked the server administrator. According to him there is now problem with creating and/or writing tmp/. Other custimers do the same without any problem. They suggest to look at the script.

So i will ask you to loo at the script and maybe to do this for our site http://www.vanweeghel.nl.

I hope to get an answer soon.

noudshoorn@scarlet.nl

treewood (OpenSolution)

Avatar: treewood

2007-12-18 09:44

nicarcola - basketsummary is not our plugin but i saw that 15 line is : session_start(). This is simple function to start session. Your server have problems with using session_start() and writing them in /tmp/ directory. I cant help You because it is good written and it is ok and works on another servers. I think Your server as You said have "problem with creating and/or writing tmp/".

If You are thinking that QC is not ok then please create file for example: session.php and write

<?php 
session_start
( );
$_SESSION['something'] = time( );
?>

put on this server and reload 100 times and check that this problem will be here too.

Back to top
about us | contact