Jump to content

Featured Replies

Posted

I forgot how you disable plugins/apps when unable to access the site.

I currently have a 500 page error with no part being accessible but I don't recall how to turn off third-party stuff.

  • Author

I don't have ACP access, no part of my site actually loads. Ah I see.

  Quote
<?php
define('RECOVERY_MODE',True);

 

Edited by Joey_M

  • Author

I'm getting a message about an install being in progress now, I still can't access the ACP login.

  • Community Expert

You would need to complete that upgrade from /admin/upgrade

  • Author

I wasn't upgrading the site Marc, I accidentally turned on all the plugins on my site and then it went down.

  Quote

There are no applications available to upgrade

All I did was add;

<?php
define('RECOVERY_MODE',True);

To my constants.php file, then I got the message about an install being in process.

  • Community Expert

There is an issue with something you have added thwere, as it shouldnt be saying install in progress ever. Please update your ftp details on file

  • Author

Thanks Marc, I have updated the information. (y)

  • Community Expert

Getting connection refused from your server

  • Author
 

Getting connection refused from your server

Can I give you cPanel access?

  • Author
 

Its FTP we would need

Could you let me know your IP?

  • Community Expert

Looks like somehow your "installed" variable in your conf_global.php was turned to false so the system thought you needed to install. I set that to true and then uploaded the constants.php again. Then turned on Recovery Mode for you, disabled all third party items, and then disabled it. Things seem to be functioning now so there is an error with one of your third party addons there.

  • Author

Thank you, @Jim Mand @Marc Stridgen.

I have no idea how the conf.global.php was touched, as I didn't. I did rename the constants.php file from constants.old and removed the other lines bar the one needed for recovery as for some reason I no longer had a working on.

  • Community Expert
 

Thank you, @Jim Mand @Marc Stridgen.

I have no idea how the conf.global.php was touched, as I didn't. I did rename the constants.php file from constants.old and removed the other lines bar the one needed for recovery as for some reason I no longer had a working on.

No worries. Just glad it was a simple configuration file issue and not something deeper 🙂 

  • Author

Well, I thought it was something more serious than that. I'm now backing the site up. 😂

  • Community Expert
 

Well, I thought it was something more serious than that. I'm now backing the site up. 😂

Always a good idea 😄