The search.php3 file came with the simplesearch package, and I didn't modify
anything in it. Here's the section it is complaining about... Is there an
easier or better way to utilize swish-e for my website that I overlooked?
256 // Attempt to grab data from each file
257 if (count($aryMetaList) > 0) {
258 unset($aryMetaTags);
259 $strCurrentFile =
$strSiteRootDir.$strResultURL ;
260 if (file_exists($strCurrentFile) &&
$intGetFileData > 0) {
261 // Get the META tags from the
file
262 $aryMetaTags =
get_meta_tags($strCurrentFile);
263 // Get the modification date
stored in the file system
264 $strResultModDate =
gmdate("\M\o\d\i\f\i\e\d \a\\t H:i:s, \o\\n M d, Y \G\M\T", filemt
ime($strCurrentFile));
265 // $aryMetaTags =
get_meta_tags("/www/share/apache/htdocs/test/test.html");
266 }
267 }
268 /* This is broken until I find a means of
juggling FileSystem:
269 ** versus HTTP resource names. Field not
necessary, slows things down,
270 ** but impressive and useful nonetheless. */
271 $j++;
272 endwhile;
273
-----Original Message-----
From: swish-e@sunsite.berkeley.edu [mailto:swish-e@sunsite.berkeley.edu] On
Behalf Of moseley@hank.org
Sent: Wednesday, August 20, 2003 10:00 AM
To: Multiple recipients of list
Subject: [SWISH-E] RE: swish-e speed? (performance issues, or bonehead admin?)
On Wed, Aug 20, 2003 at 06:38:53AM -0700, Jeffrey Isherwood wrote:
> Will it matter that the website is password protected?
When searching? Doesn't seem likely unless simplesearch trying to
fetch the documents which I can't imagine. (Not having ever looked at
simplesearch).
> Fatal error: Maximum execution time of 30 seconds exceeded in
> /var/www/html/_private/swish/simplesearch-1.0.1/search.php3 on line
> 262
Did you look at and around line 262?
--
Bill Moseley
moseley@hank.org
Received on Wed Aug 20 14:43:19 2003