• Hi all,

    I am experiencing a weird issue in wordpress admin panel. ( i have tried to reinstalled wordpress already).

    In the wordpress post panel, it shows there are 25 published post but it will only display one post.

    When i try to click ‘screen options’ and ‘help’, there’s no response or dropdown.

    In console, it shows this error
    https://xxxx.com/wp-admin/edit.php?post_status=publish&post_type=post&tgmpa-dismiss=dismiss_admin_notices 500 (Internal Server Error)

    Uncaught DOMException: Failed to execute 'replaceState' on 'History': A history state object with URL 'https://xxxx.com/wp-admin/edit.php?post_status=publish&post_type=post&tgmpa-dismiss=dismiss_admin_notices' cannot be created in a document with origin 'https://xxxx.com' and URL 'https://xxxx.com/wp-admin/edit.php?post_status=publish&post_type=post&tgmpa-dismiss=dismiss_admin_notices'. at https://xxxx.com/wp-admin/edit.php?post_status=publish&post_type=post&tgmpa-dismiss=dismiss_admin_notices:160:19

    Anyone has any clue?

    • This topic was modified 7 years, 5 months ago by bbbbho.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If you are using SiteLock, manage your caching there.
    Flushing Managed host caches. Managed WP hosting often has special caches. If your host has a “Purge Varnish” or “Flush Memcache” tool, try that. You can ask your provider to flush memcache and Varnish for you if necessary.
    – If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, try switching to the unedited default Theme (Twenty Seventeen.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
    – If that does not resolve the issue, try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.

    Thread Starter bbbbho

    (@bbbbho)

    I host WP myself on AWS so there’s no purge varnish or memcache there.
    I tried deactviating plugins and themes to twentyseventeen…no change.
    i manually replace wp files apart from wpconfig and wp-content to version 4.7.5

    Problem still persist.

    Any suggestions?

    Moderator t-p

    (@t-p)

    25 published post but it will only display one post.

    – Please check the error logs on your server for a more specific error message and see why it’s failing. If you need help locating them, ask your hosting provider to help you with that.
    – If you cannot find error logs or if you don’t find any helpful info in the error logs, try Enabling debugging

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin Panel not showing up all posts’ is closed to new replies.