Topic: need help please

accidentally signed out while in maintenance mode i tried editing config.php at the end where it says 

define('FORUM', 1);

to

define('FORUM_OFF_MAINT', 'true');

and it didn't work any help please and thanks

Re: need help please

And clearing you cache files?

Re: need help please

yup

Re: need help please

You need to replace the line

'o_maintenance' => '1',

with

'o_maintenance' => '0',

in "<FORUM_ROOT>/cache/cache_config.php". But after this, when forum regenerates the config cache, the maintenance mode will be turned on again. To avoid this, you need to click on the "Save changes" button at "<FORUM_URL>/admin/settings.php?section=maintenance" and deselect the checkbox "Put board into maintenance mode".