Cannot save draft as page #73

Closed
opened 2026-02-04 16:35:29 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @tpetrauskas on GitHub (Mar 15, 2016).

When creating a new page or editing draft - after pressing shows 404.
This bug is after last release.

notfound

Originally created by @tpetrauskas on GitHub (Mar 15, 2016). When creating a new page or editing draft - after pressing <Save Page> shows 404. This bug is after last release. ![notfound](https://cloud.githubusercontent.com/assets/15208933/13791866/c23c69f0-eaf7-11e5-987f-76db3698aaa1.jpg)
Author
Owner

@ssddanbrown commented on GitHub (Mar 15, 2016):

@tpetrauskas I'm having trouble replicating the issue. Please could you list the exact steps to reproduce the error?

@ssddanbrown commented on GitHub (Mar 15, 2016): @tpetrauskas I'm having trouble replicating the issue. Please could you list the exact steps to reproduce the error?
Author
Owner

@tpetrauskas commented on GitHub (Mar 16, 2016):

Create new book
Do not create any chapters
Create new page
Try to save it.

Error comes, when trying to save draft as page.
Error does not come when trying to save draft as draft.

@tpetrauskas commented on GitHub (Mar 16, 2016): Create new book **Do not create any chapters** Create new page Try to save it. Error **comes**, when trying to save **draft as page**. Error **does not come** when trying to save **draft as draft**.
Author
Owner

@ssddanbrown commented on GitHub (Mar 16, 2016):

@tpetrauskas Still not able to replicate the issue I'm afraid.

Could you try the same steps on https://demo.bookstackapp.com/ (Login email is admin@example.com and password is password) and see if you can replicate the issue on that instance?

@ssddanbrown commented on GitHub (Mar 16, 2016): @tpetrauskas Still not able to replicate the issue I'm afraid. Could you try the same steps on https://demo.bookstackapp.com/ (Login email is `admin@example.com` and password is `password`) and see if you can replicate the issue on that instance?
Author
Owner

@tpetrauskas commented on GitHub (Mar 17, 2016):

Correct, somehow it does in 1 of 2 my instances. I will do deep debug to find out what software/server component fails. My first thoughts are about slug not being generated/passed correctly.

@tpetrauskas commented on GitHub (Mar 17, 2016): Correct, somehow it does in 1 of 2 my instances. I will do deep debug to find out what software/server component fails. My first thoughts are about slug not being generated/passed correctly.
Author
Owner

@tpetrauskas commented on GitHub (Mar 17, 2016):

Tried to compare those 2 servers, noticed that server which worked perfect used php5-mysqlnd. Installation of php5-mysqlnd in other server solved the problem.

It could be worth adding "php5-mysqlnd module" in software installation requirements.

@tpetrauskas commented on GitHub (Mar 17, 2016): Tried to compare those 2 servers, noticed that server which worked perfect used php5-mysqlnd. Installation of php5-mysqlnd in other server solved the problem. It could be worth adding "php5-mysqlnd module" in software installation requirements.
Author
Owner

@pdfrod commented on GitHub (Apr 22, 2016):

I was having the exact same problem with version 0.9.2 and as @tpetrauskas suggested, installing "php5-mysqlnd" fixed the issue. Maybe this should be mentioned on the installation guide, as it might trip up other newbies like me.

@pdfrod commented on GitHub (Apr 22, 2016): I was having the exact same problem with version 0.9.2 and as @tpetrauskas suggested, installing "php5-mysqlnd" fixed the issue. Maybe this should be mentioned on the installation guide, as it might trip up other newbies like me.
Author
Owner

@ssddanbrown commented on GitHub (Apr 22, 2016):

Cheers, I've now added mysqlnd to the installation requirements.

@ssddanbrown commented on GitHub (Apr 22, 2016): Cheers, I've now added `mysqlnd` to the installation requirements.
Author
Owner

@pdfrod commented on GitHub (Apr 22, 2016):

Awesome!

@pdfrod commented on GitHub (Apr 22, 2016): Awesome!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#73