PCRE pattern modifier
I am running cs-cart on my server and everything had been working just fine. Now I am having php errors. I contacted cs-cart and they investigated and replied that I needed "contact your server administrator and ask him/her to enable the u PCRE pattern modifier in PHP"
Just how do I do that?
-
Hello :) Do you have root access to your server? If so, check to see if this module is installed with a command such as: php -m|grep pcre
It should output "pcre" if it's installed as a PHP module (it should be). Thank you.0 -
Yes I did get pcre when I ran that command. Does that mean it is enabled on the server? 0 -
Yes, that means it's enabled as a PHP module. What are the specific errors you are receiving on your website? Thank you. 0
Please sign in to leave a comment.
Comments
3 comments