Hello, I'm new here and kind of new to PHP. Let me explain my problem.
I'm trying to use a PHP web site counter for my site. I am serving it myself from my machine, and it's all configured to be a server (it's running Windows 2000 Pro). I have installed PHP, and installed phpBB2 forums which are fully functional. But now, it seems when I want to install a PHP application (I'm currently trying to install EliteStats:
http://firestorm.all-interviews.com/?act=elitestats) I get a long list of errors, such as:
Warning: fread(): Length parameter must be greater than 0. in c:\inetpub\wwwroot\stats\include\functions.php on line 33
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 767 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
Notice: Uninitialized string offset: 279 in c:\inetpub\wwwroot\stats\include\functions.php on line 126
The last error will continue to repeat for pages. The program seems to work, but I get a ton of these annoying errors that I never got when installing my phpBB message boards. Does anyone know what is wrong? Thanks for any help.