Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Olivier Frascone Posted December 29, 2024 Posted December 29, 2024 Hi, i installed by error a beta version of an App, it cause an issue and i can't login to admin to disable the App. Is it possible to disable all ? I tried to add the first and second lien to constants.php but it doesn't work : <?php define('RECOVERY_MODE',True); \define( 'REDIS_ENABLED', true ); \define( 'STORE_METHOD', 'Database' ); \define( 'STORE_CONFIG', '[]' ); \define( 'CACHE_METHOD', 'None' ); \define( 'CACHE_CONFIG', '[]' ); \define( 'SUITE_UNIQUE_KEY', 'xxxxxxx' ); Any idea ? Thanks
Olivier Frascone Posted December 29, 2024 Author Posted December 29, 2024 (edited) i forgot the "\" before "define" but it is present. Edited December 29, 2024 by Olivier Frascone
Meddysong Posted December 30, 2024 Posted December 30, 2024 There shouldn't be a \ before โdefineโ. The \ is for switching off the line so that you can jump between on and off instead of deleting and typing again later. You want your constants to be active, so shouldn't have a \.
Daniel F Posted December 30, 2024 Posted December 30, 2024 No, the \ is just a namespace separator, it doesn't matter if it's with or without. ย 14 minutes ago, Meddysong said: The \ is for switching off the line I guess yo meant // ๐ ย Are you still having the issue @Olivier Frascone ? I was able to login into your ACP with the details we have on file and haven't gotten any error.
Meddysong Posted December 30, 2024 Posted December 30, 2024 1 hour ago, Daniel F said: I guess yo meant // ๐ ย Are you still having the issue @Olivier Frascone Ah, indeed. Next time I'll check rather than post as I wake up!
Olivier Frascone Posted December 30, 2024 Author Posted December 30, 2024 (edited) Hello, thank you for your reply, in fact as the modification ofย constants.php never worked for this case so i cleaned my database and was able to access to my admincp. I installed again the module and uninstalled it just after. Now it works ๐ Thanks and have a nice day all. Edited December 30, 2024 by Olivier Frascone Meddysong 1
Recommended Posts