Svenoldman Posted August 11, 2005 Report Share Posted August 11, 2005 Nach der erfolgreichen Installation kommt die Fehlermeldung im Kopf des Shops: Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 1266 is not allowed to access owned by uid 0 in /var/www/web56/html/privatshop/includes/application_top.php on line 219 Was mu? ich machen um den Fehler wegzubekommen? Danke f?r eure Hilfe. Habe es schon 3 mal installiert, immer das gleiche. mfg Sven Link to comment Share on other sites More sharing options...
nom Posted August 11, 2005 Report Share Posted August 11, 2005 schon mal hier im Forum gesucht ?! :laugh: Link to comment Share on other sites More sharing options...
Svenoldman Posted August 11, 2005 Author Report Share Posted August 11, 2005 Habe das Forum durchsucht. Aber meinen Fehler habe ich nicht gefunden. Auf einen anderen Server l?uft der Shop. Woran kann das liegen? mfg Sven Link to comment Share on other sites More sharing options...
chpohl Posted August 11, 2005 Report Share Posted August 11, 2005 http://www.xt-commerce.com/forums/index.ph...ODE+Restriction Link to comment Share on other sites More sharing options...
Svenoldman Posted August 11, 2005 Author Report Share Posted August 11, 2005 Leider ist der Fehler Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 1266 is not allowed to access owned by uid 0 in /var/www/web56/html/privatshop/includes/application_top.php on line 219 nicht zu finden. W?rde mich ?ber eien konkrete Antwort freuen. Danke. mfg Sven Link to comment Share on other sites More sharing options...
chpohl Posted August 11, 2005 Report Share Posted August 11, 2005 hier n b?schen genauer:http://www.xt-commerce.com/forums/index.ph...indpost&p=95104 Link to comment Share on other sites More sharing options...
Svenoldman Posted August 14, 2005 Author Report Share Posted August 14, 2005 Ich habe den Provider mal angeschrieben. Er meinte, das ist eine Einstellung des shops. Ich habe den shop auf zwei andere Server eingerichtet, da laufen sie ohne Probleme. Speicherung auf Mysql und die Eintr?ge sind auch define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' In der config orginal gesetzt xtcommerce 3.03 Habe auch mal tmp Ordner angelegt und mit 777 versehen. Ohne Erfolg. Wenn der Fehler beim Provider liegt, was mu? er denn machen, damit die Fehlermeldung verschwindet? :sad: Danke an die Profis. mfg Sven Link to comment Share on other sites More sharing options...
hp Posted August 14, 2005 Report Share Posted August 14, 2005 Hallo Sven In der config orginal gesetzt xtcommerce 3.03Was in der configure.org.php steht ist nicht so wichtig. Aber in includes/configure.php und in admin/includes/configure.php sollte bei deinem Problem folgendes eintragen seindefine('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Gruss Hanspeter Link to comment Share on other sites More sharing options...
satzone Posted August 14, 2005 Report Share Posted August 14, 2005 Das /tmp Verzeichnis ins Root zu legen ist sehr gef?hrlich. Dein Hoster m?sste den session.save_path in der php.ini setzen. Gruss Patrick Link to comment Share on other sites More sharing options...
Svenoldman Posted August 14, 2005 Author Report Share Posted August 14, 2005 Inhalt von includes/configure.php <?php /* -------------------------------------------------------------- XT-Commerce - community made shopping http://www.xt-commerce.com Copyright © 2003 XT-Commerce -------------------------------------------------------------- based on: © 2000-2001 The Exchange Project (earlier name of osCommerce) © 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', ''); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // 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', ''); define('DIR_FS_CATALOG', ''); define('DIR_WS_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 define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Der Einrag ist so, wie er sein sollte. Also sehe ich das richtig, das das Problem am Provider liegt? mfg Sven Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.