Page 1 of 1

blank in box language so as to choose my language

Posted: Thu Mar 20, 2008 6:28 pm
by fsinetworks
Hi,

With ubuntu 7.10 ( apache 2.2.24 php 5.2.3 mysql ver 14.12 Distrib 5.0.45 ) I can't choose the french language, there is a blank in the place "français" between espanol and english.

I tried with wamp 1.6 on XP, apache 2.0.58win32, php 5.1.4 mysql 5.0.22, and that functions.

I compared the two php.ini but there is not difference.

Is it a problem of version ?

Thanks.

same pb with Portugues language

Posted: Thu Mar 20, 2008 6:44 pm
by fsinetworks
i noticied in the source html of file in inizio.php

Choose the language:
<select name="lingua">
<option value="ita">italiano</option>

<br />
<b>Warning</b>: file(./includes/lang/php-residence-mod-pt_1.0.1-1.zip/l_n) [<a href='function.file'>function.file</a>]: failed to open stream: Not a directory in <b>/var/www/php-residence/inizio.php</b> on line <b>67</b><br />
<option value="php-residence-mod-pt_1.0.1-1.zip"></option><br />
<b>Warning</b>: file(./includes/lang/php-residence-mod-fr_1.0.1-1.zip/l_n) [<a href='function.file'>function.file</a>]: failed to open stream: Not a directory in <b>/var/www/php-residence/inizio.php</b> on line <b>67</b><br />

<option value="php-residence-mod-fr_1.0.1-1.zip"></option><br />
<b>Warning</b>: file(./includes/lang/pt/l_n) [<a href='function.file'>function.file</a>]: failed to open stream: Permission denied in <b>/var/www/php-residence/inizio.php</b> on line <b>67</b><br />
<option value="pt"></option><option value="en" selected>english</option><br />
<b>Warning</b>: file(./includes/lang/fr/l_n) [<a href='function.file'>function.file</a>]: failed to open stream: Permission denied in <b>/var/www/php-residence/inizio.php</b> on line <b>67</b><br />

<option value="fr"></option><option value="es">español</option></select><br>
<input class="sbutton" type="submit" name="crealo" value="create database"><br>
</div></form>

There is the same problem with portugues language.

Thanks

Posted: Fri Mar 21, 2008 1:04 am
by fsinetworks
cd /var/www/php-residence/
chmod -R 755 ./

solve the problem

chmod 777 dati