-
-
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
New to Snipe-IT - Installation Issues on IIS #625
Comments
Hi, |
Hi, I've run those two commands, both seem to complete. |
Sorry, my bad on that one. I ran the two commands, both appear to complete. I encounter the same error accessing the site. |
So, I'm seeing reports of this error in connection to Sentry, and they recommend upgrading to Sentry 2.1.0. I don't know why you would be having this problem while others aren't but you can try this: In
to
And re-run If this works for you, I'll update the composer file in the repo. |
This did resolve the original error, thank you. I will submit a new post for the next issue I've encountered. |
I am setting up Snipe-IT 1.2.6.
This is a Windows 2012 R2 Server, running IIS 8.5.
I have followed the instructions in the installing under IIS guide.
I'm seeing a call to undefined method error when I try acessing the site.
The entry in the error log is:
[2015-03-09 19:23:52] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Cookie\CookieJar::get()' in C:\inetpub\wwwroot\SnipeIT\vendor\cartalyst\sentry\src\Cartalyst\Sentry\Cookies\IlluminateCookie.php:105
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2015-03-09 19:25:57] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Cookie\CookieJar::get()' in C:\inetpub\wwwroot\SnipeIT\vendor\cartalyst\sentry\src\Cartalyst\Sentry\Cookies\IlluminateCookie.php:105
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
Any help or guidance would be much appreciated.
The text was updated successfully, but these errors were encountered: