#1 (permalink)  
Alt 31.05.2010, 19:27
Neuer Benutzer
 
Registriert seit: 07.07.2007
Beiträge: 13
Standard Server Umzug, Shop defekt!?

Hallo,

ich habe einen Serverumzug vorgenommen aber leider bekomme ich eine Fehlermeldung:
Warning: require() [function.require]: open_basedir restriction in effect. File(/is/htdocs/wp1157129_CZK08N02XM/www/includes/filenames.php) is not within the allowed path(s): (/is/htdocs/user_tmp/wp1157129_ABISHLPAG5:/tmp:/dev/null:/dev/urandom:/bin:/usr:/is/default.errors:/is/htdocs/wp1157129_ABISHLPAG5) in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 60

Warning: require(/is/htdocs/wp1157129_CZK08N02XM/www/includes/filenames.php) [function.require]: failed to open stream: Operation not permitted in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 60

Fatal error: require() [function.require]: Failed opening required '/is/htdocs/wp1157129_CZK08N02XM/www/includes/filenames.php' (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 60

Ich habe erst das DB Backup eingespielt, danach die per FtP alle Datein kopiert. Habe schon gelesen das es mit dem Verzeichnis zusammen hängen kann aber seh den Fehler nicht? Könnt Ihr mir bitte helfen?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 31.05.2010, 20:38
Fry Fry ist offline
Erfahrener Benutzer
 
Registriert seit: 23.04.2006
Beiträge: 1.375
Standard

Alle neuen Pfade in den Konfigurationsdateien richtig angepasst?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 01.06.2010, 08:35
Neuer Benutzer
 
Registriert seit: 07.07.2007
Beiträge: 13
Standard

ich denke schon aber ich poste mal die Datein.

Configure.php

PHP-Code:
  define('HTTP_SERVER''http://www.top-leasingshop.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
  
define('HTTP_CATALOG_SERVER''http://www.top-leasingshop.de');
  
define('HTTPS_CATALOG_SERVER''https://www.top-leasingshop.de');
  
define('ENABLE_SSL_CATALOG''false'); // secure webserver for catalog module
  
define('DIR_FS_DOCUMENT_ROOT''/is/htdocs/www//'); // where the pages are located on the server
  
define('DIR_WS_ADMIN''/admin/'); // absolute path required
  
define('DIR_FS_ADMIN''/is/htdocs/admin//'); // absolute pate required
  
define('DIR_WS_CATALOG''/'); // absolute path required
  
define('DIR_FS_CATALOG''/is/htdocs/www//'); // 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
  
define('DB_SERVER''localhost'); // eg, localhost - should not be empty for productive servers
  
define('DB_SERVER_USERNAME''dbu1157129');
  
define('DB_SERVER_PASSWORD''');
  
define('DB_DATABASE''db1157129-leasing');
  
define('USE_PCONNECT''false'); // use persisstent connections?
  
define('STORE_SESSIONS''mysql'); // leave empty '' for default handler or set to 'mysql'

?> 
configure.org.php

PHP-Code:
  define('HTTP_SERVER''http://www.top-leasingshop.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
  
define('HTTP_CATALOG_SERVER''http://www.top-leasingshop.de');
  
define('HTTPS_CATALOG_SERVER''https://www.top-leasingshop.de');
  
define('ENABLE_SSL_CATALOG''false'); // secure webserver for catalog module
  
define('DIR_FS_DOCUMENT_ROOT''/is/htdocs/www//'); // where the pages are located on the server
  
define('DIR_WS_ADMIN''/admin/'); // absolute path required
  
define('DIR_FS_ADMIN''/is/htdocs/admin//'); // absolute pate required
  
define('DIR_WS_CATALOG''/'); // absolute path required
  
define('DIR_FS_CATALOG''/is/htdocs/www//'); // 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
  
define('DB_SERVER''localhost'); // eg, localhost - should not be empty for productive servers
  
define('DB_SERVER_USERNAME''dbu1157129');
  
define('DB_SERVER_PASSWORD''');
  
define('DB_DATABASE''db1157129-leasing');
  
define('USE_PCONNECT''false'); // use persisstent connections?
  
define('STORE_SESSIONS''mysql'); // leave empty '' for default handler or set to 'mysql' 
Danke
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 01.06.2010, 15:10
Neuer Benutzer
 
Registriert seit: 23.02.2010
Beiträge: 20
Standard

überall wo

/is/htdocs/admin/

da müsste schonmal

/is/htdocs/www/admin/

hin. Aber ohne den genauen Serverpfad zu kennen...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 01.06.2010, 15:40
Neuer Benutzer
 
Registriert seit: 07.07.2007
Beiträge: 13
Frage

Zitat:
Zitat von spunt Beitrag anzeigen
überall wo

/is/htdocs/admin/

da müsste schonmal

/is/htdocs/www/admin/

hin. Aber ohne den genauen Serverpfad zu kennen...
also ich habe jetzt die Datein nochmals angepasst. Habe die Datein in included und in admin/included abgeändert aber keine Chanche? Immer folgende Fehlermeldung:


Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/is/htdocs/www/inc/xtc_db_connect.inc.php) is not within the allowed path(s): (/is/htdocs/user_tmp/wp1157129_ABISHLPAG5:/tmp:/dev/null:/dev/urandom:/bin:/usr:/is/default.errors:/is/htdocs/wp1157129_ABISHLPAG5) in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 73

Warning: require_once(/is/htdocs/www/inc/xtc_db_connect.inc.php) [function.require-once]: failed to open stream: Operation not permitted in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 73

Fatal error: require_once() [function.require]: Failed opening required '/is/htdocs/www/inc/xtc_db_connect.inc.php' (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 73

PHP-Code:
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
  
define('HTTP_SERVER''http://www.top-leasingshop.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
  
define('HTTP_CATALOG_SERVER''http://www.top-leasingshop.de');
  
define('HTTPS_CATALOG_SERVER''https://http://www.top-leasingshop.de');
  
define('ENABLE_SSL_CATALOG''false'); // secure webserver for catalog module
  
define('DIR_FS_DOCUMENT_ROOT''/is/htdocs/www/'); // where the pages are located on the server
  
define('DIR_WS_ADMIN''/admin/'); // absolute path required
  
define('DIR_FS_ADMIN''/is/htdocs/www/admin/'); // absolute pate required
  
define('DIR_WS_CATALOG''/'); // absolute path required
  
define('DIR_FS_CATALOG''/is/htdocs/www/'); // 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
  
define('DB_SERVER''localhost'); // eg, localhost - should not be empty for productive servers
  
define('DB_SERVER_USERNAME''dbu1157129');
  
define('DB_SERVER_PASSWORD''');
  
define('DB_DATABASE''db1157129-leasing');
  
define('USE_PCONNECT''false'); // use persisstent connections?
  
define('STORE_SESSIONS''mysql'); // leave empty '' for default handler or set to 'mysql' 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 01.06.2010, 16:06
Neuer Benutzer
 
Registriert seit: 23.02.2010
Beiträge: 20
Standard

ups, da war ich zu schnell
der pfad steht doch in der fehlermeldung drin

/is/htdocs/wp1157129_ABISHLPAG5/www
bzw.
/is/htdocs/wp1157129_ABISHLPAG5/www/admin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 01.06.2010, 16:28
Neuer Benutzer
 
Registriert seit: 07.07.2007
Beiträge: 13
Frage

Vielen Dank für Deine Hilfe. Also dieser Fehler ist schon mal behoben nur leider bekomme ich jetzt diese Fehlermeldung:

Warning: require(/lang/german/german.php) [function.require]: failed to open stream: No such file or directory in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 340

Fatal error: require() [function.require]: Failed opening required '/lang/german/german.php' (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1157129_ABISHLPAG5/www/includes/application_top.php on line 340

Danke
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 28.10.2010, 12:27
Neuer Benutzer
 
Registriert seit: 20.05.2005
Beiträge: 1
Standard

Hallo Wim24,

hast Du den Fehler gefunden? Ich habe auch das gleiche Problem. Scheinbar stimmt die Pfadangabe zu der "usr/lib/php5". Aber irgendwie kann ich das nicht glauben, da ich auf meinem Webspace den gleichen Shop einmal laufen habe. Nun habe ich die Dateien in ein anderes Verzeichnis kopiert, eine zweite DB angelegt, die Configs geändert und nun diese Fehlermeldung. Mmmmhh?

Wäre schön, wenn Du (oder jemand anderes) weiterhelfen könnte.

Danke

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
defekt, server, shop, umzug

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Login nach Umzug auf anderen Server nicht möglich SADiE Installation und Konfiguration 0 02.01.2008 12:15
Download Artikel gehen nicht mehr nach server umzug download.php frankman Allgemeine Diskussionen 0 13.06.2007 16:47


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:01 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand