View Single Post
Old 12-17-2004, 01:41 PM   #1
clobdell
Green Mole
 
Join Date: Dec 2004
Posts: 2
Undefined Offset in phpdig_functions.php

When retrieving a page that references the phpdig_functions.php in version 1.8.3, whether I'm performing a search or simply retrieving that page, my webserver logs note that there's an Undefined Offset error on lines 200 and 2001. The exact error messages are as follows:

[Fri Dec 17 16:37:03 2004] [error] PHP Notice: Undefined offset: 1 in /usr/home/user/htdocs/phpdig/libs/phpdig_functions.php on line 200
[Fri Dec 17 16:37:03 2004] [error] PHP Notice: Undefined offset: 1 in /usr/home/user/htdocs/phpdig/libs/phpdig_functions.php on line 201

While these errors do not prevent the search from executing properly, they're kind of annoying since they're clogging up my log files. I've spent several hours trying to correct the offset but each time I make a modification, I inadvertantly break sometihng.

Did I perhaps misconfiguration something in the configuration files? Any help would be greatly appreciated.
Thanks,
Chris

Last edited by clobdell; 12-17-2004 at 01:42 PM. Reason: Bad title
clobdell is offline   Reply With Quote