Page 1 of 1

calendar program

Posted: Thu Jun 11, 2009 5:24 pm
by eddier
Hello Lutz.

I once wrote a web calendar program an posted it on newlisp. I figured you had updated it so that it would run with newer versions of newlisp. I was wondering if you have an updated version? I need to modify it so that it will run on one of our httpd servers on a specified port.

Eddie

Posted: Thu Jun 11, 2009 6:43 pm
by Lutz
Good to hear from you Eddie :)

just looked into ecal.cgi and it still seems to work, But I don't think it created the calendar data files, because I haven't setup permissions for this. The only thing I had to change, was an 'inc' statement.

http://www.newlisp.org/code/ecal.cgi

and the source

http://www.newlisp.org/code/ecal.txt

If it works for you, I can put it on as a demo again.


ps: I am running 10.0.8 for cgi on the server

Posted: Thu Jun 11, 2009 7:13 pm
by eddier
Thanks Lutz.

Wow, I thought it would take more changes than that. I need to make some modifications for security reasons.
If it works for you, I can put it on as a demo again.
Sure, you may use it or modify it for whatever purpose you wish.

Eddie[/quote]

Posted: Thu Jun 11, 2009 7:36 pm
by cormullion
Hi Eddie - I've borrowed code from this file before (wearing my Hansonian burglar outfit). So thanks.

I assume that the file-saving would work on a real installation - I'm seeing this error:

Code: Select all

ERR: problem saving file in function save : "2009/6/11.lsp"
which looks like permissions issues again, like you said, Lutz.

Posted: Fri Jun 12, 2009 12:34 pm
by eddier
Well, I'm glad someone got some use from it :)

The error *is* probably a permissions error.

Eddie