#1 (permalink)  
Alt 04.02.2007, 21:51
Neuer Benutzer
 
Registriert seit: 04.02.2007
Beiträge: 4
Standard Erster Aufruf

Hallo,
nach der Installation erfollgt beim Aufruf folgende Fehlermeldung:

Warning: Directory for sesssions doesn´t exist: /tmp. Sessions will not work until this directory has been created!

Bin ein wenig verzweifelt, anlegen diverser tmp Verzeichnisse blieb erfolglos??!!

Gruß
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 04.02.2007, 22:26
Erfahrener Benutzer
 
Registriert seit: 28.02.2006
Beiträge: 4.010
Standard

Ändere die Einstellung in den beiden configure Dateien auf mysql, dann bekommst Du auch keine Fehlermeldung mehr.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 05.02.2007, 08:13
Neuer Benutzer
 
Registriert seit: 04.02.2007
Beiträge: 4
Standard

welche beiden configurationsdateien?

Vielen Dank vorab!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 05.02.2007, 08:48
xt:Commerce Support Kunde
 
Registriert seit: 13.10.2006
Beiträge: 697
Standard

includes/configure.php und admin/includes/configure.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 05.02.2007, 12:35
Neuer Benutzer
 
Registriert seit: 05.02.2007
Beiträge: 1
Standard

Hallo
Ich habe folgende Meldung beim Start:
Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access owned by uid 0 in /srv/www/vhosts/video-branchenbuch.eu/httpdocs/shop3/includes/application_top.php on line 250

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /srv/www/vhosts/video-branchenbuch.eu/httpdocs/shop3/includes/application_top.php:250) in /srv/www/vhosts/video-branchenbuch.eu/httpdocs/shop3/includes/application_top.php on line 281

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /srv/www/vhosts/video-branchenbuch.eu/httpdocs/shop3/includes/application_top.php:250) in /srv/www/vhosts/video-branchenbuch.eu/httpdocs/shop3/includes/application_top.php on line 281
Warnung Warnung: Das Verzeichnis für die Sessions existiert nicht: /var/lib/php. Die Sessions werden nicht funktionieren bis das Verzeichnis erstellt wurde!

Was habe ich falsch gemacht und wo kann ich das ändern

Mfg Michael
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 05.02.2007, 12:36
Erfahrener Benutzer
 
Registriert seit: 28.02.2006
Beiträge: 4.010
Standard

steht doch schon alles da.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 05.02.2007, 13:41
Neuer Benutzer
 
Registriert seit: 04.02.2007
Beiträge: 4
Standard Erster Aufruf

sorry, ich glaube ich nerve.
Mach das zum ersten mal und finde keine Option zum einstellen der mysqql.

Vieleicht noch ein Tip??

Gruß und Danke

MrFloppy

includes/configure.php

define('HTTP_SERVER', 'http://www.rhein-main-computer-notdienst.de'); // eg, Default PLESK Page - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.rhein-main-computer-notdienst.de'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/shop/'); // absolute path required
define('DIR_FS_DOCUMENT_ROOT', '/srv/www/web29/html/shop/');
define('DIR_FS_CATALOG', '/srv/www/web29/html/shop/');
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
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'xxxxxx');
define('DB_SERVER_PASSWORD', 'xxxxxxxxx');
define('DB_DATABASE', 'web29');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', ''); // leave empty '' for de
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 05.02.2007, 13:50
xt:Commerce Support Kunde
 
Registriert seit: 13.10.2006
Beiträge: 697
Standard

Du hast den interessanten Teil ja auch nicht mitgepostet. Der letzte Satz heißt komplett:
PHP-Code:
  define('STORE_SESSIONS'''); // leave empty '' for default handler or set to 'mysql' 
Matt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 05.02.2007, 13:58
Neuer Benutzer
 
Registriert seit: 04.02.2007
Beiträge: 4
Standard Erster Aufruf

Yuup das war es!

Vielen Dank für die schnelle Hilfe, Super!

Mr.Floppy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 07.02.2007, 11:54
xt:Commerce Support Kunde
 
Registriert seit: 23.02.2006
Beiträge: 128
Standard

Habe auch diese Fehlermeldungen:

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 1569 is not allowed to access owned by uid 0 in /home/.sites/64/site534/web/shop/includes/application_top.php on line 256

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/.sites/64/site534/web/shop/includes/application_top.php:256) in /home/.sites/64/site534/web/shop/includes/application_top.php on line 287

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/.sites/64/site534/web/shop/includes/application_top.php:256) in /home/.sites/64/site534/web/shop/includes/application_top.php on line 287


Zur erklärung: ich habe gerade den shop von einem webspace auf einen anderen incl. DB verlegt, habe allerdings define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' bei beiden Konfigurationsfiles gesetzt!!!

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

Lesezeichen

Stichworte
aufruf

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
Aufruf der Shopseite profi-tuning.com Installation und Konfiguration 2 03.09.2006 21:45


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:37 Uhr.

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

xt:Commerce is a SafeCharge brand