Does the following paragraph read like this from your includes/functions/sessions.php file ?
function zen_session_save_path($path = '') {
if (!empty($path)) {
return session_save_path($path);
} else {
return session_save_path();
}
}
Does the following paragraph read like this from your includes/functions/sessions.php file ?
function zen_session_save_path($path = '') {
if (!empty($path)) {
return session_save_path($path);
} else {
return session_save_path();
}
}
Last edited by TheOracle; 14 Jun 2006 at 09:48 PM.
Yes on line 152 though, not 111
What version of Zen Cart are you using? What version of php and MYSQL? Has your host recently changed something? Can you access the Admin?
I haven't upgraded to the newest version of Zencart, so I'm still using the previous version. Not sure about php and MYSQL. My hosting has recently migrated to new software, but i don't know how that could have effected it. I can't access Admin.
Could you peek in your Tools ... Server Info ... and post everything from below the menu bar up to and including the php version?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
If all worked before and your host changed something, I would be yelling at your hostMy hosting has recently migrated to new software
Scratch the peek in the Admin part ... must need more coffee ...Originally Posted by poolsand
![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
anyone????
@poolsand:
After reading ajeh's last post ... I thought this matter was resolved ... did you also followed Kim's suggestion above ?