A few weeks ago, I had to move my blog due to a failing hard drive. It was running on an old server, and I took the opportunity to upgrade to php 7.2, coming from php 5.2 (yeah, I know).
Ever since, the pagination of the /wp-admin/edit.php (posts) is missing in the top right corner, but only for the first page. If I go to /wp-admin/edit.php?paged=2, then it appears again, and it's working as specified.
I am not sure where to look. Does anyone have an idea?
A few weeks ago, I had to move my blog due to a failing hard drive. It was running on an old server, and I took the opportunity to upgrade to php 7.2, coming from php 5.2 (yeah, I know).
Ever since, the pagination of the /wp-admin/edit.php (posts) is missing in the top right corner, but only for the first page. If I go to /wp-admin/edit.php?paged=2, then it appears again, and it's working as specified.
I am not sure where to look. Does anyone have an idea?
Share Improve this question asked Jun 6, 2019 at 21:53 jberculojberculo 1537 bronze badges 2- 1 A lot has changed since php 5.2. I would check to make sure all your functionality still works in the new version of php. You can also try going to the permalinks settings and saving that settings form. That will regenerate rewrite rules and htaccess/nginx.conf. – MikeNGarrett Commented Jun 6, 2019 at 21:56
- Thanks for your answer. answered more in detail below the first answer... – jberculo Commented Jun 7, 2019 at 8:19
1 Answer
Reset to default 0I'd first make sure that everything is updated: WP, themes, plugins.
Then I'd look at the plugin's WP page and see how long it's been since they have been updated. You might have some old plugins that could be causing problems, like maybe they are using old JS.
I'd also look at the page source of a couple pages to see if there is anything unexpected (code) in there.
Since the problem is pagination, perhaps your theme is old, and doesn't support new features. Take a look at the error.log file and see if there are errors relating to your theme (or any plugins).
And, perhaps, re-doing the Permalinks page (change it to something else, save it, then change it back to your preference) will 'reset' something.
Whatever it is, report back here so that your solution will help others.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745428708a4627296.html
评论列表(0条)