I am facing the following error:
PHP regular expression limit reached (pcre.backtrack_limit)
You may not be able to visit this page because of:
- an out-of-date bookmark/favourite
- a search engine that has an out-of-date listing for this site
- a mistyped address
- you have no access to this page
- The requested resource was not found.
- An error has occurred while processing your request.
I have also tried to add the following code in configuration.php
and index.php
:
ini_set('pcre.backtrack_limit',1000000);
ini_set('pcre.recursion_limit',1000000);
Unfortunately it has not worked. What is happening here and what can be done to address it?