Jump to content
xt:Commerce Community Forum

open_basedir restriction in effect. - bei ssl aktivierung


robere05

Recommended Posts

hallo wir möchten ssl-verschlüsselung aktivieren und bekommen folgende meldungen:

------------------------------------------------------------------------------

Warning: require() [function.require]: open_basedir restriction in effect. File(/lang/german/german.php) is not within the allowed path(s): (/tmp:/bin:/usr:/is/htdocs/wp1039932_TSP3OUUQNY) in /is/htdocs/wp1039932_TSP3OUUQNY/www/includes/application_top.php on line 364

Warning: require(/lang/german/german.php) [function.require]: failed to open stream: Operation not permitted in /is/htdocs/wp1039932_TSP3OUUQNY/www/includes/application_top.php on line 364

Fatal error: require() [function.require]: Failed opening required '/lang/german/german.php' (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1039932_TSP3OUUQNY/www/includes/application_top.php on line 364

------------------------------------------------------------------------------

woran kann das liegen, habe schon im forum gesucht aber nichts gefunden. danke im voraus.

rober05

Link to comment
Share on other sites

hallo wibros !

folgende pfade stehen in der a l t e n cfg-datei drinnen:

------------------------------------------------------------------------------

define('HTTP_SERVER', 'http://www.schilling-onlineshop.de'); // eg, Default PLESK Page - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.schilling-onlineshop.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', '/is/htdocs/wp1039932_TSP3OUUQNY/www//');

define('DIR_FS_CATALOG', '/is/htdocs/wp1039932_TSP3OUUQNY/www//');

-------------------------------------------------------------------------------

ich wollte nur die folgendes ändern:

-------------------------------------------------------------------------------

define('HTTP_SERVER', 'http://www.schilling-onlineshop.de'); // eg, Default PLESK Page - should not be empty for productive servers

define('HTTPS_SERVER', 'https://ssl.webpack.de/schilling-onlineshop.de'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

-------------------------------------------------------------------------------

reichen diese beiden eintraege nicht ?

(beides natuerlich bei /includes bzw. /admin/includes)

gruss

robere05

Link to comment
Share on other sites

Archived

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

×
  • Create New...