Voici où phpcompta/admin/setup s\'arrête:
C\'est exécuté en mode debug mais je ne vois pas où sont les messages.
http://pix.toile-libre.org/upload/origi ... 139966.png
J\'ai rencensé tout ce que j\'imagine peut être de quelque utilité :
Le /etc/php/apache2/php.ini a été modifié :
Code : Tout sélectionner
# cat /etc/php5/apache2/php.ini | grep session.auto_start
;session.auto_start = 0
session.auto_start = 1
# cat /etc/php5/apache2/php.ini | grep session.use_trans_sid
;session.use_trans_sid = 0
session.use_trans_sid = 1
Code : Tout sélectionner
; UNIX: \"/path1:/path2\"
UNIX: \"/path1:/path2\"
;include_path = \".:/usr/share/php\"
\".:../include:addon\"
Code : Tout sélectionner
# cat setup.php | grep include_path
$inc_path=get_include_path();
$inc_path=get_include_path();
fwrite($hFile,\'php_value include_path .;..\\..\\include;..\\include;addon\'.\"\\n\"«»);
fwrite($hFile,\'php_value include_path .:../../include:../include:addon\'.\"\\n\"«»);
set_include_path($new_path);
// include_path
echo \'variable include_path: \'.$failed;
print (\" include_path incorrect !!!\".$inc_path.\"\"«»);
echo \'variable include_path: \'.$failed;
print (\"2 include_path incorrect !!!\".$inc_path.\"\"«»);
echo \'variable include_path: \'.$succeed;
L\'alias pour Apache avec son \"AllowOverride All\":
Code : Tout sélectionner
# cat /etc/apache2/conf.d/phpcompta.conf
# /srv/www/html/phpcompta/
Alias /phpcompta /srv/www/html/phpcompta/html
AllowOverride All
Options +Indexes +FollowSymLinks
Order allow,deny
Allow from 127.0.0.1
#deny from all
Le lien dans /var/www/phpcompta6 -> /srv/www/html/phpcompta/html/
Voici le phpinfo :
- [file name=test.pdf size=110088]http://www.phpcompta.be/images/fbfiles/files/test.pdf[/file]
Le .htaccess selon mon incompréhension de http://www.securiteinfo.com/conseils/htaccess.shtml :
/srv/www/html/phpcompta/html/admin/.htaccess est vide car le serveur est sur une ip publique.
Je ne sais pas d\'où vont venir les connexions et le certificat X509 n\'est pas encore installé.
Je fais confiance au pg_hba.conf pour les authentifications. Le port 5432 est fermé : accès ssh.
Apache stoppé/démarré, cache du navigateur vidé.
J\'ai exécuté plusieurs fois le setup pour supprimer les erreurs une à une.
Je ne comprend pas pourquoi au moins les deux premières erreurs restent puisque le php.ini est conforme.
Que dois-je regarder en premier?
Merci par avance.