zitu4life Posted January 7, 2020 Share Posted January 7, 2020 Hello there To put WHMCS on maintenance mode usually we go to setup>general settings What if we need to put it by cpanel, if for some reason we do not have access to WHMCS admin What query we should use on PhpMyAdmin to make it go to maintenance mode and also reverting it from maintenance mode to live? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 7, 2020 Share Posted January 7, 2020 28 minutes ago, zitu4life said: What query we should use on PhpMyAdmin to make it go to maintenance mode and also reverting it from maintenance mode to live? to put it in to Maintenance Mode... UPDATE tblconfiguration SET value = 'on' WHERE setting = 'MaintenanceMode' to disable Maintenance Mode... UPDATE tblconfiguration SET value = '' WHERE setting = 'MaintenanceMode' 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.