-
Notifications
You must be signed in to change notification settings - Fork 281
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 (Components and Dashboard) #107
Comments
Also no error-log message is written -> "docker logs -f cachet" |
[2016-07-14 13:50:23] development.ERROR: exception 'ErrorException' with message 'Illuminate\Foundation\Exceptions\Handler and GrahamCampbell\Exceptions\ExceptionHandlerTrait define the same property ($container) in the composition of GrahamCampbell\Exceptions\NewExceptionHandler. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed' in /var/www/html/vendor/graham-campbell/exceptions/src/NewExceptionHandler.php:49 |
What version of cachet are you running? |
Don't use Cachet 3.x. It doesn't work yet. |
Before submitting your issue, please make sure that you've checked the checkboxes below.
[ Docker Container -> latest ] I am running the latest release version of Cachet.
[ 5.6.20-0+deb8u1 ] I am running at least PHP 5.5.9. You can check this by running php -v.
[ yes ] I have ran rm -rf bootstrap/cache/*.
Expected behaviour
domain.com/dashboard responses an HTTP-Error 500.
After login in "domain.com/auth/login" the Dashboard is reachable.
Also adding a new "Component" responses an 500 Error, but it adds the Component anyways.
Docker Container:
docker run --name cachet -p 9000:9000 --volume=/var/www -e DB_DRIVER=pgsql -e DB_HOST=xxxx -e DB_DATABASE=xxxx -e DB_USERNAME=xxxx -e DB_PASSWORD=xxxx -d cachethq/docker:latest
docker run -d --name nginx --volume=/etc/nginx/docker_conf.d/:/etc/nginx/conf.d/ -p 80:80 --volumes-from=cachet --link cachet nginx:stable-alpine
The text was updated successfully, but these errors were encountered: