#10210 closed defect (bug) (duplicate)
out of memory in wp_timezone_choice with hebrew translation breaks the general options page
Reported by: | mark-k | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I get the following message when I view the source of the general options page
<select id="timezone_string" name="timezone_string">
<br />
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in <b>/home/mark/public_html/marksw.com/public/wordpress/wp-includes/functions.php(3233) : runtime-created function(2) : runtime-created function</b> on line <b>1</b><br />
The problem goes away when commenting out lines 3218 - 3233 of wp-includes/functions.php
This happened immediately after upgrading from 2.7.1.
Change History (2)
Note: See
TracTickets for help on using
tickets.
See #10125