Jump to content

Recommended Posts

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

Posted

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

Posted

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.

Posted (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 by Olivier Frascone
  • Recently Browsing   0 members

    • No registered users viewing this page.
ร—
ร—
  • Create New...