Hi,
there is a problem with large forums protected by Suhosin module in combination with "Editing Button: Forum" (DBTech - Post Thanks -> Forum Manager). The thing is, that on sites with LOT of forums, subforums, categories, ... etc., when you make changes, not all of the "checkboxes" remains "ticked", because the request is SO HUGE that it will exceed the (default) Suhosin limits, so not whole request will be completed.
Solution (Suhosin side):
Increase following limits in Suhosin config:
Solution (DBTech side):
It will be fine to have a bit more userfriendly way how to set things right. Right now it's like "a milion clicks needed" for a large forum. So maybe split the setting by forum category, also add way to "Inherit" settings from parrent forums, .. etc ... will be better
there is a problem with large forums protected by Suhosin module in combination with "Editing Button: Forum" (DBTech - Post Thanks -> Forum Manager). The thing is, that on sites with LOT of forums, subforums, categories, ... etc., when you make changes, not all of the "checkboxes" remains "ticked", because the request is SO HUGE that it will exceed the (default) Suhosin limits, so not whole request will be completed.
Solution (Suhosin side):
Increase following limits in Suhosin config:
Code:
suhosin.request.max_value_length
suhosin.request.max_vars
suhosin.request.max_array_index_length
Solution (DBTech side):
It will be fine to have a bit more userfriendly way how to set things right. Right now it's like "a milion clicks needed" for a large forum. So maybe split the setting by forum category, also add way to "Inherit" settings from parrent forums, .. etc ... will be better
Upvote
0