Problème "xampp"
wekendes
Messages postés
79
Statut
Membre
-
wekendes Messages postés 79 Statut Membre -
wekendes Messages postés 79 Statut Membre -
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
**********************************************************
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