e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 214 forks source link

Custom fields - pages / Modsecurity #4889

Open Alex-e107nl opened 1 year ago

Alex-e107nl commented 1 year ago

I use the custom fields in pages (addittional) on 1 e107 website but I get a server error when I try to change existing pages, modsecurity intervenes with the following message: POST /e107_admin/cpage.php?action=edit&id=217 HTTP/ 2.0 Rule id 211050 maybe someone else had this too?

CaMer0n commented 1 year ago

hey Alex. I use mod_security as well but I don't have this issue. Have you checked what Rule 211050 is about? Maybe something in your page content?

Alex-e107nl commented 1 year ago

yes its always page content, when using an iframe, loading script from somewhere else, wrong utf character combination, it gives me much problems in Tiny mce, isn't there a solution, loggedin as admin, Modsecurity off :-)

CaMer0n commented 1 year ago

Well, you could just disable rule 211050 if that is the only one causing you an issue. ?

Alex-e107nl commented 1 year ago

Yeah i had to disable rules 212320 - 212740 - 212280 - 211050 and 210230 to get it to work normally... some e107 websites are years and years old and updated to the latest git now and in that process i had to disable that rules...