I am using Joomla and getting this error on a page of my site
Error Message :
0 - PHP regular expression limit reached (pcre.backtrack_limit)
I have searched on google and found few solutions like add these two lines on joomla's root index.php file or on configuration.php file
ini_set('pcre.backtrack_limit',1000000);
ini_set('pcre.recursion_limit',1000000);
but didn't work for me. So can you please help me ? Thanks.