phpcounter fails after 2 years.

phpcounter fails after 2 years.

am 24.04.2008 13:19:00 von name

Hi,
My Ekstreme phpcounter worked well over the past 2 years.
However a few days ago it stopped tracking hits without errors or warnings.
The code to put in the webpage is:
require
"/data/members/paid/l/a/mysite.com/htdocs/www/counter/phpcou nter.php";
The path is still the same. If I copy the counter folder to my localhost
with the same settings
but with the right path it works well. I also restored an older backup of
the counter folder.
It didn't work.
I wonder if the problem is on my side. I informed the webhost helpdesk. No
response yet.
Any tips or hints are welcome.
Regards, Hans

Re: phpcounter fails after 2 years.

am 24.04.2008 14:20:20 von Janwillem Borleffs

H@C0 schreef:
> Hi,
> My Ekstreme phpcounter worked well over the past 2 years.
> However a few days ago it stopped tracking hits without errors or warnings.
> The code to put in the webpage is:
> require
> "/data/members/paid/l/a/mysite.com/htdocs/www/counter/phpcou nter.php";
> The path is still the same. If I copy the counter folder to my localhost
> with the same settings
> but with the right path it works well. I also restored an older backup of
> the counter folder.
> It didn't work.
> I wonder if the problem is on my side. I informed the webhost helpdesk. No
> response yet.
> Any tips or hints are welcome.
> Regards, Hans

Are errors displayed? If they are (display_errors = On in php.ini),
increase the error_reporting level to E_ALL to see all errors.

If they aren't, enable display_errors.


JW

phpcounter fails after 2 years.

am 24.04.2008 14:31:06 von name

In php.ini display_errors = On and error_reporting = E_ALL & ~E_NOTICE
But that's for my localhost without problems.
Hans

Re: phpcounter fails after 2 years.

am 24.04.2008 16:43:53 von Jerry Stuckle

H@C0 wrote:
> In php.ini display_errors = On and error_reporting = E_ALL & ~E_NOTICE
> But that's for my localhost without problems.
> Hans
>
>

Enable E_NOTICE, also. Any notices indicate a potential problem.

But you need all of that on the failing system, not your localhost.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================