Gossamer Forum
Skip to Content


Home : Plugins Support - Paid : Add_Spider :

Error in Glink 3.0.2

Quote Reply
Error in Glink 3.0.2
I am trying to incorporate Add_Spider into Glink 3.0.2 with the following results:

A fatal error has occured:

Undefined subroutine &Links::User::Add::_category_list called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Plugins/Add_Spider.pm line 202.

Please enable debugging in setup for more details.

Stack Trace
======================================
Links (24316): Links::environment called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Links.pm line 700 with no arguments.
Links (24316): Links::fatal called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Plugins/Add_Spider.pm line 202 with arguments
(Undefined subroutine &Links::User::Add::_category_list called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Plugins/Add_Spider.pm line 202.
).
Links (24316): Plugins::Add_Spider::verify called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Plugins/Add_Spider.pm line 106 with arguments
(Undefined subroutine &Links::User::Add::_category_list called at /home/my_site/public_html/ghost/cgi-bin/links/admin/Plugins/Add_Spider.pm line 202.
).
Links (24316): Plugins::Add_Spider::handle_add called at /home/my_site/public_html/ghost/cgi-bin/links/admin/GT/Plugins.pm line 121 with no arguments.
Links (24316): GT::Plugins::dispatch called at add.cgi line 26 with arguments
(GT::Plugins=HASH(0x9a98344), handle_add, CODE(0x9aca9d4)).



Any suggestions?

Thanks.
Quote Reply
Re: [searchecosse] Error in Glink 3.0.2 In reply to
Hi,

Are you using the GLinks 3.0.1 version of the plugin? It sounds like you are using the old version (for Links SQL 2.1+).

Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Error in Glink 3.0.2 In reply to
Thanks for your quick reply. I found the download link for the 3.0.x version - but the link does not work.
Quote Reply
Re: [searchecosse] Error in Glink 3.0.2 In reply to
Hi,

Should be sorted now :)

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Error in Glink 3.0.2 In reply to
Thanks, installed and working, except that the URL does not seem to be passed to the spidered results page.

I have tried this with several URL's, each time all the data is displayed in the "Add a Link" page except for the URL which shows as "http://" only.

Any suggestions?
Quote Reply
Re: [searchecosse] Error in Glink 3.0.2 In reply to
Hi,

Glad its working :)


Quote
except that the URL does not seem to be passed to the spidered results page.


You probably need to add an extra condition into include_form.html.

Find;

<%if URL%><%URL%><%endif%>

..and change to;

<%if Spider_URL%><%Spider_URL%><%elsif URL%><%URL%><%endif%>

Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] Error in Glink 3.0.2 In reply to
Thanks Andy - that seems to have done the trick!