Gossamer Forum
Quote Reply
SearchCache fatal error
What would cause thsi fatal error when I search on a term that has been cached:

Code:
Can't call method "action" on an undefined value at /<PATH>/cgi-bin/dir/admin/Plugins/SearchCache.pm line 38.


Line 38 is:
Code:
$GT::Plugins->action ( STOP );

Last edited by:

YoYoYoYo: Sep 30, 2001, 2:26 AM
Quote Reply
Re: [YoYoYoYo] SearchCache fatal error In reply to
Bad docs would cause that. That should be:

GT::Plugins->action ( STOP );

note, no $ there.

Cheers,

Alex
--
Gossamer Threads Inc.