Jump to content

After update with PHP 8.0


Go to solution Solved by A.G.,

Recommended Posts

  • 2 weeks later...
25 minutes ago, A.G. said:

i can't enable recovery mode.

Could you please elaborate why you are unable to do so? You would need to apply the constant in the constants.php file and then attempt to login to your ACP. If all is done correctly, you should be able to login and it will disable all third party items.

Link to comment
Share on other sites

10 hours ago, Jim M said:

Is there a reason why you're enabling recovery mode? TRUE should also be a bool instead of a string (aka, remove the single quotes around TRUE)

Ok, and no i dont need recovery mode yikes. I did remove that whole line...

\define( ‘RECOVERY_MODE’, ‘TRUE’ );

 

and tried it and still my site went completely white. Using my new admins name of course. thanks for reply

Link to comment
Share on other sites

  • Solution

Ok thank you all.
Preblem solved.

Steps to do:

1. find and eding constants.php 
2. edit the constants.php to (for my only recovery mode):

 

Quote

 

<?php
\define( 'CP_DIRECTORY', 'my admin location' );  // this is only for me cause i change the main admin location

 \define( 'RECOVERY_MODE', 'TRUE' );

 



After that, you can access the admin panel (just login normaly)
Try to disable step by step the plugins.

After that and if the forum is working again without issues edit constants.php in this:
 

Quote

 

<?php
\define( 'CP_DIRECTORY', 'my admin location' );  // this is only for me cause i change the main admin location

// \define( 'RECOVERY_MODE', 'TRUE' );

 



Done, everything is working again.

Thank you all for your Help !


 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...