-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
System Unavailable after upgrade to v4.7.5 #7242
Comments
Uh, I think you just forgot to run |
I'm also seeing the same issue. Running on IIS. Have upgraded using "php upgrade.php". Getting the "System Unavailable" sad panda. No other error messages logged even with debug turned on. Have just tried php artisan up, but still the same. Anywhere else to look? Thanks! |
I used php artisan migrate and then was complaining about various tables in the database which had to dropped one by one within mysql and once done then that sorted the issue and able to access the asset manager :) |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
This issue has been automatically closed because it has not had recent activity. If you believe this is still an issue, please confirm that this issue is still happening in the most recent version of Snipe-IT and reply to this thread to re-open it. |
Actual Behavior
We have upgraded our SnipeIT virtual machine to Debian 10 (buster), installed all PHP7.3 modules which are required to run SnipeIT, but after the upgrade only the System Unavailable message will be shown.
Please confirm you have done the following before posting your bug report:
Provide answers to these questions:
Upgrade
4.7.5
PHP 7.3.4-2
mysql Ver 15.1 Distrib 10.3.15-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Debian GNU/Linux 10 (buster)
Github
I'm only receiving the error "System Unavailable"
No errors
storage/logs
and your webserver's logs.There are no errors in the apache2 error or access log
laravel.log
[2019-07-11 12:00:00] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method App\Console\Kernel::load() in /var/www/html/snipe-it/app/Console/Kernel.php:59
Stack trace:
#0 /var/www/html/snipe-it/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(117): App\Console\Kernel->commands()
#1 /var/www/html/snipe-it/artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#2 {main}
[2019-07-11 12:00:00] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method App\Console\Kernel::load() in /var/www/html/snipe-it/app/Console/Kernel.php:59
Stack trace:
#0 /var/www/html/snipe-it/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(117): App\Console\Kernel->commands()
#1 /var/www/html/snipe-it/artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#2 {main}
Hopefully you can help to get the system running again.
The text was updated successfully, but these errors were encountered: