[wp-trac] Re: [WordPress Trac] #4045: PHP 5.2 / Large Blogs Error
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 25 02:30:21 GMT 2007
#4045: PHP 5.2 / Large Blogs Error
------------------------------+---------------------------------------------
Reporter: astereo | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.4 (future)
Component: General | Version: 2.2
Severity: critical | Resolution:
Keywords: 5.2 memory_limit |
------------------------------+---------------------------------------------
Comment (by torbens):
By simply commenting out the vicious line 48 of cache.php, I got my blog
working again:
{{{
$data = unserialize(serialize($data));
}}}
This line does look pretty weird to me anyway. Anybody an idea what it's
supposed to do except for a lot of allocs?
--
Ticket URL: <http://trac.wordpress.org/ticket/4045#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list