I was finally able to get this to work by using php5-fpm instead of php5-cgi. First I removed the php5-cgi package via
sudo apt-get autoremove --purge php5-cgi
Then I installed php5-fpm via:
sudo apt-get install php5-fpm
After tweaking my server definition in Nginx a bit, the problem went away.
Update
I suspect this had more to do with a faulty Virtual Host file for my website then php5-cgi.
Related Posts:
- remove wp floating submenu in wp dashboard
- Cannot access wp-admin (wordpress dashboard)
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- How to fix the admin menu margin-top bug in WordPress 5.5?
- Nginx FastCGI_Cache Vs PHP Caching
- Hide php Notices in Dashboard
- How to add some custom HTML to the edit posts page
- Site Title and Tagline in Theme Options Page
- Jquery no more loading, load-scripts.php not found (404)
- Admin Bar (Toolbar) not showing on custom PHP file that loads WordPress
- Admin Media grid view images won’t load
- How to Join two tables from separate databases within WordPress
- Site Title and Tagline in Pagelines DMS Options Panel
- Enqueue Javascript Correctly for 3.5
- Add value to usermeta without removing previous values?
- WordPress media upload “HTTP error”
- Block PHP Files Nginx
- Sortable admin column for one meta key with three possible meta values
- Mysterious HTTP 404 header in my own scripts
- WordPress if (is_page) translation on certain page
- Performance issues with large website [closed]
- PHP Code stuck in Cache [Memcached] [closed]
- How to override wp-admin styling
- List User order by ID in Descending order (Backend)
- JQuery not working on WordPress Admin page [closed]
- syntax issue on php 7.4
- Admin username and password
- White Screen of Death – wp-admin
- Can’t extend some core classes
- Show comments menu in dashboard only if the site has comment
- Retrieving Author ID in wp-admin area
- Remove one value in dismissed_wp_pointers?
- How to create a form and display its content as table in admin panel?
- Namespace spl_autoload problem in WordPress admin
- How to combine wordpress_logged_in cookies in one cookie?
- Unreadable pagination
- My custom wp-admin php files stopped working
- Call to undefined function wp() in wp-blog-header.php
- Cannot access wp-admin/wp-login.php (WordPress backend) anymore, what could be wrong?
- Remove metabox from WordPress menu editor page?
- Dashboard broken into list of links
- How to make my custom widget appear within WordPress widgets? Plugin development
- how to combine wordpress htaccess on my root domain + php on subfolder
- WordPress admin pointers tour bug?
- Incorrect MIME type for assets with Valet
- WordPress & Fastcgi proper setup?
- PHP version problem?
- NGINX rewrite rules for multisite
- Programmatically create page when saving custom post type post
- WordPress admin is incredibly slow [closed]
- inserting a post from an extern php file but post content doesn’t show on wp site
- Large Woocommerce Site (83,000 items), What Can I Do? [closed]
- How to change menu labels
- WordPress admin-ajax.php
- How can I open up my administrative panel to everyone?
- How do I modify the custom footer text and get theme version number to show in wordpress admin?
- WordPress ajax-action failing because of newline in response
- get_total () returns 0 – woocommerce [closed]
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- Link blogname and blogdescription to the Options Framework
- retain querystring values when savincustom options in admin
- Usage of call back function of add_meta_box()
- AJAX wp_insert_user WORKS but responds with “The site is not enabled”
- WordPress wp-admin redirect and exception
- How to create a field in customize and show that in header.php?
- Override Admin menu icon
- Using admin-post.php for admin form but it directs me to admin-post.php white screen
- WordPress redirects to old login after migration
- How can I display Custom Post type Custom Columns and its Content in a Dashboard Widget?
- PHP getting error when trying to access WP-Admin Dashboard
- Warning: call_user_func() expects parameter 1 to be a valid callback, function
- Nginx WordPress and another Web app URL structure
- I installed WordPress locally now how do I login?
- Processing ajax call to php to insert into mysql database
- Aspx/Rss feed – failed to open stream: Redirection limit reached
- Which version of PHP-FPM is necessary to work with WP 3.5?
- Migrating site, only header shows
- Is there a (offical) way for a theme to deactivate itself and show a message in admin?
- Help with accessing wp-admin page and resolving error messages
- Infinite Loop in WordPress Installation
- Is there way to toggle the publish date display?
- How can I update WordPress plugins or WordPress itself in all server?
- Creating plugin with front-end pages
- Search bar for wp menu
- Fatal error login WordPress [duplicate]
- WordPress on Ubuntu – “File not Found” for home.php – Trying to Redirect to Root Folder
- Has a PHP update given me a 404?
- Fatal error: wp-settings.php on line 199
- How to route root path / to /xyz in nginx?
- Hide Approved status for certain users in users list
- Why can’t I connect to the wordpress install page with Nginx?
- Class ‘WP_Privacy_Requests_Table’ not found
- wordpress contact form messages not sending although it saying they were sent successfully with this php code
- Save custom field on WP_List_Table
- Create “blank” admin page without having admin-bar/admin-menu for faster load
- Sudden Upload HTTP errors, PHP uploads and memory limits are already to high to my taste. Anything else?
- WordPress/NGINX not respecting the category URL for new posts
- How to separate the taxonomies list from the form so that editing taxonmies is the same as pages and posts?
- Editing the term_order field
- How to disable sub menu items from being created?