简体   繁体   中英

Wordpress “Edit Post” Page Break

Today I got a new issue. Its weird because my site is working previous month but when I open Admin Panel 2 days ago, it looks buggy.


First of all, I see many JS ERRORS in the console log.

Secondly, When I tried to edit the product with ID 508, Edit page open for product ID 1. I also tried with other products but same problem happened

http://localhost/piratto-old/wp-admin/post.php?post=540&action=edit
http://localhost/piratto-old/wp-admin/post.php?post=528&action=edit
http://localhost/piratto-old/wp-admin/post.php?post=416&action=edit

I tried with above URLs but all URL open edit page for product ID 1

What I tried to solve issue:

  1. Deactive and Delete all plugins and switch to default theme but not work at all.
  2. I also migrated to two different servers and also on my LOCALHOST but not solved

Also what I note:

When I start WP_Debug then I got some ACCESS LOG in WAMP SERVER

::1 - - [24/Apr/2018:11:19:45 +0530] "GET /piratto-old/wp-admin/post.php?post=540&action=edit HTTP/1.1" 200 670608
::1 - - [24/Apr/2018:11:19:51 +0530] "POST /piratto-old/wp-admin/admin-ajax.php HTTP/1.1" 200 257

Thanks @PreP for your answer but as I already mentioned in question this doesn't work.

What I did is:

I changed the Core Wordpress . I installed a fresh WordPress of same version and then delete its database and Import the old Database in that.


Import Old Database have many PROS

Like when you install your plugins in new WordPress it automatically gain the old contents. Same For Themes


To conclude issue resolved :D

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM