View Issue Details

IDProjectCategoryView StatusLast Update
0000391WackoWikiformatterpublic2019-02-14 12:04
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilitysometimes
Status assignedResolutionopen 
Product Version5.0.beta 
Target Version6.1.x 
Summary0000391: Fatal error: Maximum execution time of 240 seconds exceeded
DescriptionFatal error: Maximum execution time of 240 seconds exceeded in /wackowiki/wacko/formatters/classes/typografica.php on line 206

Hotfix:
– disable Typographical Proofreader (default_typografica = 0) via Admin panel

Solution
? optimize Typographica Formatter
? check text size against available resources to avoid Fatal error
? max_input_time - setting this also to zero

add section to documentation, this touches also other areas like upgrade, import action and has two sides a) inadequate server resources and b) poor solutions provided in the scripts (checks, concepts) -> ???

provide workarounds (for the meantime), e.g. do upgrade on a local instance and import records back to the server to circumvent time outs
Steps To ReproduceCopy a huge chunk of text in your edit field (e.g. use attached file for testing)

with default_typografia disabled
- Size 524 kB / 809 kB (body / body_r)
Additional Informationhttp://www.php.net/manual/en/info.configuration.php#ini.max-execution-time

increase default upload time and size set in php.ini

.htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 200
php_value max_input_time 200

If you are getting 500 - Internal server error that means you don't have permission to set these values by .htaccess. You have to contact your web server providers and ask to set AllowOverride Options for your host or to put these lines in their virtual host configuration file.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-07-01 12:05 administrator New Issue
2011-07-01 12:05 administrator Status new => assigned
2011-07-01 12:05 administrator Assigned To => administrator
2011-07-01 12:06 administrator Additional Information Updated
2011-07-01 12:07 administrator File Added: zaratustra.txt
2011-07-01 12:08 administrator Steps to Reproduce Updated
2011-07-01 12:13 administrator Description Updated
2011-07-01 12:13 administrator Steps to Reproduce Updated
2011-07-01 17:51 administrator Description Updated
2011-10-07 11:32 administrator Additional Information Updated
2012-04-22 17:04 administrator Target Version 5.0.0 => 5.4.0
2014-03-21 14:57 administrator Target Version 5.4.0 => 5.5.0
2015-02-25 13:47 administrator Description Updated
2015-02-25 13:51 administrator Description Updated
2015-05-03 13:11 administrator Additional Information Updated
2015-05-03 14:53 administrator Additional Information Updated
2017-02-06 18:33 administrator File Deleted: zaratustra.txt
2017-08-31 09:14 administrator Target Version 5.5.0 => 6.1.x
2018-08-06 14:37 administrator Target Version 6.1.x => 5.5.7
2019-01-14 14:21 administrator Target Version 5.5.7 => 5.5.8
2019-02-14 12:04 administrator Target Version 5.5.8 => 6.1.x