Guest Alexander Ebert Posted June 21, 2023 Posted June 21, 2023 [HEADING=2]WoltLab Suite Core 5.4.29[/HEADING] The 5.4.28 update mistakenly included several files belonging to WoltLab Suite 5.5. This causes some JavaScript components to stop working and also prevents logging in to the administration control panel. The 5.4.29 update fixes these problems and replaces the erroneous files with the correct version. In case you are affected by this issue and cannot access the administration control panel: Edit the file options.inc.php in the installation directory of WoltLab Suite Core. Find the line containing if (!defined('ENABLE_DEBUG_MODE')) define('ENABLE_DEBUG_MODE', 0); Change the 0 at the end into a 1, the final result should look like this: if (!defined('ENABLE_DEBUG_MODE')) define('ENABLE_DEBUG_MODE', 1); If you have made those changes locally, you will need to upload the file to the server again. You can now access the admin panel and run the update. Your changes above will be overwritten by the update, you don’t need to make any further changes. Continue reading... Quote
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.