When I copied over my files and database from my live site over to a local development environment to perform some tests, I encountered the following problems with the ACP 'Rescue Mode' function:
The first issue appears to be a page design issue, as shown here:
And secondly, whenever I try to save the new domain values, I am met with a fatal error as follows:
- Requested URL
- /woltlab/acp/index.php?rescue-mode/
- Referrer
- http://localhost:8888/woltlab/acp/index.php?rescue-mode/
- Error Message
- Undefined index: _activeMenuItems
- Type
- wcf\system\exception\ErrorException
- File (Line)
- /Applications/MAMP/htdocs/woltlab/lib/system/WCF.class.php (311)
- Stacktrace
-
- /Applications/MAMP/htdocs/woltlab/acp/templates/compiled/0_wcf_1_rescueMode.php (384): wcf\system\WCF::handleError(…)
- /Applications/MAMP/htdocs/woltlab/lib/system/template/TemplateEngine.class.php (320): include(…)
- /Applications/MAMP/htdocs/woltlab/lib/page/AbstractPage.class.php (308): wcf\system\template\TemplateEngine->display(…)
- /Applications/MAMP/htdocs/woltlab/lib/page/AbstractPage.class.php (103): wcf\page\AbstractPage->show(…)
- /Applications/MAMP/htdocs/woltlab/lib/acp/form/RescueModeForm.class.php (76): wcf\page\AbstractPage->__run(…)
- /Applications/MAMP/htdocs/woltlab/lib/system/request/Request.class.php (83): wcf\acp\form\RescueModeForm->__run(…)
- /Applications/MAMP/htdocs/woltlab/lib/system/request/RequestHandler.class.php (94): wcf\system\request\Request->execute(…)
- /Applications/MAMP/htdocs/woltlab/acp/index.php (9): wcf\system\request\RequestHandler->handle(…)
As mentioned by jens1o, this second issue seems to be a duplicate of the bug report filed here: Rescue Mode: Fatal Error: Undefined index: _activeMenuItems.
Let me know if you need me to confirm any further details.