Quote:
Originally Posted by Manoel J?nior
There is a problem, see:
|
I have no idea how or why that happens =/
There's really nothing I can do about it either, if I take those checks out then the XML might not even import for you, and it'll break for everyone who didn't upload those files...
Is Safe Mode enabled in your php.ini? Anything else you can tell me about your config that would help figure this out?
Quote:
Originally Posted by davew
1. The shoutbox defaults to idle after a refresh.. this is really annoying 
|
Instance Manager -> Edit Permissions -> uncheck Is Auto Idle for all usergroups that shouldn't have this.
Quote:
Originally Posted by davew
2. A refresh defaults to the main shoutbox rather than the chatroom you were in.
|
No way of fixing this, it's not for certain the chatroom exists after a refresh (could have been wiped, etc).
Quote:
Originally Posted by davew
3. No output appears until AFTER you have made an entry of your own.
|
Side-effect of the new AOP system. Did you CHMOD /dbtech/vbshout/aop directory to 0777? I forgot to add it to the main readme file, sorry
Quote:
Originally Posted by davew
SELECT chatroomid, user.username
FROM dbtech_vbshout_chatroommember AS vbshout
LEFT JOIN user AS user ON(user.userid = vbshout.invitedby)
WHERE vbshout.userid = 1
AND status = 0;
|
That probably only happened while you were upgrading.
If not, run
Code:
alter table dbtech_vbshout_chatroommember add invitedby int(10) unsigned not null default '0'
Quote:
Originally Posted by davew
Oh yes, I see there is a VB38 XML install file too? so this is cool for VB3.8??
|
Indeed