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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → 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
yup
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".
PunBB Forums → PunBB 1.3 troubleshooting → need help please
Powered by PunBB, supported by Informer Technologies, Inc.