I'm running the latest version of VB, have installed the latest version of this chatbox and several things don't work properly.
When I click on the manage commands link, there's 7 entries, but they're all blank
If I try to edit them, I get a missing table error
I added the table manually, but it still doesn't show anything, I assume because the table is empty
Clicking manage channels brings up
Invalid SQL:
SELECT ch.*,co.syntax,co.title AS cotitle
FROM mgc_cb_evo_channel AS ch
LEFT JOIN mgc_cb_evo_command AS co ON (ch.cid=co.cid)
ORDER BY chanorder ASC;
MySQL Error : Unknown column 'co.syntax' in 'field list'
I had an issue whereby a stickied chat message dissapeared, so I Wanted to find out who'd deleted it, but, the "View logs" page brings up a blank page and the log table is empty.
|