cseov2.0.5ce - Google Base - TXT Exportmodul für Google

  • Nach ausführen dieses Moduls erscheint dieser fehler:

    Code
    Fatal error: Call to a member function getProductLink() on a non-object in /www/htdocs/w0090ddf/admin/includes/modules/export/googlebase.php on line 242

    Vorher hatte ich cseov2.0.4ce, wober der Fehler auch noch erschienen ist. FP5 installiert und Fehler kommt immer noch.
    Hab ich irgendwas falsch gemacht?

  • Ich habe das Problem das ich keiner der Module ausser die SEO URLS exportieren kann.

    Im PLUS Testshop funktioniert es!?

    Wenn ich versuche zu exportieren und nur herunterladen verwende versucht der Shop die module_export.php zu speichern.

    Habe mir die module_export.php und export_functions.php angeschaut und verglichen mit Standard XTC, sieht alles OK aus.

    Kann das mit einer Provider Einstellung zusammenhängen? in dem Fall Domainfactory!
    Oder ggf. mit einer htaccess bzw. Schreibrechte?

    php.ini ist nicht verändert

  • Problem gelöst dank XTC modified


    /admin/module_export ca. Zeile 44 findest du das hier:

    switch ($_GET['action']) {
    case 'save':
    if (is_array($_POST['configuration'])) {
    if (count($_POST['configuration'])) {
    while (list($key, $value) = each($_POST['configuration'])) {
    xtc_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'");
    if (substr($key,'FILE')) $file=$value;
    }
    }
    }


    das ersetzt du mit dem hier:

    switch ($_GET['action']) {
    case 'save':
    if (is_array($_POST['configuration'])) {
    if (count($_POST['configuration'])) {
    while (list($key, $value) = each($_POST['configuration'])) {
    xtc_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'");
    //BOF - GTB - 2010-08-06 - start Download Problem PHP > 5.3
    if (strpos($key,'FILE') !== false) $file=$value;
    //if (substr($key,'FILE')) $file=$value;
    //BOF - GTB - 2010-08-06 - start Download Problem PHP > 5.3
    }
    }
    }

  • Bei funktioniert das Modul Google Base Txt ebenfalls nicht. V 2.0.9. Beim Speichern weißer Bildschirm.
    Benutze die google_rss_feet.php und hoffe das die ebenso gut funktioniert ;) hab da noch so meine Probleme mit :)

    Mal eine kleine Frage ?

    Bekomme von Google bei einigen Artikel den Fehler " Offer to big " was genau mein Google damit?

    Gruß Stephan