-
-
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
index.php/auth/signin somehow not mandatory #697
Comments
v1.1 is pretty far behind. My recommendation would be to upgrade and see if that fixes your issue. |
(Also, that url looks wrong. There is no |
Hi snipe :-) |
You should just be able to copy your files and database over to the new server, grab the new version, and run the database migrations to bring everything up to date. (Make sure you run all of the upgrade commands to grab the new composer libraries as well) |
k :-) did whta you said. But now I downloaded v1.2.6.1 expanded it and copied the files into the old directory. Important Notes on UpdatingWhenever you pull down a new version from master or develop, when you grab the latest official release, make sure to run the following commands via command line:
So I do: asset@vdvl3: And the website crashes again |
for now I reverted back to v1.1 ... |
@JaapSch take a look at this page http://snipeitapp.com/documentation/upgrading/ it should help |
Thanks for all the help :-) |
Hi,
I am installing snipe-it asset management v1.1 on a Debian/apache2 server. (not running the v1.2.6.1 yet because I need to migrate an old v1.1 machine to a new environment after which I want to upgrade)
I almost got it working except.... When I logout of the site it still shows me the contents of the asset database. It also shows the "create asset" button and allows me to redirect to the asset form. When trying to enter a new asset or "checkin/out" an existing asset it crashes...
I can force it to go to /auth/signin (adding it to the URL manually) but somehow it is not mandatory for viewing the assets and it doesn't force a redirect to the signin page.
in app/storage/logs it states:
[2015-03-26 15:51:30] acceptance.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php:146
Stack trace:
#0 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1021): Illuminate\Routing\RouteCollection->match(Object(Illuminate\Http\Request))
#1 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Routing/Router.php(989): Illuminate\Routing\Router->findRoute(Object(Illuminate\Http\Request))
#2 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Routing/Router.php(968): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#3 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(738): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#4 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(708): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request))
#5 /home/asset/acceptance/vendor/barryvdh/laravel-debugbar/src/Middleware/Stack.php(34): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true)
#6 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Http/FrameGuard.php(38): Barryvdh\Debugbar\Middleware\Stack->handle(Object(Illuminate\Http\Request), 1, true)
#7 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Session/Middleware.php(72): Illuminate\Http\FrameGuard->handle(Object(Illuminate\Http\Request), 1, true)
#8 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php(47): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#9 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php(51): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true)
#10 /home/asset/acceptance/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true)
#11 /home/asset/acceptance/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#12 /home/asset/acceptance/public/index.php(49): Illuminate\Foundation\Application->run()
#13 {main} [] []
I can't make sense of it :-) ... help?
The text was updated successfully, but these errors were encountered: