Gossamer Forum
Quote Reply
Bidfeed problem
Hi

I've signup with bidfeed.com. Installed program but I got 500 Internal Server Error when trying to run search query.

Where is the problem?

(I've put <%bidfeed_result%> in search template.)

UnReal Network
Quote Reply
Re: [deadroot] Bidfeed problem In reply to
Do your error logs show you anything? (usually in a /logs/ folder).

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Bidfeed problem In reply to
Well, it would be much easier if I had permission to view log files, but I don't so that is why this is a problem. Frown

UnReal Network
Quote Reply
Re: [deadroot] Bidfeed problem In reply to
Try opening up the script in question, and adding this near the other 'use' statements;

Code:
use CGI::Carp qw(fatalsToBrowser);

What does it give you then when run via browser?

My guess would be that you are missing a Perl module :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Bidfeed problem In reply to
I've try to add this line both to search.cgi and BidFeed.pm but when run in browser (search.cgi) I still got just 505 Internal Server Error.

UnReal Network
Quote Reply
Re: [Andy] Bidfeed problem In reply to
Uh. Don't ask me how but I managed to get some error message.

Code:
Protocol 'http' not supported at /mywebdirectory/admin/Plugins/BidFeed.pm line 110

UnReal Network
Quote Reply
Re: [Andy] Bidfeed problem In reply to
Just wondering, is there then problem in some PERL module? Unsure
Or something else?

UnReal Network
Quote Reply
Re: [deadroot] Bidfeed problem In reply to
to get the bidfeed plug in to work, add

<%if bidfeed_results%>
<%bidfeed_results%>
<%endif%>

instead of

<%bidfeed_results%>

to search results page

Quote Reply
Re: [ajiimd] Bidfeed problem In reply to
Yes, Virginia from Gossamer Threads helped me with that and managed to get it working. It was not just problem in this tag but also in my server memory resource which I need to increase to Plugin work properly.
Thank you although.

UnReal Network
Quote Reply
Re: [deadroot] Bidfeed problem In reply to
hmm...
I actually think that the website is down for good..
Haven't been able to reach it for some days ...


Bent
Quote Reply
Re: [bannerzone] Bidfeed problem In reply to
I've stop using BidFeed for some time. Site was often down, and then I've got country not supported messages or something like that so I stop using it.

Regards.

UnReal Network
Quote Reply
Re: [deadroot] Bidfeed problem In reply to
In Reply To:
I've stop using BidFeed for some time. Site was often down, and then I've got country not supported messages or something like that so I stop using it.

Thats why I wrote the SearchFeed_Results plugin Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Bidfeed problem In reply to
Yeah. Well, SearchFeed didn't accept my site because it isn't in English :

Regards.

UnReal Network