Forum

Issu on installatio...
 
Notifications
Retirer tout

Issu on installation

12 Posts
2 Utilisateurs
0 Reactions
13.9 {numéro}K Vu
(@guest)
Posts: 120
Active Member
Début du sujet
 
[#174]

I try to install on Linux Ubuntu 11.04.
I have this message on intall screen :

incorrect value for 'Parameter file name', does not include a valid directory name

I change it to /home/projects/files/config/parameters.php

Do you have a idea ?
Thanks


 
Posté : 20 Août PM 12:088
(@babynus)
Posts: 14952
Membre Admin
 

Hi,
In your case,directory /home/projects/files/config must exist, and user running php must have write access to it.

Regards.


 
Posté : 20 Août PM 15:088
(@guest)
Posts: 120
Active Member
Début du sujet
 

Thanks, any change after i create this directory.

A other way ?


 
Posté : 20 Août PM 23:088
(@babynus)
Posts: 14952
Membre Admin
 

Hi,
Try a "chmod 777" to this directory, to be sure you don't face an access issue.

Is the message always the same ?


 
Posté : 20 Août PM 23:088
(@guest)
Posts: 120
Active Member
Début du sujet
 

Hi,

Error message :

"incorrect value for 'Parameter file name', does not include a valid directory name"

malatesta@cymerp2011:/home/projects$ ls -afg
total 12
drwxrwxrwx 5 www-data 4096 2011-08-20 21:24 files
drwxrwxrwx 10 malatesta 4096 2011-08-20 10:40 ..
drwxrwxrwx 3 www-data 4096 2011-08-20 10:40 .
malatesta@cymerp2011:/home/projects$ cd files
malatesta@cymerp2011:/home/projects/files$ ls -afg
total 20
drwxrwxrwx 3 www-data 4096 2011-08-20 10:40 ..
drwxrwxrwx 2 www-data 4096 2011-08-20 21:43 logs
drwxrwxrwx 2 www-data 4096 2011-08-20 10:42 attach
drwxrwxrwx 2 www-data 4096 2011-08-20 21:30 config
drwxrwxrwx 5 www-data 4096 2011-08-20 21:24 .
malatesta@cymerp2011:/home/projects/files$ cd config
malatesta@cymerp2011:/home/projects/files/config$ ls -afg
total 8
drwxrwxrwx 5 www-data 4096 2011-08-20 21:24 ..
drwxrwxrwx 2 www-data 4096 2011-08-21 08:22 .

my directories details all seems ok...


 
Posté : 21 Août AM 10:088
(@babynus)
Posts: 14952
Membre Admin
 

All seems right.
Could you send me your a print screen of you config screen, after having removed confidential settings (access to database,..) ?
Thx.


 
Posté : 21 Août PM 17:088
(@guest)
Posts: 120
Active Member
Début du sujet
 

Let me know your email adress.
Thanks


 
Posté : 21 Août PM 21:088
(@babynus)
Posts: 14952
Membre Admin
 

support@toolware.fr


 
Posté : 21 Août PM 21:088
(@guest)
Posts: 120
Active Member
Début du sujet
 

Is done have you received ?


 
Posté : 22 Août PM 15:088
(@babynus)
Posts: 14952
Membre Admin
 

Yes,
I received your information. Thx.
Nothing wrong appears. Still investigationg.
Regards


 
Posté : 22 Août PM 19:088
(@babynus)
Posts: 14952
Membre Admin
 

Hi,
Can you check php.ini : is the safe mode enabled ?

safe_mode = On

If so, you must either set it to off

safe_mode = On

or add your directory in safe_mode_include_dir

safe_mode_include_dir=/home/projects/files

 
Posté : 22 Août PM 20:088
(@babynus)
Posts: 14952
Membre Admin
 

Hi,
I finaly found ! It's a programming issue.

In fact this does not appear if your way to the parameter is relative (../../../home/project/file).
So its one way to have a work around : define a relative (and not absolute) path.

Other solution : correct /tool/checkConfig.php, line 84, replace

if (! $rep or $rep='.') {

with

if (! $rep or $rep=='.') {

This fix will be included in V1.7.0.

Regards.


 
Posté : 23 Août AM 01:088
Share:
Retour en haut