View Single Post
Old 02-13-2004, 11:03 PM   #14
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
But...

And here is where Windows is so darn picky, I'm testing the actual search page now and getting the following error:
Quote:
Undefined offset: 1 in pathname\search\libs\search_function.php on line 468
Line 468 in search_function.php looks like this:
Quote:
list($title,$text) = explode("\n",$first_words);
I've discovered already with PHP scripts that Windows is very fussy about making sure variables are initialized before calling a function. However, I initialized $title and $text to nulls at the start of the function, but that didn't help. Any ideas on how to fix this?
vinyl-junkie is offline   Reply With Quote