Page 1 of 1

Chatroom drop down blank in admin CP

PostPosted: 28 Feb 2015, 06:09
by Glocky
Hello,

In the admin settings for chat room embed section, none of my chatrooms show up in the drop down list. Does *anyone* know of a fix?

The rooms are public, no passes.. I can find the ID easily, but I would rather have this enabled especially when I will be hosting many chatrooms.

Many thanks

Re: Chatroom drop down blank in admin CP

PostPosted: 28 Feb 2015, 07:24
by Glocky
If I inspect in Firebug, I see the query.
If I inspect in Firebug your demo, I see the generated tables....

I have submitted a ticket and seem to be getting no response. Hence my posts here.

Anyone have an idea?

Re: Chatroom drop down blank in admin CP

PostPosted: 28 Feb 2015, 08:29
by Jason
It's PHP short tags; I'll fix the download right now. You'll need to overwrite the /admin/ folder.

Re: Chatroom drop down blank in admin CP

PostPosted: 28 Feb 2015, 08:32
by Glocky
Jason wrote:It's PHP short tags; I'll fix the download right now. You'll need to overwrite the /admin/ folder.

Okay brilliant, thank you so much.

I have tried adjusting the queries, as I thought it could have been;
FROM arrowchat_chatroom_rooms
to
FROM 'arrowchat_chatroom_rooms'

but it didn't work...
Anyway, brilliant, thank you Jason, you're a star!

Re: Chatroom drop down blank in admin CP

PostPosted: 28 Feb 2015, 10:03
by Glocky
Would you kindly let me know when it is ready to download please?
Many thanks! :)

Re: Chatroom drop down blank in admin CP

PostPosted: 03 Mar 2015, 02:53
by Glocky
Any closer to fixing this?