spip/easyphp, problème avec le fichier "inc-public.php3"

spip/easyphp, problème avec le fichier "inc-public.php3" - Divers - Programmation

Marsh Posté le 02-09-2006 à 15:39:45    

Bonjour à tous, je débute sur spip et j’essaie de créer un site web avec un serveur local easyphp. J’ai suivi le tutoriel de spip contrib (http://www.spip-contrib.net/Utiliser-SPIP-en-local), spip s’est installé sans problème et j’ai pu créer une rubrique et deux articles comme le préconise le tutoriel pdf. En revanche je n’arrive pas à afficher dans le navigateur ces derniers, j’obtient les messages d’erreurs suivant :

Warning: main(inc-public.php3): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\tutoriel.php3 on line 4
 
Warning: main(): Failed opening 'inc-public.php3' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\tutoriel.php3 on line 4

Voici mon fichier "tutoriel.php3" :

Code :
  1. <?
  2. $fond = "tutoriel";
  3. $delais = 0;
  4. include "inc-public.php3";
  5. ?>


et mon fichier "tutoriel.html" :

Code :
  1. <BOUCLE_article(ARTICLES){id_article=1}>
  2. <H1>#TITRE</H1>
  3. <B>#CHAPO</B>
  4. <P align=justify>#TEXTE
  5. </BOUCLE_article>


Pouvez-vous m’indiquez l’erreur ? Merci et à bientôt  
Sébastien  :hello:

Reply

Marsh Posté le 02-09-2006 à 15:39:45   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed