- Posts: 15
COMMUNITY FORUM
Re: PHP regular expression limit reached
- Hisslink
-
Topic Author
- Offline
- New Member
Less
More
11 years 4 months ago #123219
by Hisslink
[SOLVED] PHP regular expression limit reached was created by Hisslink
I get this error when I try to edit an item from the frontend:
Does anyone know why this is and how to solve it
Error 500: PHP regular expression limit reached (pcre.backtrack_limit)
Does anyone know why this is and how to solve it
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 4 months ago #123220
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: PHP regular expression limit reached
Please Log in or Create an account to join the conversation.
- Hisslink
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 15
11 years 4 months ago #123221
by Hisslink
Replied by Hisslink on topic Re: PHP regular expression limit reached
Thanks!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 4 months ago #123222
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: PHP regular expression limit reached
You 're welcome.
Was your issue resolved?
Was your issue resolved?
Please Log in or Create an account to join the conversation.
- Hisslink
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 15
11 years 4 months ago #123223
by Hisslink
Replied by Hisslink on topic Re: PHP regular expression limit reached
Yes it was. Never seen this this issue before and I use K2 on almost every webiste I make.
So, thank you!
So, thank you!
Please Log in or Create an account to join the conversation.
- Stamatis
-
- Offline
- Senior Member
Less
More
- Posts: 49
5 years 8 months ago #172984
by Stamatis
Replied by Stamatis on topic Re: PHP regular expression limit reached
Hello
i have the some error but the url to suggest is not working.
is any other way to find a solution?
thank you
i have the some error but the url to suggest is not working.
is any other way to find a solution?
thank you
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
5 years 8 months ago #173007
by JoomlaWorks
Replied by JoomlaWorks on topic Re: PHP regular expression limit reached
See this forum.joomla.org/viewtopic.php?t=622839 or simply override your PHP's configuration with:
If you can use a php.ini or .user.ini file to override PHP settings, then just add:
ini_set('pcre.backtrack_limit', 150000);
If you can use a php.ini or .user.ini file to override PHP settings, then just add:
pcre.backtrack_limit = 150000
Please Log in or Create an account to join the conversation.