Title: @1 Calendar Publisher I: Frequently-asked questions Please check this section before you email us for technical help.
- How do I change the date format from mm.dd.yy (the default format) to dd.mm.yy?
Search for $current_m.$current[3].$current_y (in the script at two spots) and replace them to $current[3].$current_m.$current_y or $current[3]-$current_m-$current_y
- I get the error "an error occurred while processing this directive" in my SSI page.
It means that you have most probably specified the path wrongly in the SSI tag (if the calendar works fine if you call the script directly from the browser). To call the script, use:
<!--#exec cgi="calpublisher.cgi" --> OR
<!--#include virtual="calpublisher.cgi" -->
Some server does not allow the first type of tag for security reasons.
If the SSI page is located differently from the calendar script, you may use:
<!--#exec cgi="../../somefolder/someotherfolder/calpublisher.cgi" --> OR
<!--#include virtual="somefolder/calpublisher.cgi" -->
You need to specify the relative URL and NOT the absolute URL.
Powered by Document Publisher |