Skip to content
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

Snipeit 500 (Internal Server Error) #16001

Open
mianshahzad10 opened this issue Dec 24, 2024 · 3 comments
Open

Snipeit 500 (Internal Server Error) #16001

mianshahzad10 opened this issue Dec 24, 2024 · 3 comments
Labels
❓ not sure if bug This issue has not been confirmed as a bug yet

Comments

@mianshahzad10
Copy link

Failed to load resource: the server responded with a status of 500 (Internal Server Error) in console

snipeit

v C:\wamp64\www\snipeit/bootstrap/cache is writable
v C:\wamp64\www\snipeit/storage is writable
v C:\wamp64\www\snipeit/storage/logs is writable
v C:\wamp64\www\snipeit/storage/logs/laravel.log is writable
v C:\wamp64\www\snipeit/storage/framework is writable
v C:\wamp64\www\snipeit/storage/framework/cache is writable
v C:\wamp64\www\snipeit/storage/framework/sessions is writable
v C:\wamp64\www\snipeit/storage/framework/views is writable
v C:\wamp64\www\snipeit/storage/app is writable
v C:\wamp64\www\snipeit/storage/app/backups is writable
v C:\wamp64\www\snipeit/storage/app/backup-temp is writable
v C:\wamp64\www\snipeit/storage/private_uploads is writable
v C:\wamp64\www\snipeit/public/uploads is writable


STEP 1: Checking .env file:

  • Your .env is located at C:\wamp64\www\snipeit/.env

v Your APP_KEY is not blank.
v Your APP_URL is not null or blank. It is set to http://snipeit.local
v Your APP_URL is set to http://snipeit.local and starts with the protocol (https:// or http://)
v Your APP_URL (http://snipeit.local) does not have a trailing slash.


STEP 2: Checking PHP requirements: (Required PHP >=8.1.0 - <8.4.0)

v Current PHP version: (8.1.31) is at least 8.1.0 and less than 8.4.0! Continuing...
FYI: The php.ini used by this PHP is: C:\wamp64\bin\php\php8.1.31\php.ini

Checking Required PHP extensions...

v bcmath is installed!
v curl is installed!
v exif is installed!
v fileinfo is installed!
v gd is installed!
v json is installed!
v ldap is installed!
v mbstring is installed!
v mysqli is installed!
v openssl is installed!
v PDO is installed!
v sodium is NOT installed, but is recommended...
v tokenizer is installed!
v xml is installed!
v zip is installed!

v Your APP_KEY is not blank.
v Your APP_URL is not null or blank. It is set to http://snipeit.local
v Your APP_URL is set to http://snipeit.local and starts with the protocol (https:// or http://)
v Your APP_URL (http://snipeit.local) does not have a trailing slash.

Wamp version 3.2.6.7
Current PHP version: (8.1.31)
snipe latest version from below link
https://codeload.github.com/snipe/snipe-it/zip/refs/heads/master

Copy link

welcome bot commented Dec 24, 2024

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@Joeym0180
Copy link

Joeym0180 commented Jan 5, 2025

got the same on Docker (OS Ubuntu server) with image snipe/snipe-it:v7.1.15,

running on snipe/snipe-it:v7.1.14 works like a charm

@snipe
Copy link
Owner

snipe commented Jan 6, 2025

We'd need to see server and app logs. That's a server-level 500, so we'd need to see those logs to see what the server thinks is wrong. We run master in production, so it's not the software (that we're aware of anyway)

@snipe snipe added the ❓ not sure if bug This issue has not been confirmed as a bug yet label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ not sure if bug This issue has not been confirmed as a bug yet
Projects
None yet
Development

No branches or pull requests

3 participants