John Davidson

Unknown column 'wp_' in 'field list' when running WordPress on PHP 8.1 wordpress compatible

0 comments
Message:


Unknown column 'wp_' in 'field list' when running WordPress on PHP 8.1


I installed xampp and then WordPress.
After submitting database info, i am getting
Critical error.i found that wordpress is not compatible for PHP 8.1 so how to shift for older version of PHP on xampp.


"PHP Fatal error: Uncaught mysqli_sql_exception: Unknown column 'wp_' in 'field list' in C:\xampp\htdocs\my_php_81_folder\normal_local_site\wp-includes\wp-db.php:2056 Stack trace: #0 C:\xampp\htdocs\my_php_81_folder\normal_local_site\wp-includes\wp-db.php(2056):......."



My Answer:
It seems like you have mentioned an "Unknown column" in your query or statement. This typically means that the column you are referring to does not exist in the database table you are querying. Double-check the column name and make sure it is spelled correctly and exists in the table you are trying to access. If the issue persists, you may need to review the database schema or consult with a database administrator for further assistance.

Rate this post

4 of 5 based on 8312 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us