Here’s what worked for me: My Hostgator WordPress site was throwing the same error until I commented out the top-level .htaccess
file. Like so:
My website is a subdomain, so it had it’s own .htaccess
, so that’s where the php version was specified (cpanel did this automatically). I didn’t have to edit wp-config.php
or anything else.
In the comments of this post is where I found this solution:
https://wordpress.org/support/topic/php-7-3-errors/#post-12720824
Related Posts:
- Notice: Constant already defined in wp-config.php on (non-existent) line?
- WordPress White Screen Error
- Should I use spl_autoload_register() in my plugin?
- WP-CLI – Selecting PHP version
- error_log() output for print_r() appearing on page
- When to use Exceptions vs Error Objects vs just plain false/null
- Hide php Notices in Dashboard
- PHP Catchable fatal error: Object of class WP_Error could not be converted to string
- WSOD but WP_DEBUG not giving any errors
- WordPress “Link has expired” error on updating posts
- How To Make Connection To WordPress Data Base In A Plugin?
- Renaming wp-content folder dynamically
- get_the_content if it contains multiple lines it results in SyntaxError
- Fix 403 error on WordPress multisite network using subdomains
- Make WordPress upload directory outside wordpress root with custom url
- How to resolve error “Cookies are blocked due to unexpected output.”?
- error_log is not working as expected in functions.php file
- Enable errors PHP WordPress 5.2
- “Can’t use function return value in write context” error
- Fatal error: Call to undefined function wpsc_cart_item_count()
- Why when I instantiate wp_error in a validation method my user registration method stops working?
- Error when requesting password reset email – wp authentication
- “Notice: Undefined variable: content” is showing [closed]
- No wp-config.php file on local install of wordpress – site still displays
- After upgrading to PHP 7.0 my contact form outputs error
- How can I change WordPress domain from remote to localhost?
- Why am I getting ERR_NAME_NOT_RESOLVED when I add a site to my multisite installation? [closed]
- integrating external php library into wordpress- the right way
- Does WordPress have a built in reference to the PHP version its running under? [closed]
- Can WordPress email the admin about PHP errors, while hiding them from the site?
- Force SSL using FORCE_SSL_ADMIN
- How can I resolve the php notice “Constant EMPTY_TRASH_DAYS already defined”
- White Screen of Death – wp-admin
- Ajax return code 400
- WordPress 5 WP REST routes – No errors
- How to find error in my code when the error message is pointing to WP core file?
- get_term_link() returns correct – But illogical error-messages disturb
- PHP Warning: Attempt to read property “term_id” on bool
- Mute Debug Messages from Plugins
- WordPress Script stops suddenly
- A non-numeric value encountered in /wp-includes/functions.php on line 68
- Error on wp_default_style After upgrade to php 7
- Is it possible to increase php memory without directives in wp-config.php, .htaccess or php.ini?
- Getting error when using wp_insert_post()
- Error: options page not found
- Headers already sent in Pluggable.php / homepage and wp-login error
- Which is the correct way to conditionally enqueue a CSS file?
- “Undefined index” error when saving empty array with checkboxes
- How to add API security keys into JS of wordpress securely
- Moving wordpress site from localhost to live server using GoDaddy cPanel
- What is the difference in the WP memory limits?
- Preg_Match(): compilation failed unknown property name
- Warning: Illegal string offset on theme options page [closed]
- customize wordpress database error page
- PHP if statement works in template files, but not header
- Set site title & tagline with wp.config or function.php
- Errors after upgrading PHP to 7.4 WordPress
- PHP-warning in post-template.php and no loading content on pages
- How to end a while loop when used in a fetch assoc function [closed]
- After adding my website to a new server, I keep getting a unexpected end of file error, but the file is identitcal to it’s original source
- Parse error: syntax error, unexpected ‘}’ [closed]
- Array to string conversion error in PHP 7.2 when returning user role as class
- javascript variable to wordpress php variable
- PHP E_WARNING being shown despite php.ini [closed]
- What’s wrong with this piece of code? [closed]
- can’t get errors
- Angular not defined [closed]
- Cannot load media and I get “PHP Warning: Invalid argument supplied for foreach(“
- Fatal Error wp-settings.php on line 119
- How can I fix this code [duplicate]
- How to decrease the max file upload size without using php.ini or htaccess?
- Trying to display terms from custom taxonomy within function
- Help with accessing wp-admin page and resolving error messages
- Blog suddenly shows Archive instead of index page
- Too many errors on log
- Programmatically revert to backup .htaccess a possibility?
- Prevent post from being published and show error
- Illegal string offset in PHP function in via Theme Customizer
- Can’t log in to WordPress wp-admin after adding code to functions.php
- Cannot find the php_ini configuration file to find my error log to see why my code is not working
- White screen after migrating site, but wp-admin works fine. Disabling all plugins, applying default theme and enabling debug mode does nothing
- Fatal error login WordPress [duplicate]
- I am having errors with checkout on wordpress
- Intermittent 503 Service Unavailable Error
- How can I redefine WordPress wp-content directory programmatically?
- PHP Warning: mysqli_query(): after updating my websites php from 5.6 to 7.2
- Site cannot access external connection
- WordPress Bad Request Error 400
- Trying to get property ‘ID’ and ‘post_author’ of non-object error
- HELP: cannot log into wordpress. PHP error
- Why am I getting syntax error, unexpected ‘endwhile’ (T_ENDWHILE) on single.php
- The link you followed has expired. Please try again
- PHP error on local server install
- WordPress files break if I edit them, but adding a closing PHP tag fixes it
- Site title not showing. Please help me
- PHP Error in WordPress Theme
- WordPress database error only while loading page for 1st time
- Getting an empty space in up sell items
- This occurs when I open admin or front on localhost
- Is there a way to search for a missing endif?