![]() |
Installing german language does not work - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Installing german language does not work (/thread-1782.html) Pages: 1 2 |
Installing german language does not work - Maetrik - 11-14-2007 03:12 AM hi there, i grabbed a german language file from the forums and also converted a .po file but install does not work. on uploading it says on top of page: Code: Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/tmp/php0wYVfU) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin) in /var/www/ispcp/gui/admin/multilanguage.php on line 123 and "Can not read ispcp language file!" any suggestions? RE: Installing german language does not work - rbtux - 11-14-2007 03:14 AM which version of ispcp do you use an on which os? i've installed r903 yesterday an the thing with the german language file went smooth... RE: Installing german language does not work - Maetrik - 11-14-2007 03:16 AM rc2 with debian etch RE: Installing german language does not work - rbtux - 11-14-2007 03:17 AM maybe there were changes since then... to temporarly avoid this problem add /tmp to the php.ini of the admin site... RE: Installing german language does not work - Maetrik - 11-14-2007 03:20 AM erm, i dunno how, can you explain it to me? RE: Installing german language does not work - rbtux - 11-14-2007 03:22 AM of course ;-) open the file /var/www/fcgi/master/php{4 or 5}/php.ini find the line open_basedir=... and add :/tmp at the end of the line... RE: Installing german language does not work - Maetrik - 11-14-2007 03:30 AM mhh, added it to both (php4 and php5) ini files, restarted apache2 but still same error msgs ![]() open_basedir looks like this: open_basedir = "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/usr/share/php/:/tmp" RE: Installing german language does not work - rbtux - 11-14-2007 03:33 AM can you try to add /tmp/ instead? RE: Installing german language does not work - Maetrik - 11-14-2007 03:36 AM same thing here RE: Installing german language does not work - rbtux - 11-14-2007 03:56 AM hmm... I don't know what seems to be the problem here... Have you searched the forum about this... I can imagine there were other users having the same problem... |