Gossamer Forum
Home : Products : Links 2.0 : Customization :

Link of the Day

(Page 2 of 2)
> >
Quote Reply
Re: Link of the Day In reply to
If your system uses Linux and not UNIX, type "man crontab" instead of "man cron" to get an explanation. Or take a look in the Resource Center for the FAQ I wrote on setting up cron events for nph-build.cgi located at http://www.gossamer-threads.com/...es/Detailed/244.html

While the FAQ is for auto-rebuilding of pages, the guidelines within it apply to setting up any cron event.

I hope this helps
Quote Reply
Re: Link of the Day In reply to
check your error logs.. if not then use

<!--#include virtual="/cgibin/blah/siteofday.txt"-->
Quote Reply
Re: Link of the Day In reply to
Thanks, Jerry, for the suggestion. It worked.
Yet, I did find some other alternatives:

1) Create a sub-routine in the site_html_templates.pl called sub siteday and create a global variable, siteday.

2) Use a header/footer cgi program and reference the siteday.txt file.

So, there is more than one way to skin a cat.
Smile

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited August 28, 1999).]
Quote Reply
Re: Link of the Day In reply to
The Site of the Day Mod works for me with the exception of the SSI call. I have used a variety of include statements, including the following:

(Placing the file in my homepage directory.)

Code:
<!-- #include file="siteday.txt" -->

(Placing the file in my LINKS cgibin directory.)

Code:
<!-- #include file="/cgibin/wwwvl/siteday.txt" -->

(Placing the file in my LINKS ADMIN cgibin directory.)

Code:
<!-- #include file="/cgibin/wwwvl/admin/siteday.txt" -->

I keep getting this error message:

Quote:
an error occurred while processing this directive

(BTW: I have my own cgibin, so that it is why it is cgibin and not cgi-bin. So, that is not the problem.)

I looked at my ISP's tech pages on using SSI and also thoroughly read all the web pages related to include statements on the Apache site. I also contacted my ISP tech support line, which their reaction was:

Quote:
Read the tech pages...We can do nothing more for you.

Any ideas about how I can get this to work?

Thanks in advance.

Smile

Regards,



------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited August 28, 1999).]

[This message has been edited by Eliot (edited August 28, 1999).]

[This message has been edited by Eliot (edited August 28, 1999).]
> >