Topic: manual PunBB 1.2.15 upgrade problem
I've just completed a manual upgrade from 1.2.14 to 1.2.15 and seem to be unable to get out of maintenance mode!
[edit - sorted, amended the cache_config.php file]
Secondly, I tried to do a manual sql change to alter the database to add this :
ALTER TABLE online ADD UNIQUE INDEX online_user_id_ident_idx(user_id,ident)
Which I translated from the substitution required in the install.php :
$queries[] = 'ALTER TABLE '.$db_prefix.'online ADD UNIQUE INDEX '.$db_prefix.'online_user_id_ident_idx(user_id,ident)';
But the syntax appears to be incorrect - according to SQLite Manager
I am using sqlite, which may or may not make a difference.
any ideas on how to do this would be appreciated.