ispCP - Board - Support - VHCS fork

Full Version: Installing german language does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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

Warning: fopen(/tmp/php0wYVfU) [function.fopen]: failed to open stream: Operation not permitted in /var/www/ispcp/gui/admin/multilanguage.php on line 123

and "Can not read ispcp language file!"

any suggestions?
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...
rc2 with debian etch
maybe there were changes since then...

to temporarly avoid this problem add /tmp to the php.ini of the admin site...
erm, i dunno how, can you explain it to me?
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...
mhh, added it to both (php4 and php5) ini files, restarted apache2 but still same error msgs Sad

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"
can you try to add /tmp/ instead?
same thing here
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...
Pages: 1 2
Reference URL's