Installation error #1086
-
Hi, I have just installed Laravel 11 and Backpack pro. When I try to access the admin panel I get the following error: Illuminate\Database\QueryException Can you help? Kindest regards, Eleni |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello @polel129 I can't help much with only that information. Sorry, can you provide more info ? Does that happen before or after login ? Also can you share the setup of your User model ? Cheers |
Beta Was this translation helpful? Give feedback.
-
I'm using MariaDB 5.5.68 and I'm afraid this is the problem.... The problem happens when I try to access the login page (before I login). The info you asked: config/databases.php: use Illuminate\Support\Str; return [
]; User Model: namespace App\Models; // use Illuminate\Contracts\Auth\MustVerifyEmail; class User extends Authenticatable
} |
Beta Was this translation helpful? Give feedback.
-
Maria DB 5 is ages old .. Maria DB is now on 11. https://mariadb.org I would think it does, we are not aware of any issue of using backpack with maria db, I use it mysql with either mariadb 10 or 11. If that's too much trouble, consider using sqlite as your development database, just to get you started. Or install something like Let me know how it goes. Cheers |
Beta Was this translation helpful? Give feedback.
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Maria DB 5 is ages old .. Maria DB is now on 11. https://mariadb.org
Please consider updating that instance.
I would think it does, we are not aware of any issue of using backpack with maria db, I use it mysql with either mariadb 10 or 11.
If that's too much trouble, consider using sqlite as your development database, just to get you started. Or install something like
Laragon
https://laragon.org/ (not affiliated, but it's a fantastic tool). That comes with apache, php, mariadb/mysql etc all installed for you.Let me know how it goes.
Cheers