Unable to save or create books/shelves after update [v0.29.3] to [v0.30.7] #1997

Closed
opened 2026-02-05 02:25:59 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @ikdekker on GitHub (Dec 27, 2020).

I have updated my docker from 29.3 to 30.7, now I get the 'Whoops, looks like something went wrong.' error on saving a page.

For example this error is logged to the nginx log:

2020/12/27 14:18:57 [error] 379#379: *13 FastCGI sent in stderr: "PHP message: PHP Warning:  Unknown: POST Content-Length of 1080 bytes exceeds the limit of 100 bytes in Unknown on line 0" while reading response header from upstream, client: 172.18.0.1, server: _, request: "POST /books/magento-guides/page/encountered-issues HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "bookstack.w4e.com", referrer: "http://bookstack.w4e.com/books/magento-guides/page/encountered-issues/edit"

It's always the content-length warning. I have never encountered this before. Is there a fix or way to downgrade so I can save again?

Originally created by @ikdekker on GitHub (Dec 27, 2020). I have updated my docker from 29.3 to 30.7, now I get the 'Whoops, looks like something went wrong.' error on saving a page. For example this error is logged to the nginx log: ``` 2020/12/27 14:18:57 [error] 379#379: *13 FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: POST Content-Length of 1080 bytes exceeds the limit of 100 bytes in Unknown on line 0" while reading response header from upstream, client: 172.18.0.1, server: _, request: "POST /books/magento-guides/page/encountered-issues HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "bookstack.w4e.com", referrer: "http://bookstack.w4e.com/books/magento-guides/page/encountered-issues/edit" ``` It's always the content-length warning. I have never encountered this before. Is there a fix or way to downgrade so I can save again?
OVERLORD added the 🐕 Support label 2026-02-05 02:25:59 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Dec 30, 2020):

Hi @ikdekker,
Are you using the linuxserver.io docker image?

If so, It's worth restarting your containers and see if that fixes this as they did have a temporary issue where the PHP content limit was set too low, which appears to be the issue you have now. They added a fix but it would only take action after a restart of a fixed container image.

@ssddanbrown commented on GitHub (Dec 30, 2020): Hi @ikdekker, Are you using the linuxserver.io docker image? If so, It's worth restarting your containers and see if that fixes this as they did have a temporary issue where the PHP content limit was set too low, which appears to be the issue you have now. They added a fix but it would only take action after a restart of a fixed container image.
Author
Owner

@ikdekker commented on GitHub (Jan 28, 2021):

I am not sure what fixed it in the end, i believe using a new shared /config and restarting helped.

@ikdekker commented on GitHub (Jan 28, 2021): I am not sure what fixed it in the end, i believe using a new shared /config and restarting helped.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1997