accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'accessibility.settings' doesn't exist (Co... #2044

Closed jobara closed 7 months ago

jobara commented 9 months ago

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'accessibility.settings' doesn't exist (Connection: mysql, SQL: select name, payload from settings where group = general)

:dart: Illuminate\Database\Connection::runQueryCallback :page_facing_up: /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 commented 9 months ago

May also be related to #2042

jobara commented 7 months ago

This particular issue has re-occurred recently and was likely fixed by #2134