Jump to content

Featured Replies

Posted

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

  • Author

i forgot the "\" before "define" but it is present.

Edited by Olivier Frascone

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 \.

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.

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!

  • 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 by Olivier Frascone

Recently Browsing 0

  • No registered users viewing this page.