We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a new table and Column as a work around in my db - not sure if it was suppose to be checking for cat_tax or what.
[22-Nov-2022 00:30:31 America/Chicago] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'category' in 'field list' in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php:130 Stack trace: #0 /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php(130): PDO->query('SELECT DISTINCT...') #1 /home1/adamkzis/shibeship.adamkizis.com/index.php(405): include('/home1/adamkzis...') #2 {main} thrown in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php on line 130 [22-Nov-2022 00:30:42 America/Chicago] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'category' in 'field list' in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php:130 Stack trace:
The text was updated successfully, but these errors were encountered:
You know this might actually be my fault. I haven't add in the search function, and its probably trying to check something in the listings...
Sorry, something went wrong.
Just kidding, I think it’s the db
No branches or pull requests
I created a new table and Column as a work around in my db - not sure if it was suppose to be checking for cat_tax or what.
[22-Nov-2022 00:30:31 America/Chicago] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'category' in 'field list' in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php:130
Stack trace:
#0 /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php(130): PDO->query('SELECT DISTINCT...')
#1 /home1/adamkzis/shibeship.adamkizis.com/index.php(405): include('/home1/adamkzis...')
#2 {main}
thrown in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php on line 130
[22-Nov-2022 00:30:42 America/Chicago] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'category' in 'field list' in /home1/adamkzis/shibeship.adamkizis.com/inc/listings.php:130
Stack trace:
The text was updated successfully, but these errors were encountered: