Page 1 of 1

phpGCount installation questions

Posted: Fri Mar 18, 2005 3:26 pm
by Sifton
Hello

I am installing phpgcounter for an intranet website.

P:\intranet\Operations\SystemEngineering\phpgcount This is the path that points to the graphcount.php file. It is the path I inserted into the script.

In the graphcount.php file I used $base_url = /phpgcount/

The counter doesn't work. Can someone help me figure this out please.

I am using Dreamweaver MX.

Posted: Fri Mar 18, 2005 3:51 pm
by Klemen
Hi,

What error messages do you get?

Regards

Posted: Fri Mar 18, 2005 4:16 pm
by Sifton
Hello.

I don't get an error message. I load the page and the counter simply doesn't display. Also if I hit F12 in Dreamweaver, the counter doesn't display in the preview.

This is the first time I do this, so I figure I'm missing a step somewhere. I followed the readme file.

Thanks

Posted: Fri Mar 18, 2005 4:22 pm
by Klemen
Hi,

Try setting
$base_url
to

Code: Select all

$base_url = "P:\intranet\Operations\SystemEngineering\phpgcount\"
and make sure
$check_referer
is set to 0

If that doesn't work try opening this page directly in your browser:

P:\intranet\Operations\SystemEngineering\phpgcount\graphcount.php?page=test

and see if you get any error messages then

Regards