Page 1 of 1

[Résolu] Probleme installation

Posted: Fri Nov 14, 2008 2:56 pm
by okoweb
Salut la com,

J'ai fini le FTP (cmsms 1.4.1) pour mon site http://www.communitychildrenorganisation.com/. Quand je lance l'url sur mon navigateur, j'ai ce message d'erreur.

"The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log. "

Ca veut dire quoi et pourquoi cette erreur?

Voici les caractéristiques de l'hébergement http://members.ipower.com/ipower/webhosting_proplan.bml

Merci d'avance...

Re: Probleme installation

Posted: Fri Nov 14, 2008 4:48 pm
by jce76350
re,

le php fonctionne ?
que dit un phpinfo.php ?

Re: Probleme installation

Posted: Fri Nov 14, 2008 5:24 pm
by okoweb
jce76350 wrote: re,

le php fonctionne ?
que dit un phpinfo.php ?
J'ai crée les fichiers test.php

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<__html>
<head>
<title>Test PHP</title>
</head>
</__body>
<h1>COCO</h1>
<?php 
$webmaster = "okoweb";
echo '<strong>'.$webmaster.'</strong>';
 ?>
<__body>
</__html>
et phpinfo.php

Code: Select all

<?php
echo phpinfo();
?>
Les 2 fichiers me renvoient le meme message d'erreur.

Cela veut dire quoi?

Merci...

Re: Probleme installation

Posted: Fri Nov 14, 2008 8:06 pm
by Pierre M.
okoweb wrote: If there was an error, you should be able to see it in the error log.
C'est pas limpide ? Que voit-on dans cet error.log ?
ça sent le server web/PHP bancal...

Pierre M.

Re: Probleme installation

Posted: Fri Nov 14, 2008 9:55 pm
by jce76350
re,
Les 2 fichiers me renvoient le meme message d'erreur.
PHP non fonctionnel

Re: Probleme installation

Posted: Mon Nov 17, 2008 7:59 pm
by okoweb
jce76350 wrote: re,
Les 2 fichiers me renvoient le meme message d'erreur.
PHP non fonctionnel
C'était exactement ça !

Tout roule !

merci