This is not a question, but a solution.
I noticed a strange behaviour in my PHPWCMS website. It was with the phpwcms_output_section funtionality in phpwcms (access snippets of html from content enclosed in <!--SNIP_START//--><html><!--SNIP_END//-->)
because it returned nothing.
This could be happen on other parts where templates had to render a huge amount of data. (Like in my case)
After hours of tracking back this issue I remember the same problem on another non phpwcms related project.
The solution is to set ini_set('pcre.backtrack_limit', 1000000); in config.inc.php to raise the limit.
read the Bugreport: http://code.google.com/p/phpwcms/issues/detail?id=291 for details.
My Webhost all-inkl.com updated it's phpversion on my server and that was the reason, why my website stopped working.
Cheers marcus
Template Problems with new PHP Version on all-inkl.com
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
Re: Template Problems with new PHP Version on all-inkl.com
PHP Setting in conf.inc.php ?
Would have tried to do so in .htaccess oder php.ini

Which Version of PHP ?
Would have tried to do so in .htaccess oder php.ini


Which Version of PHP ?
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
Re: Template Problems with new PHP Version on all-inkl.com
don't want to mess around with different restrictions where to set php ini values.
And the host updated to php 5.3.
any more detailed info if you google for this value
And the host updated to php 5.3.
any more detailed info if you google for this value
