#1 (permalink)  
Alt 16.08.2004, 10:40
 
Registriert seit: 04.08.2004
Beiträge: 10
Standard

Hallo,
wenn ich als Admin eingeloggt bin und rechts auf Admin klicke, um ins Admin Men? zu kommen, werde ich immer auf die Login.php-Seite weitergeleitet. Wenn ich mich dort anmelde und wieder auf den Admin Button klicke, passiert das gleiche.
Vermute da? es an meiner /admin/includes/configure.php liegt. (siehe unten)

Kann mir da jemand weiterhelfen ???

Danke !!!

Gru? Christian

[CODE]
define('HTTP_SERVER', 'http://www.uni-koblenz.de/~ckirchma'); // eg, http://localhost or - https://localhost should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.uni-koblenz.de/~ckirchma');
define('HTTPS_CATALOG_SERVER', 'https://www.uni-koblenz.de/~ckirchma');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/ckirchma/www/xtcommerce/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/ckirchma/www/xtcommerce/admin/'); // absolute pate required
define('DIR_WS_CATALOG', ''); // absolute path required
define('DIR_FS_CATALOG', '/home/ckirchma/www/xtcommer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 16.08.2004, 11:32
Benutzerbild von polkhigh33
xt:C Supportmitarbeiter
 
Registriert seit: 26.10.2003
Ort: Hamburg
Beiträge: 6.862
Standard

hmm
oben gibts du deinen pfad mit tilde an, weiter unten nicht mehr.
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint.
.:netzdesign33.de:. | .:blog33.de:.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 16.08.2004, 13:58
 
Registriert seit: 04.08.2004
Beiträge: 10
Standard

Die Pfade ohne "~" Sind die Pfadangaben auf dem Server. Oder mu? ich da was anderes angeben ?

Hab nochmal ne kleine Ver?nderung vorgenommen, aber es klappt trotzdem noch nicht:

Code:
 define('HTTP_SERVER', 'http://www.uni-koblenz.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.uni-koblenz.de');
 define('HTTPS_CATALOG_SERVER', 'https://www.uni-koblenz.de');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
 define('DIR_FS_DOCUMENT_ROOT', '/home/ckirchma/www/xtcommerce/'); // where the pages are located on the server
 define('DIR_WS_ADMIN', '/~ckirchma/xtcommerce/admin/'); // absolute path required
 define('DIR_FS_ADMIN', '/home/ckirchma/www/xtcommerce/admin/'); // absolute pate required
 define('DIR_WS_CATALOG', '/~ckirchma/xtcommerce/'); // absolute path required
 define('DIR_FS_CATALOG', '/home/ckirchma/www/xtcommerce/'); // 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/');
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 16.08.2004, 14:16
 
Registriert seit: 04.08.2004
Beiträge: 10
Standard

Habe die L?sung gefunden !!!

Hier die L?sung:

Mein fehler wahr, da? ich die Store_Sessions im Shop auf dempor?rem Ordner gespeichert hatte und die Store_Sessions im Adminbereich in der Datenbank. Daher wurden nat?rlich die Userdaten nicht ?bergeben !

Trotzdem Danke !!!

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

Lesezeichen

Stichworte
adminbereich, aufruf, loginaufforderung

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 09:56 Uhr.

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

xt:Commerce is a SafeCharge brand