Quote:
Originally Posted by pedroenf
Thanks it really solve the problem. But still have a IE yellow triangle in the bottom-left corner when inactive-mode on load is active, tried to change the minutes inactive mode delay and in session validity time up and down, smaller and greater and still have: error in time of execution unknown. If inactive-mode on load is off everything fine, no errors. Thanks for the tip. Smaller bug but i have users that notice everything 
|
lol Can you tell me what the error says in firefox ?
Quote:
Originally Posted by HTMMinion
Ok.. all seems well now except when I use commands like "/me XXXX" nothing appears in the chatbox. I also have a database error, I don't know if the two are related or not.
Code:
Invalid SQL:
SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM vbmgc_cb_evo_session AS cbs
LEFT JOIN vbuser AS u ON (cbs.userid=u.userid)
LEFT JOIN vbsession AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1224841377' AND cbs.userid!=0;
MySQL Error : FUNCTION u.usergroupid does not exist
Error Number : 1305
|
The sql error is a known bug see the thread at the top for the link to the fix.