mafu86 Posted April 8, 2011 Report Share Posted April 8, 2011 Hallo, habe die Community Edition runter geladen und eine Lizenz beantragt. Die txt Datei habe ich auch wie beschrieben in den Ordner "lic" hochgeladen. Wenn ich nun /xtInstaller/index.php öffne kommt folgende Fehlermeldung: Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/lib/php5/20060613) is not within the allowed path(s): (/var/www/virtual/fmp-communication.de/:/usr/share/php/) in /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php on line 7 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/virtual/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/fmp-communication.de/:/usr/share/php/) in /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php on line 7 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/fmp-communication.de/:/usr/share/php/) in /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php on line 7 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/ioncube/ioncube_loader_lin_5.2.so) is not within the allowed path(s): (/var/www/virtual/fmp-communication.de/:/usr/share/php/) in /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php on line 7 Site error: the file /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. Hat jemand eine Idee was ich falsch gemacht habe oder tun könnte? Vielen Dank schon mal für jeden Hinweis. Liebe Grüße, Mark Link to comment Share on other sites More sharing options...
xtEMK Posted April 8, 2011 Report Share Posted April 8, 2011 Hallo Mark, klingt so, als ob der Server nicht richtig konfiguriert ist. Hast Du unter mal unter xt:Commerce VEYTON 4.0 -Grundlagen --Systemanforderungen ---Step-by-step zum eigenen Online ----Installation von VEYTON 4.0 geschaut? Die Installation wird sowohl für den Host-Server als auch lokal prima erklärt, inkl. aller Voraussetzungen (Versionen, IonCubeLoader, Xampp etc.). Viel Erfolg. Gruß Ralf Link to comment Share on other sites More sharing options...
2Break Posted April 8, 2011 Report Share Posted April 8, 2011 am Ende steht: Site error: the file /var/www/virtual/fmp-communication.de/htdocs/xtInstaller/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.Der Server benötigt offensichtlich den ionCube PHP Loader für PHP5.2 mit der ioncube_loader_lin_5.2.so - Datei. Link to comment Share on other sites More sharing options...
pasko1987 Posted April 24, 2011 Report Share Posted April 24, 2011 Hi Leute, irgendwie hänge ich gerade in der Luft und komme nicht auf den Fehler. ionCube ist installiert, jedoch erhalte ich jetzt noch folgende Fehlermeldung. Wo muss ich noch etwas in eine Datei einfügen? Die Fehlermeldung lautet: Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/lib64/php/modules) is not within the allowed path(s): (/var/www/vhosts/xxxxx/httpdocs:/tmp) in /var/www/vhosts/xxxxx/httpdocs/index.php on line 7 Link to comment Share on other sites More sharing options...
leverage Posted April 24, 2011 Report Share Posted April 24, 2011 Ich vermute der Server ist Mist. Seh Dir mal die entsprechenden Zeilen der Dateien an. Vorher Testscript ausführen. Link to comment Share on other sites More sharing options...
det1706 Posted April 24, 2011 Report Share Posted April 24, 2011 Was ist es für ein Server, vielleicht auch mal die info.php posten. Link to comment Share on other sites More sharing options...
pasko1987 Posted April 25, 2011 Report Share Posted April 25, 2011 @ Leverage: Hier die Zeile 7 aus der index.php if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199); Bei dem Server handelt es sich um einen Hetzner Server eq4 mit CentOS. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.