Worpress проблем

Cenov

Registered
Някои да има идея защо ми излиза тази грешка в колнките Разшерени, Връзки, Новини около изработката на вордпресс като съм влязал в админпанел на главната страница излизат ми тези грешки:

Код:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/windboy/public_html/wp-includes/class-simplepie.php on line 5359
 
// RESTRICTIONS
if (isset($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['restriction']))
{
foreach ($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['restriction'] as $restriction)
{
$restriction_relationship = null;
$restriction_type = null;
$restriction_value = null;
if (isset($restriction['attribs']['']['relationship']))
{
$restriction_relationship = $this->sanitize($restriction['attribs']['']['relationship'], SIMPLEPIE_CONSTRUCT_TEXT);
}
if (isset($restriction['attribs']['']['type']))
{
$restriction_type = $this->sanitize($restriction['attribs']['']['type'], SIMPLEPIE_CONSTRUCT_TEXT);
}
if (isset($restriction['data']))
{
$restriction_value = $this->sanitize($restriction['data'], SIMPLEPIE_CONSTRUCT_TEXT);
}
$restrictions[] =& new $this->feed->restriction_class($restriction_relationship, $restriction_type, $restriction_value); }
if (is_array($restrictions))
{
$restrictions = array_values(SimplePie_Misc::array_unique($restrictions));
}
}
else
{
$restrictions = $restrictions_parent;
}

// THUMBNAILS

Това, което съм блоднал е на този ред.
 

Back
Горе