End of Support for Joomla 3 - Forum closed
pcre.backtrack_limit
Hello,
From the last two days, the site in the front of the site is displayed with an error. PHP regular expression limit reached (pcre.backtrack_limit)
The site administration section works well, and this problem is only in the front-end.
When the site template is changed, the site will display without errors, but when I select the hi-fi template, the error will be displayed again.
The site address is : ipicompany.ir
Thanks,
From the last two days, the site in the front of the site is displayed with an error. PHP regular expression limit reached (pcre.backtrack_limit)
The site administration section works well, and this problem is only in the front-end.
When the site template is changed, the site will display without errors, but when I select the hi-fi template, the error will be displayed again.
The site address is : ipicompany.ir
Thanks,
by farzalid
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
I found this in your link:
just add after }:
ini_set('pcre.backtrack_limit', 150000);
to your configuration.php file.
I add this line end of my configuration.php
public $ini_set('pcre.backtrack_limit', 150000);
and test this one too:
ini_set('pcre.backtrack_limit', 150000);
Not work...
just add after }:
ini_set('pcre.backtrack_limit', 150000);
to your configuration.php file.
I add this line end of my configuration.php
public $ini_set('pcre.backtrack_limit', 150000);
and test this one too:
ini_set('pcre.backtrack_limit', 150000);
Not work...
by farzalid
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates