Jump to content
xt:Commerce Community Forum

fehler beim admin login


benig

Recommended Posts

bei mir kommt auf einmall immer der fehler beim login

kann mir einer helfen

Warning: main() [function.main]: Unable to access /var/www/web1/web/includes/classes/logger.php in /var/www/web1/web/admin/includes/application_top.php on line 283

Warning: main(/var/www/web1/web/includes/classes/logger.php) [function.main]: failed to open stream: No such file or directory in /var/www/web1/web/admin/includes/application_top.php on line 283

Fatal error: main() [function.require]: Failed opening required '/var/www/web1/web/includes/classes/logger.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web1/web/admin/includes/application_top.php on line 283

Link to comment
Share on other sites

komisch geht net und meine conig past auch oder sieht hier jemand das was net stimmt

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.pb-naturprodukte.de/'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.pb-naturprodukte.de/'); // 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', '/var/www/web1/web/');

define('DIR_FS_CATALOG', '/var/www/web1/web/');

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/');

Link to comment
Share on other sites

deine startseite:

Warning: main() [function.main]: open_basedir restriction in effect. File(/Users/mzanier/Sites/304SP2/xtcommerce/includes/filenames.php) is not within the allowed path(s): (/var/www/web1/) in /var/www/web1/web/includes/application_top.php on line 57

Warning: main(/Users/mzanier/Sites/304SP2/xtcommerce/includes/filenames.php) [function.main]: failed to open stream: Operation not permitted in /var/www/web1/web/includes/application_top.php on line 57

Fatal error: main() [function.require]: Failed opening required '/Users/mzanier/Sites/304SP2/xtcommerce/includes/filenames.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web1/web/includes/application_top.php on line 57

kommt wenn nicht installierst.. sondern nur kopierst .. installanleitung beachten..

Link to comment
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...