STRANGE ERROR MESSAGES - Aug 6th, 2010


Ever consistently get a:

Warning: preg_match(): Unknown modifier '\' in /yourserverpath/cmsAdmin/lib/menus/default/save.php on line 132

when you try to save a record? Well, that’s a bug that has been fixed in the latest CMSB v1.34 and above.

It occurs when a non-escaped /appears in one of your “disallowed characters” fields. The / is ending that regexp
early and confusing it. (Search for regex in the cookbook to learn more about regular expressions).

If you don’t want to upgrade right now, you can fix the problem by backslashing the / to let the regex expression know
it's meant to be a character. As in:



!@#$%^&*()=_":;<>?\/\~`-




The materials on this web site have been created for use with CMS Builder content management software. CMS Builder software is published and licensed for use by InteractiveTools.com. Please contact Interactive Tools for information on the downloading of the software or the purchasing of licenses.


Terms of Service