Blank page in front office beyond 63 items

Webexpansion created the topic: Blank page in front office beyond 63 items

Hello,

When I add a new element to my form, I get a blank page in the front office. If I withdraw it I don't have this bug.
In the database, I can see that "label_order" chain is truncated. And this problem occurs only when the table counter is greater than 63 (about). Bizarre!

Is there a limit for large forms?

www.capexcellence.net/index.php?option=c...view=formmaker&id=11

Please Help !

#345

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


Administrator replied the topic: Re: Blank page in front office beyond 63 items

This problem will probably occur with any component that works with large HTML codes.
You need to make a minor change to a Joomla system file:

In case of Joomla 1.5
Open plugins/system/sef.php
Comment (add // at the beginning of) the rows 86-87

In case of Joomla 1.6+
Open plugins/system/sef/sef.php
Comment (add // at the beginning of) the rows 51-52

In both cases this rows look like this:
//$regex = '#style\s*=\s*[\'\"](.*):\s*url\s*\([\'\"]?(?!/|'.$protocols.'|\#)([^\)\'\"]+)[\'\"]?\)#m';
//$buffer = preg_replace($regex, 'style="$1: url(\''. $base .'$2$3\')', $buffer);

Please check again and contact us in case of any further problems.
Sorry for the inconvenience.

Best regards
Web-Dorado team

#346
The following user(s) said Thank You: Webexpansion

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


Jerry Ray replied the topic: Re: Blank page in front office beyond 63 items

PCRE backtrack could also cause a problem with large forms.

You may need to add:

ini_set('pcre.backtrack_limit',1000000);
ini_set('pcre.recursion_limit',1000000);

to the index.php.

#387

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


Time to create page: 0.168 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us