Notifications
Clear all

[Closed] 403 on submitting posts that are too long?

8 Posts
5 Users
1 Reactions
564 Views
Posts: 6
Topic starter
(@jaycad)
Active Member
Joined: 1 year ago

I created a post that had 339 characters total (including subject and description). Also included is an attached file that is 819,876 bytes. For some reason when I post all of this, I am getting a 403 error. When I reduce the message size (e.g. just put "test" as the subject and description and keep the attachment, or keep all the text but remove the attachment) it posts ok. Just wondering if there is a limitation on post size and how can I remove this limitation?

7 Replies
Tutrix
Posts: 1436
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @jaycad

wpForo > Settings > Posting & Editor Settings > Topic Content Maximum Length

1 Reply
(@jaycad)
Joined: 1 year ago

Active Member
Posts: 6

@tutrix Thanks - I had set these to 0 to turn off any limit. Didn't work. Set it to a really high number like 99999, still doesn't work. 🙁

BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi @jaycad ,

https://themezly.com/docs/how-to-increase-the-post-max-size-limit-2/

Please take a look this blog page, and increase the

post_max_size
Posts: 6
Topic starter
(@jaycad)
Active Member
Joined: 1 year ago

Thanks @BlackRaz. I tried that, but still same issue. I updated both .htaccess and wpconfig and neither solved it. I unfortunately cannot access php.ini. Really want to use wpforo so hoping I can solve this somehow.

2 Replies
dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2615

@jaycad This is a hosting issue and not a Wordpress/wpForo issue.

Ask your hosting provider to help you change your PHP settings

post_max_size and upload_max_filesize

 

(@jaycad)
Joined: 1 year ago

Active Member
Posts: 6
raavikant
Posts: 5
(@raavikant)
Active Member
Joined: 1 year ago

Hi,

You may consider Compression if the attachment is the main cause of the size issue, consider compressing the file to reduce its size before posting. There are various compression methods available that can significantly reduce file sizes.

In addition, you may check Server/Platform limits, review the documentation or settings of the server or platform you are using to see if there are any limits specified for post size. If there are limits, you may need to adjust your content to fit within these restrictions.

 

Thanks