Jump to content
xt:Commerce Community Forum

On line 57


Nova19821

Recommended Posts

Hallo@all,

ich habe mich schon tot gegoogelt. Finde auch relativ viel aber komme irgendwie doch nicht klar. Ich bekomme die Fehlermeldung:

Warning: require() [function.require]: open_basedir restriction in effect. File(/srv/www/htdocs/web596/html/includes/filenames.php) is not within the allowed path(s): (/var/www/web596/html/:/var/www/web596/phptmp/:/var/www/web596/files/:/var/www/web596/atd/:/usr/share/php/) in /var/www/web596/html/includes/application_top.php on line 57

Warning: require(/srv/www/htdocs/web596/html/includes/filenames.php) [function.require]: failed to open stream: Operation not permitted in /var/www/web596/html/includes/application_top.php on line 57

Fatal error: require() [function.require]: Failed opening required '/srv/www/htdocs/web596/html/includes/filenames.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web596/html/includes/application_top.php on line 57

Habe auch oft gelesen das man was in der Configure ändern muss. ABER WAS :-) ?

// Define the webserver and path parameters

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

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

define('HTTP_SERVER', 'http://promo-textil.net'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://promo-textil.net'); // 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', '/srv/www/htdocs/web596/html/');

define('DIR_FS_CATALOG', '/srv/www/htdocs/web596/html/');

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

DANKE für Eure Hilfe !

Link to comment
Share on other sites

Archived

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

×
  • Create New...