Installation is hanging at 'Creating users table' on production server #967
Replies: 2 comments 6 replies
-
Hello @thomasbaine Please check directory permissions, create storage alias, and set the domain correctly in .env If that does not work, please try the manual install as our docs say Cheers |
Beta Was this translation helpful? Give feedback.
6 replies
-
Due to not activity I will close the issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running/accessing Backpack perfectly fine on my development machine (mySQL 8.1.0, Laravel 10.48.3, PHP 8.2.10), but after uploading it onto the production server (mySQL 8.0.35 for Linus, Laravel 10.48.4.0, PHP 8.3.1), I receive an Error 500 when I move to the login page (https:/xxxx/admin/login.
The backpack modules are:
backpack/basset: 1.3.0
backpack/crud: 6.7.11
backpack/generators: v4.0.5
backpack/permissionmanager: 7.2.0
backpack/pro: 2.1.13
backpack/theme-coreuiv4: 1.1.1
There are no errors posted in the apache2 or php-fpm logs, or in storage\logs\laravel. No error information appears in the browser's dev tools.
The public side of the site (a Vue PWA) - which is fuelled from the same database - is working perfectly.
I tried re-installing backpack on the production server:
composer require backpack/crud
php artisan backpack:install
the installation freezes at Step 1: Creating users table. The status stays as RUNNING forever. As the table already existed in the database, I removed it and ran the installation again - but it still hung at the 'Creating users table' (sub)step.
I've checked my .env file and can't find any oversight/fault in it.
What am I missing/should do next?
Thanks/Bruce
Beta Was this translation helpful? Give feedback.
All reactions