pcre.backtrack_limit reached - Joomla issue

I was getting the below error on my Joomla website -
pcre.backtrack_limit reached.

Solution :

You will need to add te below code in Joomla configuration.php -

ini_set ('pcre. backtrack_limit', 1000000);

That's it!
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SMTP Error (550): Failed to add recipient

While sending email from webmail, I was getting the below error : SMTP Error (550): Failed to...

How to change the primary IP address of a WHM/cPanel (centOS/RHEL) based servers?

1. Steps for WHM: I. Log into WHM >> Basic cPanel & WHM Setup II. Change the Primary...

Failed to connect to MySQL: Access denied for user

While accessing the website, I was getting the error as -Failed to connect to MySQL: Access...

Access to context [/] is denied!

While accessing the site, I was getting the error as -Access to context [/] is denied!Solution...

Powered by WHMCompleteSolution