У меня сейчас проблема с Laravel. Я только что обновился до Laravel 7.0 и получаю эту ошибку:
[2020-04-14 15:40:19] production.ERROR: QueryException: SQLSTATE[HY000]: General error: 1096 No tables used (SQL: select * from `servers` where (select * where `uuidShort` = bc2cbcc7 or `uuid` = bc2cbcc7) is null limit 1) in /var/www/vhosts/panel.cursehosting.fr/httpdocs/vendor/laravel/framework/src/Illuminate/Database/Connection.php:670
Stack trace:
С этим кодом:
return $this->getBuilder()->with('nest', 'node')->where(function ($query) use ($uuid) {
$query->where('uuidShort', $uuid)->orWhere('uuid', $uuid);
})->firstOrFail($this->getColumns());
Моя версия MariaDB 10.4.12-MariaDB
.
Спасибо.
С уважением, Арно Л.