Hilfe / Help (Spreche leider kein französisch!) english ok

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

Hilfe / Help (Spreche leider kein französisch!) english ok

Message le Mer Mai 21, 2003 7:41


i get always the same error messages :
Notice: Undefined variable: rub in c:\inetpub\wwwroot\googlestats\index.php on line 44
and:
Notice: Undefined variable: ordre in c:\inetpub\wwwroot\googlestats\calendrier.php on line 70

Notice: Undefined variable: sens in c:\inetpub\wwwroot\googlestats\calendrier.php on line 70

Notice: Undefined variable: i in c:\inetpub\wwwroot\googlestats\calendrier.php on line 93

Notice: Undefined variable: i_2 in c:\inetpub\wwwroot\googlestats\calendrier.php on line 102

:oops:


Thanks for your help

Greetings from Stuttgart

Peter


Zeraf
WRInaute discret
WRInaute discret
 
Messages: 238
Inscription: 24 Mar 2003

Message le Mer Mai 21, 2003 8:08

Leider kein Antwort... Sorry
Aber schôn Guten Morgen immerhin!


Kmacleod
WRInaute accro
WRInaute accro
 
Messages: 3418
Inscription: 28 Nov 2002

Message le Mer Mai 21, 2003 9:47

Hello
Are you sure to use c: and why not use a web site adress like -http://your-domain.tld/googlestats/ or -http://localhost if you want to test googlestats on your own system.
Which system do you use for php in local system, I seem that wwwroot is microsoft.

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

localhost

Message le Mer Mai 21, 2003 10:03

Yes its a iis from Microsoft / it works on localhost or c:\inetpub\wwwroot\
I can see the googlestat first site well but i get this error messages that the variables
are not right --- I see the the calendar
the list of robots
the 'Summary' section
not the 'Pages' section
not the 'Graph' section

Have you a idea ?

Greetings Peter


hetzeld
WRInaute passionné
WRInaute passionné
 
Messages: 2209
Inscription: 2 Déc 2002

Message le Mer Mai 21, 2003 10:12

Hi Andymon and welcome aboard !

All your missing variables but $i_2 are set by calling the getVar() function.
As this one is declared in lib.php , it looks like one of your include statements isn't fully working.
What web server are you running on ? And is your googlestats directory somewhere in one of your local webs directory structure ? It looks like being located in wwwroot, which isn't the right place unless you only have one web on your server.

Dan

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

iis - GOOGLESTAT

Message le Mer Mai 21, 2003 12:43

Hallo,

vielen Dank für euer freundliches Welcome auf dem Board.

Also:...
es läuft ein IIs 5.1 unter WIN XP Prof.
installiert ist MySQL 4.0.13 & PHP 4.3.1

Das Prog.Verzeichniss liegt in inetpub/wwwroot/googlestat/

Gibt auch keine Probleme bei der Rechtevergabe oder Admin unter PHPADMIN

Vielen Dank für einen Tip.

Mit bestem Gruß aus Stuttgart

Peter

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

iis - GOOGLESTAT

Message le Mer Mai 21, 2003 12:47

Sorry - I forget - language difference

Hello,

thanks for friendly welcome on board.

on my PC is running:...
IIs 5.1 under WIN XP Prof.
installt: MySQL 4.0.13 & PHP 4.3.1

The Prog.Directory is in: inetpub/wwwroot/googlestat/

The Administration with Phpadmin works without problems.

Thanks for your Idea

best wishes to you

Peter


Kmacleod
WRInaute accro
WRInaute accro
 
Messages: 3418
Inscription: 28 Nov 2002

Message le Mer Mai 21, 2003 13:02

Peter
If your local system run properly, may be the problem is due to your configuration with microsoft
Could you verify some item like
$document_root that is used in the script.

kmacleod

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

Configuration Microsoft

Message le Mer Mai 21, 2003 15:19

Hello,

I don't know where I should see the installt parameter: $document_root on the
Microsoft BS Win XP.

Grettings Peter

Eservice
WRInaute passionné
WRInaute passionné
 
Messages: 1463
Inscription: 18 Sep 2002

Re: Configuration Microsoft

Message le Mer Mai 21, 2003 21:09

ANDYMON a écrit:I don't know where I should see the installt parameter: $document_root on the
Microsoft BS Win XP.
Gute Abend aus Paris,

ich habe Deutsche sprache seit zehn jahren nicht mehr gesprochen, so i answer in english :-)

To display this data, you can add a PHP script with only one function : phpinfo() and you ll see it in the environment section.

Tchüss

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

Hello to Parsi ...

Message le Jeu Mai 22, 2003 7:17

Thanks for your answer ..

But I don`t know where shoul i include and why ? (index.php?)

Greetings Peter


Kmacleod
WRInaute accro
WRInaute accro
 
Messages: 3418
Inscription: 28 Nov 2002

Message le Jeu Mai 22, 2003 9:56

Hello Peter
To see your system information, you can try with a page that call phpinfo(), may be you can have this information with you configuration panel for php
I use easyphp to get this information
kmacleod

ANDYMON
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 8
Inscription: 21 Mai 2003

EASYPHP

Message le Jeu Mai 22, 2003 10:26

Hello,

I installt easyphp (1.6.0.0) - but its works only with apache-WEB-Server so it looks.
Have you another tool for use ?

Greetings Peter

Eservice
WRInaute passionné
WRInaute passionné
 
Messages: 1463
Inscription: 18 Sep 2002

Re: Hello to Parsi ...

Message le Jeu Mai 22, 2003 11:55

ANDYMON a écrit:But I don`t know where shoul i include and why ? (index.php?)
Hi, create a new php script with any name (info.php). It contains :
Code: Tout sélectionner
<SCRIPT LANGUAGE="php">
phpinfo();
</SCRIPT>

In your browser, type directory/info.php where "directory" is the real name of the directory containing info.php, and you ll see the data.


Kmacleod
WRInaute accro
WRInaute accro
 
Messages: 3418
Inscription: 28 Nov 2002

Message le Ven Mai 23, 2003 13:52

Peter, May be easier to try
Code: Tout sélectionner
<?
echo $DOCUMENT_ROOT;
?>

Hilfe / Help (Spreche leider kein französisch!) english ok

Si vous avez aimé cette discussion, partagez-la sur vos réseaux sociaux préférés :

Lectures recommandées sur ce thème :



Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités