when i try to add the photoshare random image block i get the follwing error message:
[php]Fatal error: session_register(): Failed to initialize storage module. in /home/www/web100/html/html/includes/pnSession.php on line 158 [/php]
code there is:
[php]/**
* Set a session variable
* @param name name of the session variable to set
* @param value value to set the named session variable
*/
function pnSessionSetVar($name, $value)
{
global $HTTP_SESSION_VARS;
$var = "PNSV$name";
global $$var;
$$var = $value;
$HTTP_SESSION_VARS[$var] = $value;
session_register($var);
return true;
} [/php]
what could be wrong? i didnt alter anything there... tnx for your help!
rage
oh no i just find out that this error occures evrytime now when i click on "blocks" or "modules" or "photoshare" in the admin menu of pn... :o :(
----
my renaming the photoshare folder i could get the admin working again, i will now stall again and see if the error occurs again...
[Edited on 17/6/2003 by rage]
[Edited on 17/6/2003 by rage]
[Edited on 17/6/2003 by rage]
[Edited on 17/6/2003 by rage]
Posted: 17.06.2003, 12:09
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Sorry - I haven't got a clue. Never seen that before. I'll look into it later.
Posted: 17.06.2003, 12:37
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
now it works...something was messed up...i installed again...great module, jorn! respect!!!! :D