[wp-trac] [WordPress Trac] #24650: Wordpress 3.2.1 is unable to display HTML Content if it is over 32KB

WordPress Trac noreply at wordpress.org
Tue Jul 23 05:46:37 UTC 2024


#24650: Wordpress 3.2.1 is unable to display HTML Content if it is over 32KB
--------------------------+-------------------------
 Reporter:  srinivasb     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  3.2.1
 Severity:  normal        |  Resolution:  worksforme
 Keywords:                |     Focuses:
--------------------------+-------------------------

Comment (by pillow007):

 You can try increasing the PHP memory limit in your server's php.ini file
 or by adding a line to your wp-config.php file: define('WP_MEMORY_LIMIT',
 '256M');
 Similarly, there might be a PHP execution time limit that's being reached
 when processing large HTML content. You can try increasing the PHP
 max_execution_time limit in your server's php.ini file.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/24650#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list