Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 29, 2024Dec 29 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
December 29, 2024Dec 29 Author i forgot the "\" before "define" but it is present. Edited December 29, 2024Dec 29 by Olivier Frascone
December 30, 2024Dec 30 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 \.
December 30, 2024Dec 30 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.
December 30, 2024Dec 30 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!
December 30, 2024Dec 30 Author 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, 2024Dec 30 by Olivier Frascone