• Hi, I recently moved a WordPress site from a Bitnami image (based on Ubuntu 16.04) to a barebones Ubuntu 22.04. It seems to mostly work fine, but some admin pages don’t load and the server returns an HTTP 200 with no content:
    – User search
    – WooCommerce searches (orders, subscriptions, etc.)
    – Activate or deactivate a plugin

    Most things work fine:
    – The main site
    – User list
    – WooCommerce lists (orders, subscriptions, etc.)
    – Update a plugin

    Running WordPress 6.1.1 and I’ve cleaned up all the deprecation warnings in the logs. The logs are clean.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jayenashar

    (@jayenashar)

    I found something that does work.

    if i remove the action2 and new_role2 parameters, then I can search for users.

    e.g. converting from
    /wp-admin/users.php?s=jayen&_wpnonce=REDACTED&_wp_http_referer=%2Fwp-admin%2Fusers.php&action=-1&new_role=&paged=1&action2=-1&new_role2=
    to
    /wp-admin/users.php?s=jayen&_wpnonce=REDACTED&_wp_http_referer=%2Fwp-admin%2Fusers.php&action=-1&new_role=&paged=1
    works and shows search results

    • This reply was modified 2 years, 4 months ago by jayenashar. Reason: formatting
    Thread Starter jayenashar

    (@jayenashar)

    found it. a plugin called “WooCommerce Paysius” was doing a clean exit if the query string was too long. the plugin doesn’t appear in wp-admin/plugins.php but does appear in wp-admin/site-health.php?tab=debug

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some admin pages are blank’ is closed to new replies.