Problème "xampp"

Fermé
wekendes Messages postés 51 Date d'inscription mardi 18 mai 2010 Statut Membre Dernière intervention 15 juillet 2014 - 4 juil. 2011 à 20:44
wekendes Messages postés 51 Date d'inscription mardi 18 mai 2010 Statut Membre Dernière intervention 15 juillet 2014 - 4 juil. 2011 à 21:05
Bonjour, j'ai créer un site et il marche correctement,bon après avoir ajouter le code pour faire fonctionné "google analytics"

**********************************************************


VOICI LE CODE :

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22692441-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

************************************************************

et puisque j'ai créer des page PHP j'ai aussi ajouté cette ligne juste après la balise d'ouverture <body> : <?php include_once("analyticstracking.php") ?>

************************************************************
quand je fait un aperçu dans le navigateur je voi ce message dans le début de chaque page :

Warning: include_once(analyticstracking.php) [function.include-once]: failed to open stream: No such file or directory in D:\m_rent_car\Templates\page_principale.dwt.php on line 36

Warning: include_once() [function.include]: Failed opening 'analyticstracking.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in D:\m_rent_car\Templates\page_principale.dwt.php on line 36

*************************************************************
bon je travaille sur dreamweaver CS5, je comprend d'où viens ce problème



MERCI

4 réponses

XDamienX007 Messages postés 3607 Date d'inscription jeudi 3 décembre 2009 Statut Membre Dernière intervention 28 mars 2018 418
4 juil. 2011 à 20:46
Je regarder des tuto justement dessus, tu fait le MySQL ?
0
wekendes Messages postés 51 Date d'inscription mardi 18 mai 2010 Statut Membre Dernière intervention 15 juillet 2014
4 juil. 2011 à 20:49
j'ai pas compris
0
XDamienX007 Messages postés 3607 Date d'inscription jeudi 3 décembre 2009 Statut Membre Dernière intervention 28 mars 2018 418
4 juil. 2011 à 20:58
Ahh nan j'ai rien dit xD
0
wekendes Messages postés 51 Date d'inscription mardi 18 mai 2010 Statut Membre Dernière intervention 15 juillet 2014
4 juil. 2011 à 21:05
lOL !! une solution pr mon problème ?
0