mananv
Forum Replies Created
-
Forum: Localhost Installs
In reply to: WordPress on localhost says “UPDATING FAILED” on page updateGlad that it works,
make sure to mark it as resolved!
Forum: Localhost Installs
In reply to: WordPress on localhost says “UPDATING FAILED” on page updateHello,
for that can you try to update your permalink?
go to Settings->Permalinks-> click on Save changes (make sure to take a database backup first)
and then check your pages.
Forum: Localhost Installs
In reply to: WordPress on localhost says “UPDATING FAILED” on page updateHello,
Are you using wordpress 5.0 or greater ?, because this might be a problem updating page with the New editor.
Try to install Classic Editor plugin to check whether it’s working or not. Classic Editor
this is not the Editor issue as mention in this thread Update failed
Thanks
Forum: Localhost Installs
In reply to: WordPress on localhost says “UPDATING FAILED” on page updateHello,
If you are familiar with the debugs logs can you enable the logs so that you can see when the errors comes from, try debugging and and debugging log on.
e.g. open your WordPress project directory, and open wp-config.php, then you will find
-> define(‘WP_DEBUG’, false);
make this true, and also make one more line after this for debugging,
-> define( ‘WP_DEBUG_LOG’, true );
then after check your site, you can see the error logs in project/wp-content folder and the file is debug.log
after completing do not make false debugging.
May this will help you.