We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19023
    • 12 Posts
    The PCRE backtrack limit was causing PHx code to show on my Maxigallery when I had over 100 pictures. This did "fix" the problem.

    You can also set [tt]php_value pcre.backtrack_limit 16000000[/tt] in your .htaccess file in many cases, instead of modifying the code. It could affect more of the site if there are many bad regular expression call that should "time out" sooner.