- Posts: 15
COMMUNITY FORUM
Re: PHP regular expression limit reached
- Hisslink
- Topic Author
- Offline
- New Member
Less
More
10 years 10 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
10 years 10 months ago #123220
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Re: PHP regular expression limit reached
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Hisslink
- Topic Author
- Offline
- New Member
Less
More
- Posts: 15
10 years 10 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
10 years 10 months ago #123222
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Re: PHP regular expression limit reached
You 're welcome.
Was your issue resolved?
Was your issue resolved?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Hisslink
- Topic Author
- Offline
- New Member
Less
More
- Posts: 15
10 years 10 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
- Athens Day & Night
5 years 3 months ago #172984
by Stamatis
Athens Day & Night
athens-dayandnight.gr
coupaki.gr
thessaloniki-dayandnight.gr
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
Athens Day & Night
athens-dayandnight.gr
coupaki.gr
thessaloniki-dayandnight.gr
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
Less
More
- Posts: 6218
5 years 2 months ago #173007
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.