Jump to content
xt:Commerce Community Forum

Open_basedir Restriction In Effect


Recommended Posts

Hallo,

ich bekomme folgende Fehlermeldung nach der Installation der Version RC1:

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/s3u10/html/shop/shopsystem/lang/german/german.php on line 438

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/s3u10/html/shop/shopsystem/includes/header.php on line 387

php l?uft in save mode = on. Daran kann ich auch nichts ?ndern. Allerdings lief die vorherige beta problemlos.

Gru?

J?rgen

Link to comment
Share on other sites

(ja habs bemerkt...hab meinen beitrag editiert, aber du bist schneller als lucky luke)

L?sung f?r "Safe Mode Probleme":

catalog/ lang/german/german.php

include('gv_german.php');?ndern nach

include('lang/german/gv_german.php');

catalog/ lang/english/english.php

include('gv_english.php');?ndern nach

include('lang/english/gv_english.php');

catalog/ includes/header.php

Fehlerhafte Zeile ?ndern nach

include(DIR_WS_INCLUDES.FILENAME_BANNER);

Muchos Spassos

Alex

Link to comment
Share on other sites

Ich bekomme ein gleiche Fehlermeldung wenn die Kuponmodule aktiviert ist:

Die Fehler bekomme ich von ein logger:

Warning: open_basedir restriction in effect. File is in wrong directory in .../shop/admin/includes/classes/logger.php on line 54

Warning: error_log: Unable to write to /var/log/www/tep/page_parse_time.log in ..../shop/admin/includes/classes/logger.php on line 54

Parse Time: 0.157s

Link to comment
Share on other sites

das ist aber was anders.

nable to write to /var/log/www/tep/page_parse_time.log in

du aktivierst im admin enistellungen von denen du nichtmal weist wof?r sie sind,

bevor du sowas machst solltest du wenigstens ?berpr?fen ob es solch einen pfaad ?berhaupt gibt, und bei gegebenheit anpassen.

Link to comment
Share on other sites

Warning: open_basedir restriction in effect. File is in wrong directory in .../shop/admin/includes/classes/logger.php on line 54

Dieser Fehler ist ganz die gleiche wie die erste, oder sehe ich das falsch?

Das andere Fehler ist ja ein Problem. Ich hab kein dir tep oder etwas. Das soll ich mal machen.

Grusse,

Johnny

Link to comment
Share on other sites

und noch einer....

Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 1897 is not allowed to access /usr/share/php owned by uid 0 in /home/www/web498/html/shop/includes/classes/smarty/Smarty.class.php on line 2692
in der Smarty.class.php steht an dieser Stelle:
function _get_include_path($file_path, &$new_file_path)

 ? ?{

 ? ? ? ?static $_path_array = null;

 ? ? ? ?

 ? ? ? ?if(!isset($_path_array)) {

 ? ? ? ? ? ?$_ini_include_path = ini_get('include_path');


 ? ? ? ? ? ?if(strstr($_ini_include_path,';')) {

 ? ? ? ? ? ? ? ?// windows pathnames

 ? ? ? ? ? ? ? ?$_path_array = explode(';',$_ini_include_path);

 ? ? ? ? ? ?} else {

 ? ? ? ? ? ? ? ?$_path_array = explode(':',$_ini_include_path);

 ? ? ? ? ? ?}

 ? ? ? ?}

 ? ? ? ?foreach ($_path_array as $_include_path) {

 ? ? ? ? ? ?if (file_exists($_include_path . DIR_SEP . $file_path)) {

 ? ? ? ? ? ? ? ? ? $new_file_path = $_include_path . DIR_SEP . $file_path;

 ? ? ? ? ? ? ? ?return true;

 ? ? ? ? ? ?}

 ? ? ? ?}

 ? ? ? ?return false;

 ? ?} ? ?

wahrscheinlich wieder irgendwas mit den pfaden..... bekomme es leider nicht so einfach durch try&error raus.... :wall:

thx

thomas

edit: so.... und jetzt versteh ich die welt nicht mehr....

seite 1x aktualisiert und die fehlermeldung is wech....

wenns nu immer so einfach w?r :blink:

(das ganze fand bei der produkt-detailanzeige statt)

Link to comment
Share on other sites

das hat mit pfaaden nix zu tun, sodnern nur mit rechtem am server , php l?uft auf deinem server unter einem andern user, manchmal kommt es vor, das php enie datei erstellt, die dann dem webserver und nicht php geh?rt, und somit dann nicht mehr drauf zugreifen darf.

Link to comment
Share on other sites

Archived

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

×
  • Create New...