Page 1 of 1
Error Again....

Posted:
Sat Jan 05, 2008 1:39 am
Author: Mr.Black
Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
Nothing. I just refreshed the page
What was done to try to solve the problem?
De.scription and Message
Well i am getting this stupid sessions error again <img>
[code]Critical Error!message_die() was called multiple times. Error #1 Line ]
Anyone know of a Eternal Fix? Last time i emptied the sessions table in mysql and then waited 3 hours and it came back. Now we have the error again.... Help me fix eternally!

Posted:
Sat Jan 05, 2008 2:35 am
Author: Mr.Black
is there a way for me to externally clear the cache of the forums, since i can't get on the forums?
Re: Error Again....

Posted:
Sat Jan 05, 2008 2:55 am
Author: obiku
Yes you can.
First off all you can, with an FTP client, delete all cached files in your /cache directory. All cached files start with tpl_
Then delete all files which start with cache in the /var_cache directory.
Also you maybe have to empty your sessions table. Login with phpMyAdmin into your database and empty the sessions table and the sessions_key table.
DO NOT DELETE dos tables, only empty them, the way to do this, is by clicking in phpMyAdmin on the database name, then select the tables you wish to empty, and at the botem select empty.
Re: Error Again....

Posted:
Sat Jan 05, 2008 8:00 am
Author: Helter
your errors dont look like sessions full errors, but if youd like to try a diff sessions.php, it may help. This one will always bump the first 500, so your current ussers will not loose thier sessions while active and youre sessions table will not fill up.
Just upload it to your includes folder.
*edit. It sounds like ctracker does not like your anonomous users. user id -1 is anonomous, or guest. My guess is that you may have added one of your ctracker file fixes incorrectly. Do you remember how many youve done and which files they were?

Posted:
Sat Jan 05, 2008 12:54 pm
Author: Mr.Black
"obiku";p="30114" wrote:Yes you can.
First off all you can, with an FTP client, delete all cached files in your /cache directory. All cached files start with tpl_
Then delete all files which start with cache in the /var_cache directory.
Also you maybe have to empty your sessions table. Login with phpMyAdmin into your database and empty the sessions table and the sessions_key table.
DO NOT DELETE dos tables, only empty them, the way to do this, is by clicking in phpMyAdmin on the database name, then select the tables you wish to empty, and at the botem select empty.
Done Still doesn't work...
"HelterSkelter";p="30115" wrote:your errors dont look like sessions full errors, but if youd like to try a diff sessions.php, it may help. This one will always bump the first 500, so your current ussers will not loose thier sessions while active and youre sessions table will not fill up.
Just upload it to your includes folder.
*edit. It sounds like ctracker does not like your anonomous users. user id -1 is anonomous, or guest. My guess is that you may have added one of your ctracker file fixes incorrectly. Do you remember how many youve done and which files they were?
I replaced the Sessions.php with the new one you have here and no luck <img>
I really haven't done anything with ctracker. The only file i have changed is the _security.php file to turn DEBUG mode on.
Re: Error Again....

Posted:
Sat Jan 05, 2008 2:05 pm
Author: Helter
the next time you have that error and cant get in, rename your root/ctracker folder and see if you can get in. If you can get in, youll show a few errors, but it will b functional. That will rule out CTracker as the culprit

Posted:
Sat Jan 05, 2008 3:29 pm
Author: Mr.Black
"HelterSkelter";p="30122" wrote:the next time you have that error and cant get in, rename your root/ctracker folder and see if you can get in. If you can get in, youll show a few errors, but it will b functional. That will rule out CTracker as the culprit
I still can't get in....
I tried renaming the ctracker folder and this is what i got:
[code] Warning]
Re: Error Again....

Posted:
Sat Jan 05, 2008 5:35 pm
Author: Helter
pm me a copy of your php.ini

Posted:
Sat Jan 05, 2008 5:42 pm
Author: Mr.Black
"HelterSkelter";p="30126" wrote:pm me a copy of your php.ini
where is that located?