google sitemap bricht mit weisser seite ab

  • logs sagen dieses

    Zitat

    [23-Apr-2014 02:20:15 UTC] PHP Stack trace:
    [23-Apr-2014 02:20:15 UTC] PHP 1. {main}() /var/www/shop/google_sitemap.php:0
    [23-Apr-2014 02:20:15 UTC] PHP 2. rv_get_path() /var/www/shop/google_sitemap.php:183
    [23-Apr-2014 02:22:58 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/shop/google_sitemap.php on line 328

    macht keinen unterschied ob ich mehr speicher zuweise oder nicht, der läuft jedesmal voll

    jemand ne ahnung?

  • google_sitemap.php on line 328:

    Code
    while ([B]$cat_array[$cat_id][$code]['parent_id'] != 0[/B]) {
       $my_cat_array[] = $cat_array[$cat_id][$code]['parent_id'];
       $cat_id = $cat_array[$cat_id][$code]['parent_id'];
    }


    Da kann der Ablauf wegen Dateninkonsistenz in Endloseschleife geraten.

  • alle einstellungen standart, nur memory wechselweise hochgesetzt.

    das komische ist bei der update version lief es, neuinstallation tritt das problem auf.