Page 1 of 1

Search Box Warning: preg_replace() [function.preg-replace]: Unknown modifier

Posted: Wed Mar 21, 2007 10:30 pm
by carasmo
Help!

I've installed CMSMS on two sites, both are validating on the pages in question. One site has zero problems with the search, but the other site, when I put in a "/" or strange characters in the search field, it returns errors:

Warning: preg_replace() [function.preg-replace]: Unknown modifier

Code: Select all

The error site is: www.contemporarywomenscare.com/-/contemporary-womens-care/
I did a search for "ob/gyn" and anything with a / and errors are cropping up all over the place.

The other site that doesn't have errors is: http://www.dropsoul.com/testCMSMS/

No errors. The only difference is that I'm using an image for the submit button on the one with the errors.

Please, please, I beg for help.

Thank you.

Re: Search Box Warning: preg_replace() [function.preg-replace]: Unknown modifier

Posted: Wed Mar 21, 2007 10:41 pm
by carasmo
Apparently any page with content ob/gyn or somthing/something will return errors on all CMSMS sites. This is something wrong with the module itself. The errors are:

For example, I added xy/snn on a page and then did a search for it:

I get this error:

Warning: preg_replace() [function.preg-replace]: Unknown modifier 'n' in /home/cwc/public_html/-/modules/Search/action.dosearch.php on line 169

Warning: preg_replace() [function.preg-replace]: Unknown modifier 'n' in /home/cwc/public_html/-/modules/Search/action.dosearch.php on line 170

it's all about the action.dosearch.php page. What on that page doesn't accept "/" forward slashes. Please help me fix this.

Thank you!!

Re: Search Box Warning: preg_replace() [function.preg-replace]: Unknown modifier

Posted: Thu Mar 22, 2007 3:14 pm
by carasmo
Bump

Re: Search Box Warning: preg_replace() [function.preg-replace]: Unknown modifier

Posted: Fri Mar 23, 2007 1:57 am
by carasmo
Bump

Re: Search Box Warning: preg_replace() [function.preg-replace]: Unknown modifier

Posted: Fri Mar 23, 2007 7:14 pm
by carasmo
Please