-
-
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
Server Error 500 on /auth/signin iis installation #838
Comments
That's not the error log we need. We need the app error log. |
[2015-06-05 19:52:57] local.ERROR: exception 'InvalidArgumentException' with message 'Database [] not configured.' in C:\inetpub\wwwroot\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:263 Next exception 'ErrorException' with message 'Database [] not configured. (View: C:\inetpub\wwwroot\app\views\backend\layouts\default.blade.php)' in C:\inetpub\wwwroot\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:263 Next exception 'ErrorException' with message 'Database [] not configured. (View: C:\inetpub\wwwroot\app\views\backend\layouts\default.blade.php) (View: C:\inetpub\wwwroot\app\views\backend\layouts\default.blade.php)' in C:\inetpub\wwwroot\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:263 |
looks like it's not seeing my hostname that I gave the server. Even-though it is listed in start.php and also in my Hosts file pointing to the server. |
@craig7716 No, that's not the issue. See http://snipeitapp.com/documentation/common-issues/ |
Error Log
Software: Microsoft Internet Information Services 7.5
Version: 1.0
Date: 2015-06-05 19:39:21
Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2015-06-05 19:39:21 192.168.6.117 GET /auth/signin - 80 - 192.168.5.105 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/43.0.2357.81+Safari/537.36 500 0 0 483
2015-06-05 19:39:21 192.168.6.117 GET /favicon.ico - 80 - 192.168.5.105 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/43.0.2357.81+Safari/537.36 200 0 0 202
The text was updated successfully, but these errors were encountered: