Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
koshy
Newbie
Newbie



Joined: Jun 19, 2008
Posts: 18

PostPosted: Fri Jul 18, 2008 1:49 am Reply with quote

Hey,

I'm getting a page that says "SESSION ERROR" on every single digital shop page i try to access, I haven't changed any of the files... could really use some help on this =/

Thanks,
- Koshy
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 722

PostPosted: Fri Jul 18, 2008 9:26 am Reply with quote

Do you have sentinel installed? If so, try turning off the "Flood Blocker" and see if the error goes away. Let me know if it works.
View user's profile Send private message Visit poster's website
koshy
Newbie
Newbie



Joined: Jun 19, 2008
Posts: 18

PostPosted: Sat Jul 19, 2008 7:27 am Reply with quote

I went to Blocker Settings for Flood and it showed:

Activate: You can not use .ftaccess writting until you have set the ftaccess Path in admin.

Sooo IDK if it is enabled or disabled ... or how too do either tbh =(

Some direction from you would be greatly appreciated...

Thanks,
- Koshy
View user's profile Send private message
Guardian
Mr. Awesome



Joined: Dec 09, 2006
Posts: 234

PostPosted: Mon Jul 21, 2008 5:42 pm Reply with quote

If you see that message and under it, it says write to ftaccess set to 'No' then Flood Blocker is not turned on.
If this is an error that has suddenly just started appearing, the most likely cause is your host not allowing PHP_SESSION's which is possible if they have updated to a newer version of PHP or rebuilt Apache and forgot to 'allow' that function or the session.save path is set wrong on the server.
Here is a simple test code you can use. Create a new php file called test.php and place this code in it
Code:

<?php
session_start();

// If session variable doesnt exist, register it
if ( !isset ( $_SESSION['test'] ) ) {
$_SESSION['test'] = 'Hello World!';
echo $_SESSION['test'], ' is registered.<br />Please refresh page' ;
} else {
// Its registered so display it
echo '$_SESSION[test] = ' , $_SESSION['test'];
}
?>

When you execute the code (www.yoursite.com/test.php ) you should see the message
Quote:
$_SESSION['test'] is registered.
Please refresh page
if the session was registered properly.
When you refresh the page you should see
Quote:
$_SESSION['test'] = Hello World!

If tht doesn't work then definitely contact your host and ask them to check the path to session.save_path in their php.ini file

_________________
Code Authors Nuke Reviews
View user's profile Send private message
koshy
Newbie
Newbie



Joined: Jun 19, 2008
Posts: 18

PostPosted: Thu Jul 24, 2008 2:16 am Reply with quote

Turns out the host had upgraded to apache 2 without telling me ;P

Thanks for your help,
- Koshy
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT + 10 Hours
Forums ©