Quote:
Originally Posted by FleaBag
Yep on a live board, I've always had the luck of the Irish before lol. So am I screwed?
|
Never, ever use a beta hack on your live board without testing it first..

It's very likely that any hack released in a beta state will be changed at least once before released as "final".
You're not completely screwed, but you're making life difficult for yourself.. Remove the database tables
journal_comments, journal_entries, journal_moods, journal_settings and
journals. Once you've done that, remove the "b" from the database tables
bjournal, bjournal_comments and
bjournal_entry. If
bjournal_commentcount exists, remove it.
You may need to run these queries too..
[sql]ALTER TABLE user DROP canhavejournal[/sql][sql]ALTER TABLE usergroup DROP journalpermissions[/sql][sql]ALTER TABLE session DROP injournal[/sql]After that, you should be able to run the import script once again. You may want to wait for the next version though.. I'll have it done within the next hour or so.