Zen Cart Logo
Forums / General Questions / Oh Mighty Zenners...

Oh Mighty Zenners...

Locked

Views: 1,612

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 Sep 2007, 2:38 AM
#1
crisdogg avatar

crisdogg

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Oh Mighty Zenners...

Well, I am hoping that someone reads my post and can help me out.
I don't really know where to put this so hopefully I do not offend...

When I go to my site, the entire format is screwy and i am getting a warning message saying

Warning: session_start() [function.session-start]: Cannot find save handler files in /home/mysite/public_html/store/includes/functions/sessions.php on line 108

I am a rookie when it comes to this so...is this telling me that something is missing in line 108 in the file listed? And since I did not code my site, what is it that I am missing and how can I put it back?

Any thoughts would be great,
Thanks

16 Sep 2007, 5:38 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Oh Mighty Zenners...

There's not likely anything wrong with the file mentioned in the error message.

It's telling you that the "sessions" infrastructure of your PHP setup isn't working right -- likely because the "cache" folder on your site isn't set with read-and-write permissions.

What are the permissions on your cache folder ?
What's set for the following entries in the bottom of your /includes/configure.php file?```
define('STORE_SESSIONS', '????');
define('SQL_CACHE_METHOD', '????');
define('DIR_FS_SQL_CACHE', '???????????');

17 Sep 2007, 5:02 PM
#3
crisdogg avatar

crisdogg

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Re: Oh Mighty Zenners...

Thanks for responding to my problem DrByte. It would seem as though my webhost has taken care of it for me. Either that or the problem just fixed itself as I am no longer getting the error messages.

Thanks again,
The volunteers on this forum rock. This is the second time you guys have done quick responses to my problems. keep up the good work