#1 (permalink)  
Alt 11.08.2005, 12:58
Benutzer
 
Registriert seit: 04.08.2005
Beiträge: 40
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 11.08.2005, 13:01
nom nom ist offline
 
Registriert seit: 19.02.2004
Beiträge: 596
Standard

schon mal hier im Forum gesucht ?! :laugh:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 11.08.2005, 13:15
Benutzer
 
Registriert seit: 04.08.2005
Beiträge: 40
Standard

Habe das Forum durchsucht.
Aber meinen Fehler habe ich nicht gefunden.
Auf einen anderen Server l?uft der Shop.
Woran kann das liegen? :angry:
mfg
Sven
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 11.08.2005, 13:22
Benutzerbild von chpohl
Erfahrener Benutzer
 
Registriert seit: 22.04.2004
Beiträge: 5.920
Standard

http://www.xt-commerce.com/forums/index.ph...ODE+Restriction
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 11.08.2005, 16:29
Benutzer
 
Registriert seit: 04.08.2005
Beiträge: 40
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 11.08.2005, 17:52
Benutzerbild von chpohl
Erfahrener Benutzer
 
Registriert seit: 22.04.2004
Beiträge: 5.920
Standard

hier n b?schen genauer:http://www.xt-commerce.com/forums/index.ph...indpost&p=95104
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 14.08.2005, 09:43
Benutzer
 
Registriert seit: 04.08.2005
Beiträge: 40
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 14.08.2005, 11:31
hp hp ist offline
xt:C Sponsor
 
Registriert seit: 30.05.2004
Beiträge: 124
Standard

Hallo Sven

Zitat:
In der config orginal gesetzt xtcommerce 3.03
Was 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 sein
Code:
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

Gruss
Hanspeter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 14.08.2005, 13:42
Benutzerbild von satzone
Erfahrener Benutzer
 
Registriert seit: 01.11.2003
Ort: Schweiz
Beiträge: 1.469
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 14.08.2005, 22:11
Benutzer
 
Registriert seit: 04.08.2005
Beiträge: 40
Standard

Inhalt von includes/configure.php

Zitat:
<?php
/* --------------------------------------------------------------

XT-Commerce - community made shopping
http://www.xt-commerce.com

Copyright &copy; 2003 XT-Commerce
--------------------------------------------------------------
based on:
&copy; 2000-2001 The Exchange Project (earlier name of osCommerce)
&copy; 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
219, applicationtopphp, fehler, line

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



Alle Zeitangaben in WEZ +1. Es ist jetzt 04:42 Uhr.

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

xt:Commerce is a SafeCharge brand