For those that got the error:
Code:
alter table chat_store
add s_forroom int(15) not null default '0';
mysql error: Table 'XXXX.chat_store' doesn't exist
Run this query:
Code:
alter table TABLE_PREFIXvbchat_store
add s_forroom int(15) not null default '0';
(Change TABLE_PREFIX to your settings)
Then continue with the installation steps.
Remind me to test the install next time i release a new version =P
- Zero Tolerance