Keyword

Re: PHP regular expression limit reached

  • Hisslink
  • Hisslink's Avatar Topic Author
  • Offline
  • New Member
More
10 years 3 months ago #123219 by Hisslink
I get this error when I try to edit an item from the frontend:

Error 500: PHP regular expression limit reached (pcre.backtrack_limit)


Does anyone know why this is and how to solve it
Attachments:

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #123220 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: PHP regular expression limit reached
Hello Hisslink,

Please read this post: www.ranndesigns.com/blog/fixing-pcre-backtrack_limit-errors/

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Hisslink
  • Hisslink's Avatar Topic Author
  • Offline
  • New Member
More
10 years 3 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
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 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?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Hisslink
  • Hisslink's Avatar Topic Author
  • Offline
  • New Member
More
10 years 3 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!

Please Log in or Create an account to join the conversation.

  • Stamatis
  • Stamatis's Avatar
  • Offline
  • Senior Member
  • Athens Day & Night
More
4 years 7 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

Please Log in or Create an account to join the conversation.

More
4 years 7 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:
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.


Powered by Kunena Forum