XF 1.2 Censoring error when adding too many censored words

I found a problem with the Censor table, for some reason it only supports up to a max of around 337 entries and then it displays a security error when adding more than that...Is this a bug? I have more words to add about another 100 or so. No errors in the server error logs either.

Capture.webp
 
This is most likely caused by the PHP ini setting,

post_max_size

I believe there was a similar bug report recently. I can't place it right now. I remember @Mike commenting on it. I'm not sure if that led to some sort of fix, or whether it is purely a case of server configuration and limits.
 
So it seems like it might be an option I need to change with my PHP configuration in that case? I would rather not have to limit the amount of censored words that I use. Or is this more so an issue with the censor table in the database?
 
Top Bottom