satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 8 forks source link

Error installing tinyissue #104

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

I'm close to insanity right now.

It began with creating a new demo instance for my colleagues to let them play around without messing things up. I tried installing the latest dev on the webserver from scratch. I tried copying the local instance to the server. I tried to copy the productive instance on the server into the new one (.env was of course adaped). But nothing works so far and I only get this error:

HttpException in CheckForMaintenanceMode.php line 41:

in CheckForMaintenanceMode.php line 41
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Kernel.php line 122
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
at Kernel->handle(object(Request)) in index.php line 52
satrun77 commented 8 years ago

It is Laravel error message that your site is in maintenance mode. All you need is to delete a file named "down". Location ./storage/framework/

nickbe commented 8 years ago

Works now. But how was it created?