Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware
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: Serverumzug - Problem im Admin Bereich

    VerL3x

    • Neu im Forum
    • Beiträge: 4
    Serverumzug - Problem im Admin Bereich
    am: 06. Oktober 2012, 15:16:03
    Guten Tag zusammen,

    ich habe folgendes Problem:

    Wollte meinen XTC:M Shop auf einen anderen Webspace lagern. Soweit kein Problem mit der von euch gestellten Anleitung "Serverumzug". Seite ist auch wieder Wunderbar aufrufbar. Aber wenn ich mich in den Admin Bereich einloggen möchte, kommt folgendes:

    Code: PHP  [Auswählen]
    Warning: require_once(/kunden/homepages/37/d10982****/htdocs/Shop Name/inc/xtc_db_connect.inc.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/12/d43389****/htdocs/Shop Name/admin/includes/application_top.php on line 186

    Fatal error: require_once() [function.require]: Failed opening required '/kunden/homepages/37/d10982****/htdocs/Shop Name/inc/xtc_db_connect.inc.php' (include_path='.:/usr/lib/php5') in /homepages/12/d43389****/htdocs/Shop Name/admin/includes/application_top.php on line 186

    In der configure.php / configure.org.php in Includes und Admin/Includes ist soweit alles richtig. Neue Serverpfad ist korrekt eingetragen.

    Weis jemand wo ich noch etwas ändern muss?

    Danke vielmals!

    Linkback: https://www.modified-shop.org/forum/index.php?topic=22658.0

    hendrik

    • Experte
    • Beiträge: 2.038
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #1 am: 06. Oktober 2012, 16:00:13
    Ne deine Conifg ist nicht richtig! Serverpfad stimmt nicht.

    Deine Config: /kunden/homepages/37/d10982****/htdocs/Shop Name
    Richtig wäre: /homepages/12/d43389****/htdocs/Shop Name

    Gruß
    Hen

    VerL3x

    • Neu im Forum
    • Beiträge: 4
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #2 am: 06. Oktober 2012, 16:54:38
    Danke für die schnelle Hilfe. Allerdings klappt es immer noch nicht. :/

    admin/includes/configure.php

    Code: PHP  [Auswählen]
    <?php
    /* --------------------------------------------------------------

      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
      --------------------------------------------------------------
      based on:
      (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
       
     

      (c) 2002-2003 osCommerce (configure.php,v 1.14 2003/02/21); www.oscommerce.com

      Released under the GNU General Public License
      --------------------------------------------------------------*/


    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      define('HTTP_SERVER', 'http://ShopName.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'http://ShopName.de');
      define('HTTPS_CATALOG_SERVER', 'https://ShopName.de');
      define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/12/d43389****/htdocs/ShopName/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/homepages/12/d43389****/htdocs/ShopName/admin/'); //  absolute pate required
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_CATALOG', '/homepages/12/d43389****/htdocs/ShopName/'); //  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/');

    ?>

    hendrik

    • Experte
    • Beiträge: 2.038
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #3 am: 06. Oktober 2012, 18:55:10
    In deiner admin-config sehr ich keinen Fehler. Deine config fürs Forntend ist genauso korrigiert? includes/configure.php    (Die org.-Datei kannst du dir sparen, unwichtig).

    Zeig mal deine jetzige Fehlermeldung.

    Gruß
    Hen

    VerL3x

    • Neu im Forum
    • Beiträge: 4
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #4 am: 07. Oktober 2012, 13:36:30
    Hallöchen,

    hier die includes/configure.php

    Code: PHP  [Auswählen]
    <?php
    /* --------------------------------------------------------------

      XT-Commerce - community made shopping
      http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte Forenregeln beachten! ))

       Copyright (c) 2003 XT-Commerce
      --------------------------------------------------------------
      based on:
      (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
      (c) 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); www.oscommerce.com

      Released under the GNU General Public License
      --------------------------------------------------------------*/


    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
      define('HTTP_SERVER', 'http://ShopName.de'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://ShopName.de'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', false); // secure webserver for checkout procedure?
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_DOCUMENT_ROOT', '/homepages/12/d43389****/htdocs/ShopName/');
      define('DIR_FS_CATALOG', '/homepages/12/d43389****/htdocs/ShopName/');
      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 die Fehlermeldung.

    Code: PHP  [Auswählen]
    Warning: require_once(/kunden/homepages/37/d10982****/htdocs/ShopName/inc/xtc_db_connect.inc.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/12/d43389****/htdocs/ShopName/admin/includes/application_top.php on line 186

    Fatal error: require_once() [function.require]: Failed opening required '/kunden/homepages/37/d10982****/htdocs/ShopName/inc/xtc_db_connect.inc.php' (include_path='.:/usr/lib/php5') in /homepages/12/d43389****/htdocs/ShopName/admin/includes/application_top.php on line 186

    web28

    • modified Team
    • Beiträge: 9.404
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #5 am: 07. Oktober 2012, 14:19:51
    Damit werden die Pfade automatisch in die configs richtig eingetragen:

    http://www.modified-shop.org/forum/index.php?topic=5203.msg52952#msg52952

    Gruss Web28

    VerL3x

    • Neu im Forum
    • Beiträge: 4
    Re: Serverumzug - Problem im Admin Bereich
    Antwort #6 am: 07. Oktober 2012, 14:33:30
    Danke an euch zwei für die Hilfe! Der Weg von Web28 hat auf Anhieb funktioniert! Läuft wieder alles. :)

    Schönen Sonntag!
    2 Antworten
    2250 Aufrufe
    23. Mai 2014, 13:41:21 von Bonsai
    1 Antworten
    2146 Aufrufe
    05. November 2014, 00:27:39 von Tomcraft
    0 Antworten
    1772 Aufrufe
    07. Oktober 2012, 14:37:37 von Toby
    2 Antworten
    1210 Aufrufe
    25. Februar 2021, 19:50:10 von Rotfuchs