Jump to content
xt:Commerce Community Forum

Bitte um Hilfe - open_basedir restriction - komme nicht weiter


Recommended Posts

Hallo!

Ich habe hier ein Problem, das ich einfach nicht in den Griff bekomme.

Unser Shop lief stabil, auf SSL umgestellt habe.

also folgendes gemacht habe:

chmod 777 für eide configure.php

die https Dom eintragen und SSL auf true

wieder chmod 444 für beide

Danach kommt die Fehlermeldung:

Warning: main(): open_basedir restriction in effect. File(/lang/german/german.php) is not within the allowed path(s): (/home/www/web60/) in /home/www/web60/html/includes/application_top.php on line 366

Warning: main(/lang/german/german.php): failed to open stream: Operation not permitted in /home/www/web60/html/includes/application_top.php on line 366

Warning: main(): open_basedir restriction in effect. File(/lang/german/german.php) is not within the allowed path(s): (/home/www/web60/) in /home/www/web60/html/includes/application_top.php on line 366

Warning: main(/lang/german/german.php): failed to open stream: Operation not permitted in /home/www/web60/html/includes/application_top.php on line 366

Fatal error: main(): Failed opening required '/lang/german/german.php' (include_path='.') in /home/www/web60/html/includes/application_top.php on line 366

Also habe ich beide configure wieder in den vorigen Zustand versetzt:

chmod 777 für beide configure.php

SSL auf false

wieder chmod 444 für beide

und Inhalt /template_c gelöscht

Browser reload (Cache löschen...)

Aber die Fehlermeldung ist noch immer da.

Session Logging war nicht aktiviert und im /tmp bzw. in der MySQL sessions sind auch keine Einträge.

phpinfo zeitg auch alles richtig:

open_basedir /home/www/web60/

DOCUMENT_ROOT /home/www/web60/html

SCRIPT_FILENAME /home/www/web60/html/phpinfo.php

_SERVER["DOCUMENT_ROOT"] /home/www/web60/html

_SERVER["SCRIPT_FILENAME"] /home/www/web60/html/phpinfo.php

Bitte um Hilfe!

Shopversion ist 304SP2.1_package_full

Danke,

Helmut

Hier die derzeitigen Settings:

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

define('HTTP_CATALOG_SERVER', 'http://www.meinedomain.de');

define('HTTPS_CATALOG_SERVER', 'https://www.meinedomain.de');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module hellid von false true

define('DIR_FS_DOCUMENT_ROOT', '/home/www/web60/html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/www/web60/html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/home/www/web60/html/'); // 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/');

define('DIR_WS_FILEMANAGER', DIR_WS_MODULES . 'fckeditor/editor/filemanager/browser/default/');

Link to comment
Share on other sites

Archived

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

×
  • Create New...