Skip to content

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'accessibility.pages' doesn't exist (Conne... #1996

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

Open
jobara opened this issue Nov 21, 2023 · 1 comment
Labels
help wanted Extra attention is needed
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Nov 21, 2023

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'accessibility.pages' doesn't exist (Connection: mysql, SQL: select * from pages where json_unquote(json_extract(title, '$."en"')) = Privacy Policy limit 1)

🎯 Illuminate\Database\Connection::runQueryCallback
📄 /vendor/laravel/framework/src/Illuminate/Database/Connection.php

799   }
800   
801*  throw new QueryException(
802       $this->getName(), $query, $this->prepareBindings($bindings), $e
803   );

Open in Flare

@jobara jobara added this to the 1.3.0 milestone Nov 21, 2023
@jobara
Copy link
Collaborator Author

jobara commented Nov 21, 2023

I'm not sure exactly what happened here, but it's like the Global Deploy didn't run. I also noticed that the fonts were missing when you'd visit accessibilityexchange.ca . I manually ran the migrations (I had to run the production seeder this first time anyways) and then also php artisan google-font:fetch. After this the fonts worked, and I think the site is working too. But we should figure out what happened with the global deploy.

@jobara jobara added the help wanted Extra attention is needed label Feb 5, 2024
@jobara jobara modified the milestones: 1.3.0, 1.4.0 Feb 20, 2024
@jobara jobara modified the milestones: 1.4.0, 1.5.0 Apr 17, 2024
@jobara jobara modified the milestones: 1.5.0, 1.6.0, 1.7.0 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant