- Code: Select all
if(toggle == 1)
{
ChangeAnimation("Event Actor", "eye-on", FORWARD);
toggle = 2;
}
if(toggle == 2)
{
ChangeAnimation("Event Actor", "eye-off", FORWARD);
toggle = 1;
}
and the chat box, ERROR MESSAGE:
[phpBB Debug] PHP Notice: in file /chat/lib/class/AJAXChat.php on line 1993: session_start() [function.session-start]: open(/var/lib/php/session/sess_qrhof38o8cpsbkm6barc55pjb1, O_RDWR) failed: Permission denied (13)