-
-
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
Call to undefined method Illuminate\Cookie\CookieJar::get() #642
Comments
Please see the documentation on getting help. http://snipeitapp.com/documentation/getting-help/ |
Hello I'm installing Snipe 1.2.6 on Microsoft IIS. Installed Composer, executed php artisan.. Database loaded with sample data. I have 2 logs *** log-cgi-fcgi-2015-03-12.txt [2015-03-12 13:28:19] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Cookie\CookieJar::get()' in C:\inetpub\wwwroot\snipe-it\vendor\cartalyst\sentry\src\Cartalyst\Sentry\Cookies\IlluminateCookie.php:105 **** log-cli-2015-03-12.txt [2015-03-12 06:01:19] production.ERROR: exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'travis'@'localhost' (using password: NO)' in C:\inetpub\wwwroot\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:47 Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'migrations' already exists (SQL: create table |
Grab the latest off of the develop branch and run composer install, or edit your |
The text was updated successfully, but these errors were encountered: