Not able to run after installation #118

Closed
opened 2026-02-04 16:58:47 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @rosinghal on GitHub (Jun 20, 2016).

Attached the apache error_log.

error_log.txt

Originally created by @rosinghal on GitHub (Jun 20, 2016). Attached the apache error_log. [error_log.txt](https://github.com/ssddanbrown/BookStack/files/323350/error_log.txt)
OVERLORD added the 🐕 Support label 2026-02-04 16:58:47 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 20, 2016):

Hi @rosinghal,
I noticed in your log that you're trying to access BookStack within a sub directory. Currently BookStack requires being at the URL root (On it's own domain or sub-domain). That could be the cause of your issues.

Further discussion on sub-directory installs can be found here

@ssddanbrown commented on GitHub (Jun 20, 2016): Hi @rosinghal, I noticed in your log that you're trying to access BookStack within a sub directory. Currently BookStack requires being at the URL root (On it's own domain or sub-domain). That could be the cause of your issues. [Further discussion on sub-directory installs can be found here](https://github.com/ssddanbrown/BookStack/issues/40)
Author
Owner

@rosinghal commented on GitHub (Jun 20, 2016):

Still same error. It gets redirected to login page with error "Whoops, looks like something went wrong". Though error page works just fine.

@rosinghal commented on GitHub (Jun 20, 2016): Still same error. It gets redirected to login page with error "Whoops, looks like something went wrong". Though error page works just fine.
Author
Owner

@ssddanbrown commented on GitHub (Jun 21, 2016):

Here's some instructions for debugging errors.. Could you turn on debug mode and see what error displays?

@ssddanbrown commented on GitHub (Jun 21, 2016): [Here's some instructions for debugging errors.](https://www.bookstackapp.com/docs/admin/debugging). Could you turn on debug mode and see what error displays?
Author
Owner

@rosinghal commented on GitHub (Jun 21, 2016):

Here is html file after enabling debug.
login.html.zip

@rosinghal commented on GitHub (Jun 21, 2016): Here is html file after enabling debug. [login.html.zip](https://github.com/ssddanbrown/BookStack/files/324926/login.html.zip)
Author
Owner

@ssddanbrown commented on GitHub (Jun 21, 2016):

Looks like this is likely xDebug causing this.
You could try finding and changing xdebug.max_nesting_level php setting to 200 and see if that fixes things.

@ssddanbrown commented on GitHub (Jun 21, 2016): Looks like this is likely xDebug causing this. You could try finding and changing `xdebug.max_nesting_level` php setting to `200` and see if that fixes things.
Author
Owner

@rosinghal commented on GitHub (Jun 21, 2016):

Thanks. It worked.

On Tue, Jun 21, 2016 at 1:08 PM, Dan Brown notifications@github.com wrote:

Looks like this is likely xDebug causing this.
You could try finding and changing xdebug.max_nesting_level php setting
to 200 and see if that fixes things.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ssddanbrown/BookStack/issues/132#issuecomment-227363629,
or mute the thread
https://github.com/notifications/unsubscribe/ADUfXk6csj7ZQ1yAqVtHcEUrqg2E5IEEks5qN5TagaJpZM4I5pXN
.

Regards,
Rohit Singhal

@rosinghal commented on GitHub (Jun 21, 2016): Thanks. It worked. On Tue, Jun 21, 2016 at 1:08 PM, Dan Brown notifications@github.com wrote: > Looks like this is likely xDebug causing this. > You could try finding and changing xdebug.max_nesting_level php setting > to 200 and see if that fixes things. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > https://github.com/ssddanbrown/BookStack/issues/132#issuecomment-227363629, > or mute the thread > https://github.com/notifications/unsubscribe/ADUfXk6csj7ZQ1yAqVtHcEUrqg2E5IEEks5qN5TagaJpZM4I5pXN > . ## Regards, Rohit Singhal
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#118