3.71 - Can't Edit Any Fields

4 posts by 2 authors in: Forums > CMS Builder
Last Post: July 23   (RSS)

Hi Mark,

Try re-uploading the files from the upgrade zip for the /lib/ folder.  Sometimes FTP transfers can skip or miss a file.

Next, try doing a hard refresh in your browser, ctrl-F5 on Windows or cmd-shift-R on Mac.

If neither of those work feel free to fill out a 2nd level support request and we'll take a look for you.

Cheers!

Dave Edis - Senior Developer
interactivetools.com

Ok figured this one out. Just in case anybody else runs into it, we use the 8G Firewall in .htaccess as an extra layer of protection and one of its lines has this:

	RewriteCond %{REQUEST_URI} (/)((.*)crlf-?injection|(.*)xss-?protection|__(inc|jsc)|administrator|author-panel|cgi-bin|database|downloader|(db|mysql)-?admin)(/) [NC,OR]

This would normally be fine, but under CMBS it effectively means that requests for anything in a FOLDER with the name "/database" are going to fail, which is what CMSB uses under /menus/database/. But quite why this didn't occur in 3.66, but it did in 3.71 is unclear. Anyway, all fixed.

Hi Mark, 

Glad to hear it's working and thanks for sharing about what caused it.

Cheers! :-)

Dave Edis - Senior Developer
interactivetools.com