rechtstexte für onlineshop
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Shop nicht mehr erreichbar nach Joomla-Neuinstallation

    hpzeller

    • Experte
    • Beiträge: 4.129
    • Geschlecht:
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #15 am: 13. Oktober 2017, 14:52:35
    Die Konfiguration in 'includes/configure.php' und 'admin/includes/configure.php' stimmt jetzt natürlich nicht mehr.

    Poste doch hier mal die Inhalte dieser Dateien, aber ohne den Teil welcher die Zugangsdaten zur Datenbank enthält.

    Gruss
    hanspeter

    webald

    • modified Team
    • Beiträge: 2.791
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #16 am: 13. Oktober 2017, 15:00:33
    Ich bin mir jetzt allerdings nicht mehr ganz sicher, um welche Shop-Software es sich tatsächlich handelt, den in verschiedenen PHP-Dateien (index, config etc.) finde ich im Kopf immer nur u.a. diese Angabe:
    -------------
    XT-Commerce - community made shopping
    http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))
    Copyright (c) 2003 XT-Commerce
    -------------

    In der info.txt im Shop-Root-Verzeichnis steht z.B.
    XT-Commerce v3.0.4SP2.1

    Dann ist das wohl kein modified-shop, sondern dessen Vorgänger. Jetzt stellt sich die Frage nach der PHPVersion für dieses Verzeichnis/Domain. Ich weis nicht bis zu welcher Version dieser xt-c.. überhaupt gelaufen ist, denke aber dass der mit PHP besser als 5.6 so seine Probleme bekommen haben wird.

    Ich schlage vor:
    - mach dir eine lokal Kopie des Shops (z. B. mit Xampp)
    - such hier im Forum nach Datenübernahme von 3.04 in den modifiedshop
    - installier nach dieser Anleitung
    - teste das alles lokal
    - wenn es funktioniert mach eine Sicherung der Dateien auf dem Webserver und auch der Datenbank
    - dann installier Deine getestete Version

    Wenn das dann läuft, machst Du lokal weiter und schaust ob Du mit demalten Template auf 2.0 gehen kannst.

    Besser wäre es Du setzt gleich einen Shop in der aktuellen Vesion neu auf mit aktuellem Template und responsive (was Deine jetzige Seite ja nicht ist).

    Ich selbst bin kein Freund der Integration eines Shops in ein CMS oder eines CMS in einen Shop. Der Shop allein bietet genug Möglichkeiten das ohne CMS alles darzustellen (leg einfach mal eine neue Kategorie "über uns" an und tippe ein Beschreibung dazu ein, dann lege in dieser Kategorie keinen Artikel an, wofür CMS?). Aber jeder wie er mag.

    Viol

    • Fördermitglied
    • Beiträge: 2.279
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #17 am: 13. Oktober 2017, 15:34:05
    Im Copyright des Shops steht aber:
    Yypi Shop © 2017 | Template © 2009-2017 by modified eCommerce Shopsoftware
    und im Quelltext:modified eCommerce Shopsoftware (c) 2009-2012 [www.modified-shop.org]

    Der Tipp von Hanspeter, die configure Datein zu posten, könnte zum Erfolg führen.

    web28

    • modified Team
    • Beiträge: 9.404
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #18 am: 13. Oktober 2017, 17:01:41
    Die Shopversion findet man im Shopbackend unter Credits.

    Ich erkenne aber am Quelltext das es sich um einen 1.06er Shop handelt.

    Dann noch etwas: Wenn man die Shopurl ändert und es keine korrekte 301 Weiterleitung gibt killt Ihr alle Eure Suchmaschineneinträge.

    Wenn der Shop keinen Umsatz generiert das das egal, wenn doch dann benötigt Ihr profesionelle Hilfe.
    Und die Seiten sind schneller aus dem Suchmaschinenindex wie man denkt.

    Gruss Web28

    Viol

    • Fördermitglied
    • Beiträge: 2.279
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #19 am: 13. Oktober 2017, 17:24:54
    Also, es sollte doch für einen Dienstleister mit FTP Zugang kein Problem sein, den Shop wieder unter dem alten Verzeichnis laufen zu lassen oder? :-|

    Fralle

    • Neu im Forum
    • Beiträge: 8
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #20 am: 13. Oktober 2017, 18:34:38
    hier der Inhalt der 'includes/configure.php':
    Code: PHP  [Auswählen]
      define('HTTP_SERVER', 'http://www.swingolf.de'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://www.swingolf.de'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', false); // secure webserver for checkout procedure?
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_WS_CATALOG', '/shop/'); // absolute path required
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/46/d114964772/htdocs/shop/');
      define('DIR_FS_CATALOG', '/homepages/46/d114964772/htdocs/shop/');
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/');
      define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/');
      define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/');
      define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/');

      define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');
     

    und hier 'admin/includes/configure.php':

    Code: PHP  [Auswählen]
      define('HTTP_SERVER', 'http://www.swingolf.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'http://www.swingolf.de');
      define('HTTPS_CATALOG_SERVER', 'https://www.swingolf.de');
      define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/46/d114964772/htdocs/shop/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/homepages/46/d114964772/htdocs/shop/admin/'); // absolute pate required
      define('DIR_WS_CATALOG', '/shop/'); // absolute path required
      define('DIR_FS_CATALOG', '/homepages/46/d114964772/htdocs/shop/'); // absolute path required
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_CATALOG. 'lang/');
      define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');
      define('DIR_WS_FILEMANAGER', DIR_WS_MODULES . 'fckeditor/editor/filemanager/browser/default/');
     

    hpzeller

    • Experte
    • Beiträge: 4.129
    • Geschlecht:
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #21 am: 13. Oktober 2017, 19:14:03
    Hier die angepassten Dateien.

    Hier der Inhalt der 'includes/configure.php':

    Code: PHP  [Auswählen]
     
      define('HTTP_SERVER', 'http://shop.swingolf-deutschland.de'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://shop.swingolf-deutschland.de'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', false); // secure webserver for checkout procedure?
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/46/d114964772/htdocs/shop/');
      define('DIR_FS_CATALOG', '/homepages/46/d114964772/htdocs/shop/');
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/');
      define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/');
      define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/');
      define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/');

      define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
      define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
      define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
      define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');
     

    und hier 'admin/includes/configure.php':

    Code: PHP  [Auswählen]
      define('HTTP_SERVER', 'http://shop.swingolf-deutschland.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'http://shop.swingolf-deutschland.de');
      define('HTTPS_CATALOG_SERVER', 'https://shop.swingolf-deutschland.de');
      define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/46/d114964772/htdocs/shop/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/homepages/46/d114964772/htdocs/shop/admin/'); // absolute pate required
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_CATALOG', '/homepages/46/d114964772/htdocs/shop/'); // absolute path required
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
      define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
      define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
      define('DIR_WS_LANGUAGES', DIR_WS_CATALOG. 'lang/');
      define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');
      define('DIR_WS_FILEMANAGER', DIR_WS_MODULES . 'fckeditor/editor/filemanager/browser/default/');
     

    PS:
    Aber in diesem Shop sind ja nicht einmal die "Allgemeine Geschäftsbedingungen" festgelegt.
    Ist überhaupt ein Kundenstamm vorhanden?

    Gruss
    Hanspeter

    Fralle

    • Neu im Forum
    • Beiträge: 8
    Re: Shop nicht mehr erreichbar nach Joomla-Neuinstallation
    Antwort #22 am: 14. Oktober 2017, 16:58:57
    Hier die angepassten Dateien.
    ...

    Hey, Hanspeter!

    Super! Es funktioniert! (Sieht zumindest so aus)
    http://shop.swingolf-deutschland.de/
    Werde mir noch im Einzeln anschauen müssen, welche Zeilen Du verändert hast.
    (Will schließlich auch besser verstehen, wo das Problem lag)

    PS:
    Aber in diesem Shop sind ja nicht einmal die "Allgemeine Geschäftsbedingungen" festgelegt.
    Ist überhaupt ein Kundenstamm vorhanden?

    Der Shop war bisher noch nicht fertig – so die Aussage der Erstellerin. Sie war noch dabei, Inhalte etc. einzupflegen. Sicherlich wird sie die AGB noch einfügen. Und ja, ein Kundenstamm ist vorhanden.
    Aber das sind alles nicht meine Baustellen.

    Besten Dank!!
     :thx:
    2 Antworten
    3010 Aufrufe
    01. Januar 2016, 20:49:42 von olivius
    22 Antworten
    8550 Aufrufe
    17. Mai 2016, 13:16:23 von Bonsai
    2 Antworten
    3516 Aufrufe
    06. Oktober 2010, 14:45:34 von Bcoola
               
    anything