What Is My Maintenance Access Code?
If you have put your site into maintenance mode, but have forgotten your access code, follow the steps below to retrieve it.
To retrieve your access code:
Login to your server with an FTP client.
Open the file “/application/settings/general.php” with a plain text editor such as Notepad or Wordpad.
The file will look something like this:
defined('_ENGINE') or die('Access Denied'); return array ( 'maintenance' => array ( 'enabled' => true, 'code' => '[ACCESS_CODE]', ), 'environment_mode' => 'development', ); ?>
Your access code should be located where the “[ACCESS_CODE]” placeholder is above. Copy the code from your file, and use it to access your site.
Note: Your Maintenance Mode Code can be configured and recorded from your General Settings page
Looking for quality Social Engine Web Hosting? Look no further than Arvixe Web Hosting!
Great article. But when I have the right access code social engine doesn’t do anything. I am using the latest version of SE.
Have you checked the file to ensure its all correct? If so and still no luck drop me a line and i will have a look into the issue for you