-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error 500 - Debian installation #811
Comments
Is this in production? |
yes it's in production need the url ? |
Have you followed the installation instructions in our docs? |
Yes I followed all the instructions there |
Ok, what does |
#43 /var/www/Cachet/bootstrap/cache/compiled.php(9127): call_user_func_array(Array, Array) |
Can we have all the trace please, not just the last few lines. |
root@status:/var/www/Cachet# cat storage/logs/laravel-2015-07-23.log |
#5 /var/www/Cachet/bootstrap/cache/compiled.php(7052): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) |
I ran into this issue yesterday after a successful, but error-ridden install. I would recommend re-pulling from Git and attempting a fresh install. Hours of debugging led to a complete re-install and then it worked. It was very odd, but it worked. |
Well, the error's right there on the first line?
|
You need to create that file if you want to use the sqlite driver. |
That i fixed. I cleared the log and ran the site the new ;log below: [2015-07-23 20:19:25] local.ERROR: exception 'Exception' with message 'Analytics::init() must be called before any other tracking method.' in /var/www/Cachet/vendor/segmentio/analytics-php/lib/Segment.php:131 |
Have you ran |
yes but i can run it again. |
Do you have a |
Yes: GNU nano 2.2.6 File: .env APP_ENV=local DB_DRIVER=mysql CACHE_DRIVER=apc MAIL_DRIVER=smtp |
Im gonna try starting afresh now |
You should really be using the v1.0.0 branch, for production. |
The APP KEY is wrong. |
It MUST be 32 characters long. |
Ah :-( ... I just restarted the server to clean state installing lamp again then cachet |
The Analytics error is gone now. |
Hey, I'm having the same issue! This is what I get on the browser: Internal Server Error What does this mean? Something went wrong on our servers while we were processing your request. An error has occurred and this resource cannot be displayed. This occurrence has been logged, and a highly trained team of monkeys has been dispatched to deal with your problem. We're really sorry about this, and will work hard to get this resolved as soon as possible. This error can be identified by 85b7b169-850c-49ff-b2f3-9cb454d906c4. You might want to take a note of this code. Perhaps you would like to go to our home page? And this is the log file!
|
Looks like you didn't run |
Thanks for quick reply, but still not working I just generate API key and update .env file but still getting the same error. |
You may now need to run |
Jborooksuk Thanks a lot you're roker! |
It's all working not but I'm not being able to go to home page but I may find out this one. |
I finished my istallation but gettting error 500.
Error 500
Houston, We Have A Problem.
Internal Server Error
What does this mean?
Something went wrong on our servers while we were processing your request. An error has occurred and this resource cannot be displayed. This occurrence has been logged, and a highly trained team of monkeys has been dispatched to deal with your problem. We're really sorry about this, and will work hard to get this resolved as soon as possible.
Perhaps you would like to go to our home page?
Apache Log:
root@status:/home/debian# tail /var/log/apache2/error.log
[Thu Jul 23 14:29:04 2015] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Thu Jul 23 14:38:20 2015] [notice] caught SIGTERM, shutting down
[Thu Jul 23 14:38:22 2015] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Thu Jul 23 17:53:40 2015] [error] [client 105.5.170.212] File does not exist: /var/www/Cachet/public/setup
[Thu Jul 23 18:41:44 2015] [notice] caught SIGTERM, shutting down
[Thu Jul 23 18:41:45 2015] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Thu Jul 23 18:43:01 2015] [notice] caught SIGTERM, shutting down
[Thu Jul 23 18:43:02 2015] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Thu Jul 23 18:47:12 2015] [notice] caught SIGTERM, shutting down
[Thu Jul 23 18:47:13 2015] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
Please assist
The text was updated successfully, but these errors were encountered: