|
Question:
I am unable to log in to the admin panel
Answer:
SYMPTOMS
You try to log in, in the admin panel but you are simply brought back to the log in screen without any kind of error message being displayed.
SOLUTIONS
Re-download Particle Wiki. This issue only affects downloaded made before 9th March 2005 13:30 (1:30 pm) GMT. If you downloaded before this date then simply re-download the package which contains the fix and upload:
includes/functions.php
To your script and the issue will be sorted.
Alternatively, open up the file and find:
// start session, can be called after sign out
function StartSession(){
// process session ID if required
//session_start();
}
And replace it with:
// start session, can be called after sign out
function StartSession(){
// process session ID if required
session_start();
}
Software:
Particle Wiki
Versions:
1.0.0 (downloaded before 09/03/2005 13:30 GMT)
|