Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
publishcron on local IIS server, error

 

 


halkibsi
User

Jul 25, 2004, 1:23 PM

Post #1 of 5 (4881 views)
Shortcut
publishcron on local IIS server, error Can't Post

Error: searchurl in publishcron.ini must begin with http:// at c:\inetpub\wwwroot\iby\exec\publishcron.cgi line 56.

whats this supposed to mean? all paths are correct in the INI file, and when run directly publishcron.cgi gives me that error. not sure on how to proceed.

some help would be much appreciated Smile


Cheers!

Haitham
[email]halkibsi@mtiaz.com[/email]
[url]http://www.mtiaz.com[/url]


Donna
Staff / Moderator


Jul 25, 2004, 4:14 PM

Post #2 of 5 (4880 views)
Shortcut
Re: [halkibsi] publishcron on local IIS server, error [In reply to] Can't Post

Hi Haitham,

It looks like you've got a full path somewhere instead of the actual address.

Take a look in the configuration file for where you've got the search URL, and make sure you've got the actual URL like this:

http://www.yoursite.com/cgi-bin/artman/exec/search.cgi

I hope this helps. :)

Donna

--
support@interactivetools.com


halkibsi
User

Jul 25, 2004, 5:08 PM

Post #3 of 5 (4879 views)
Shortcut
Re: [Donna] publishcron on local IIS server, error [In reply to] Can't Post

Hi Donna! Smile
its a funcky thing this publishcron. Pirate

this is what i have:

Code
#--------Search URL 
#searchurl = http://localhost/iby/exec/
#--------Search Queries

page1 = /iby/en_news_ssi.html
query1 = perpage=5&cat=37&template=search/en_news.html


i had to use direct search string included into my php until i find out what is happening:
<?php include('http://localhost/iby/exec/search.cgi?perpage=5&cat=37&template=search/en_news.html'); ?>

this solution is temp as the site has loads of visitors and the server might get bogged down with this repeated request, not sure.

any idea why its acting up?


Cheers!

Haitham
[email]halkibsi@mtiaz.com[/email]
[url]http://www.mtiaz.com[/url]


Donna
Staff / Moderator


Jul 26, 2004, 10:00 AM

Post #4 of 5 (4876 views)
Shortcut
Re: [halkibsi] publishcron on local IIS server, error [In reply to] Can't Post

Hi Haitham,

Try removing the comment tag from bin front of the searchurl option, like this:

searchurl = http://localhost/iby/exec/

I hope this helps!

Donna

--
support@interactivetools.com


halkibsi
User

Jul 26, 2004, 12:22 PM

Post #5 of 5 (4874 views)
Shortcut
Re: [Donna] publishcron on local IIS server, error [In reply to] Can't Post

HOW COULD I HAVE MISSED THAT?????
BlushBlushBlush

thanks Donna,
hehehe i feel so silly staring at this for hours and now its that comment that makes the difference. Tongue


Cheers!

Haitham
[email]halkibsi@mtiaz.com[/email]
[url]http://www.mtiaz.com[/url]