Hallo,
versuche nun kanpp eine Woche schon meinen Shop auf den neuen Server zu Spiegeln und schaff es einfach nicht. Da ist irgendeine Pfadangabe falsch
Code:
Warning: require(/homepages/11/d373502102/htdocs/onlinestoreincludes/filenames.php) [function.require]: failed to open stream: No such file or directory in /homepages/11/d373502102/htdocs/onlinestore/includes/application_top.php on line 57
Seht Ihr das da ein " / " fehlt o0 ?!
htdocs/onlinestoreincludes/filenames.php zwischen onlinestore <-> includes...
die config files sehen alle so aus:
PHP-Code:
define('HTTP_SERVER', 'http://www.xxx.de'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'http://www.xxx.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/11/d373502102/htdocs/onlinestore');
define('DIR_FS_CATALOG', '/homepages/11/d373502102/htdocs/onlinestore');
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/');
wäre sehr dankbar für Tips :/
Lg