BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
14.93k stars 1.87k forks source link

[WYSIWYG] Saving Images on Draft #4370

Closed BabyLoves closed 1 year ago

BabyLoves commented 1 year ago

Describe the Bug

I was trying save the page/draft with image but not saved. Error page: image

This error only ocurring in WYSIWYG editor image

Steps to Reproduce

Create a draft(or page) Upload the image to the content Save

Expected Behaviour

The page won't be saved

Screenshots or Additional Context

No response

Browser Details

No response

Exact BookStack Version

23.02.3

PHP Version

8.0

Hosting Environment

Ubuntu 20.04 localmachine

ssddanbrown commented 1 year ago

Hi @BabyLoves, With that kind of error message, I think this could likely be something specific to your environment. Maybe something at a webserver level. I'd start by checking the error logs for the webserver you're using in the hope of finding more detail regarding this scenario.

BabyLoves commented 1 year ago

Hi @BabyLoves, With that kind of error message, I think this could likely be something specific to your environment. Maybe something at a webserver level. I'd start by checking the error logs for the webserver you're using in the hope of finding more detail regarding this scenario.

I'm using the Bookstack with no modifications only following the Installation scripts and its ocurred with me, any idea about it?

ssddanbrown commented 1 year ago

Please can you check the error logs for the webserver you're using in the hope of finding more detail regarding this scenario?

You can usually do this via sudo tail /var/log/apache2/error.log right after reproducing the error.

ssddanbrown commented 1 year ago

Since there's been no further follow-up I'll close this off.