I have tried to install some plugins on WordPress and when I try to download them the message “Installation failed: There has been a critical error on your website. Please check your site admin email inbox for instructions.Learn more about debugging in WordPress. ” keeps displaying. Any ideas on how I can fix this.
note : now i use mamp program on 7.2.14 php version because when i try to use 7.3.7 version the apache server not working.
My site now works however I can’t install any plugins or themes .
3
Answers
Please check your plugins folder in the wp-content directory. Make sure it exists there with proper naming convention.
An easy method to resolve the issue is by deleting the plugins folder.
/wp-content/
.The error should resolve now. If you have any more queries related to this issue or the above method doesn’t work for you, then let me know.
If you are not familiar with SSH, open your cPanel >> cPanel file manager then your WordPress installation directory then open the error_log file, which will give you more information about the error. If you see the error related to the plugin then rename the plugin name (e.g plugin_back). it’s much easier to rename the plugin name. Visit the site and log-in. If the issue still persists then edit your wp-config.php from WordPress’s root folder then turn on debug mode so you can find more details about the issues you are facing. Check the snapshot for enabling the debug mode.
https://prnt.sc/qvuy9q