Skip to content
New issue

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

Listings queries database for table that doesn't exist - tax #2

Open
Adkdotdoge opened this issue Nov 22, 2022 · 2 comments
Open

Listings queries database for table that doesn't exist - tax #2

Adkdotdoge opened this issue Nov 22, 2022 · 2 comments

Comments

@Adkdotdoge
Copy link

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:

@Adkdotdoge
Copy link
Author

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...

@Adkdotdoge
Copy link
Author

Just kidding, I think it’s the db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant