Chaot Posted June 6, 2010 Report Share Posted June 6, 2010 Hallo zusammen ich bräuchte mal gaaaanz dringend Eure Hilfe . Sage auch direkt das ich voll der Noop bin und nur auf Anweisungen was machen kann . Ich versuche für eine Bekannte ihren Shop wieder ans laufen zu bekommen welcher ohne irgend was gemacht zu haben auf einmal die Fehlermeldung zeigt . Ich habe zwar hier schon einiges durchgelesen aber es trifft nicht 100%zu . Diese beiden Fehlermeldungen sind zu sehen Warning: require(/home/strato/http/premium/web7/12/44/52257244/htdocs/includes/filenames.php) [function.require]: failed to open stream: No such file or directory in /mnt/web6/61/44/52257244/htdocs/includes/application_top.php on line 57 Fatal error: require() [function.require]: Failed opening required '/home/strato/http/premium/web7/12/44/52257244/htdocs/includes/filenames.php' (include_path='.:/opt/RZphp5/includes') in /mnt/web6/61/44/52257244/htdocs/includes/application_top.php on line 57 Ich hänge direkt mal die Admin/Include/configure.php und die Include/configurephp mit an , den soviel habe ich schon gelesen das es daran liegen muss . Wäre echt dankbar wenn mir jemand helfen könnte :D Hier die Admin/Include / Configure.php © 2000-2001 The Exchange Project (earlier name of osCommerce) © 2002-2003 osCommerce (configure.php,v 1.14 2003/02/21); osCommerce, Open Source Online Shop E-Commerce Solutions 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://www.wasserpflanzen-krause.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.wasserpflanzen-krause.de'); define('HTTPS_CATALOG_SERVER', 'https://www.wasserpflanzen-krause.de'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/strato/http/premium/web7/12/44/52257244/htdocs/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/strato/http/premium/web7/12/44/52257244/htdocs/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/strato/http/premium/web7/12/44/52257244/htdocs/'); // 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/'); // define our database connection Zugangsdaten habe ich gelöscht weil sie hier nicht von Interesse sind ?> Und hier die Include/configure.php 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://www.wasserpflanzen-krause.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.wasserpflanzen-krause.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/home/strato/www/wa/http://www.wasserpflanzen-krause.de//htdocs/catalog/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/home/strato/http/premium/web7/12/44/52257244/htdocs/'); define('DIR_FS_CATALOG', '/home/strato/http/premium/web7/12/44/52257244/htdocs/'); 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/'); // define our database connection ZUGANGSDATEN habe ich gelöscht weil sie nicht von Interesse sind !!! LG Biene Link to comment Share on other sites More sharing options...
Fry Posted June 6, 2010 Report Share Posted June 6, 2010 Dir fehlen auf dem Webspace ein paar Dateien. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.