Skip to content
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

'/login' returns 500 error #61

Closed
ahosking opened this issue Feb 15, 2016 · 2 comments
Closed

'/login' returns 500 error #61

ahosking opened this issue Feb 15, 2016 · 2 comments

Comments

@ahosking
Copy link

I thought I had everything in and configured correctly but:
While Apache shows that the base url redirects correctly '/login' returns a 500 error.

My vhost for apache looks like this:

<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName ubu1 DocumentRoot /var/www/BookStack/public <Directory /var/www/BookStack/public> AllowOverride All Order allow,deny allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>

Any ideas?

@ssddanbrown
Copy link
Member

Nothing immediately obvious to me, Is the 500 error from the application (in a white box) or does it look like a standard apache error message?

If it's from the application you could try changing APP_DEBUG to true in the .env file to get more information. If it's from apache try looking at the apache logs in /var/log/apache2 to get more information.

@ahosking
Copy link
Author

Oi, I missed the APP_DEBUG in the .env.

My apologies.
Got the info there that there was a rogue permission that the Apache Debug logs wasn't apparently catching.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants