-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Upgraded from v6.0.12 to 6.2.2, but stucked with error 500 #13747
Comments
We'd need the full stack trace there - those aren't error messages, that's just a partial stack trace |
Thank you so much for your reply, I appreciate it. Also, thanks for taking your time to help me. I will try to get the full stack trace. It's been a while since I have accessed Linux systems. I will get back to you soon. |
I'm attempting to obtain a copy of the entire log files, but I've encountered issues. Could you please check if the file permissions for the log files are correct? administrator@stilsnipeit:/var/www/snipeit/storage/logs$ ls administrator@stilsnipeit:/var/www/snipeit/storage/logs$ sudo journalctl > laravel.txt administrator@stilsnipeit:/var/www/snipeit/storage/logs$ ls -la administrator@stilsnipeit:/var/www/snipeit/storage/logs$ |
Well, you're sudo-ing to user |
Thank you for highlighting my mistakes. I've corrected them, but I'm still encountering issues. administrator@stilsnipeit:/var/www/snipeit/storage/logs$ ls -la I've also been able to export the Laravel logs into a text file, which I'll share below. |
Hi, can anyone help me to solve this ? I can see the login page, but right after login it shows 500 Server Error |
Sorry for bugging, I just updated to [v6.2.3] and problem was solved. Thanks everyone! |
Debug mode
Describe the bug
I can't figure out where the problem is, able to copy out the logs. Can someone help me,
#90 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#91 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
#92 /var/www/snipeit/app/Http/Middleware/NoSessionStore.php(28): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#93 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\NoSessionStore->handle()
#94 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#95 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\Pipeline\Pipeline->then()
#96 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
#97 /var/www/snipeit/public/index.php(52): Illuminate\Foundation\Http\Kernel->handle()
#98 {main}
"}
Reproduction steps
...
Expected behavior
Expected to login normally after update.
Screenshots
No response
Snipe-IT Version
6.2.2
Operating System
Ubuntu 22.04.3 LTS
Web Server
Apache
PHP Version
8.1
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
Additional context
No response
The text was updated successfully, but these errors were encountered: