eglwolf

Well-Known Member
Jan 1, 2004
190
0
166
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?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Do you have root access to your server? If so, check to see if this module is installed with a command such as:

Code:
php -m|grep pcre
It should output "pcre" if it's installed as a PHP module (it should be).

Thank you.
 

eglwolf

Well-Known Member
Jan 1, 2004
190
0
166
Yes I did get pcre when I ran that command. Does that mean it is enabled on the server?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Yes, that means it's enabled as a PHP module. What are the specific errors you are receiving on your website?

Thank you.