Fields Builder not working 7.2.0

I'm trying to edit my items on the fields, but when I click them nothing happens only the warning javascript:void(0) I have tried everything possible empty cache, turn Enable Cache on and off removed popup blockers but nothing helps, I tried in Firefox, Chrome, Opera and so on tried it on Windows and Linux the only time it works is when I run it local on my Xamp server.

 

Any one that have a idea?

 

Regards,

Ferry

Quote · 9 Sep 2015

Well I tested the 7.1 and there where no problems with it, so it's 7.2 who is having this problem. And the Admin Demo is version 7.1 here on Boonex not 7.2

Quote · 9 Sep 2015

Please check if there is any js error in browser's error console ?

Rules → http://www.boonex.com/terms
Quote · 16 Sep 2015

Ok Alex,

 

Failed to load resource: the server responded with a status of 403 (Forbidden)

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)

send @ jquery.js:5

m.extend.ajax @ jquery.js:5

m.fn.load @ jquery.js:

5BxDolPFMArea.openFieldDialog @ fields.js:519

(anonymous function) @ fields.js:606

m.event.dispatch @ jquery.js:4

r.handle @ jquery.js:4

 

And this below that you see above

POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)send @ jquery.js:5m.extend.ajax @ jquery.js:5m.fn.load @ jquery.js:5BxDolPFMArea.openFieldDialog @ fields.js:519(anonymous function) @ fields.js:606m.event.dispatch @ jquery.js:4r.handle @ jquery.js:4

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)send @ jquery.js:5m.extend.ajax @ jquery.js:5m.fn.load @ jquery.js:5BxDolPFMArea.openFieldDialog @ fields.js:519(anonymous function) @ fields.js:606m.event.dispatch @ jquery.js:4r.handle @ jquery.js:4

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)send @ jquery.js:5m.extend.ajax @ jquery.js:5m.fn.load @ jquery.js:5BxDolPFMArea.openFieldDialog @ fields.js:519(anonymous function) @ fields.js:606m.event.dispatch @ jquery.js:4r.handle @ jquery.js:4

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)send @ jquery.js:5m.extend.ajax @ jquery.js:5m.fn.load @ jquery.js:5BxDolPFMArea.openFieldDialog @ fields.js:519(anonymous function) @ fields.js:606m.event.dispatch @ jquery.js:4r.handle @ jquery.js:4

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)send @ jquery.js:5m.extend.ajax @ jquery.js:5m.fn.load @ jquery.js:5BxDolPFMArea.openFieldDialog @ fields.js:519(anonymous function) @ fields.js:606m.event.dispatch @ jquery.js:4r.handle @ jquery.js:4

jquery.js:5 POST http://XXXXXXXXX/administration/fields.parse.php 403 (Forbidden)

Quote · 18 Sep 2015

It maybe some that some webserver security module blocking such type of request. 

Try to add the following code to the administration/.htaccess file to disable it for the whole administration directory:

 

<IfModule mod_security.c>
SecFilterEngine off
</IfModule>
Rules → http://www.boonex.com/terms
Quote · 21 Sep 2015

Thanks Alex,

 

I have added  SecRuleRemoveById 981001 to my mod_sec_disabled_rules.conf  and that fixed it.

Quote · 22 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.