-
Here's a function file for logging and a patch to enable it in phpicalendar.
It's really simple and basic but will work great. So use it as you wish.
BTW Jim we need to have a little conversation about this project. I'll probably be emailing you.
2008-12-28 06:57:36 UTC in PHP iCalendar
-
Fixes two PHP errors that appear on CVS version.
First print.php complains about missing the cpath setting. So added it to default_config.php
Second because of some debugging output PHP was complaining about headers already being sent.
This patch fixes that as well.
Just a note, have you considered for debugging just create a log function that logs everything happening to a file and...
2008-12-28 01:35:40 UTC in PHP iCalendar
-
A good idea. I have some experience with writing portfiles, but don't have the time right now either.
2007-09-09 17:31:06 UTC in FlightGear Mac OS X
-
I am sad and yet pleased to announce that officially, the ACal Project is dead, discontinued, null.
There is only one reason for it which can be summed up in one word, which is lack. Lack of time, motivation, effort, need, etc.
The code is open for anyone to take, use, and even continue. The latest code in the SVN repository is in the public domain.
For more information, contact me...
2007-06-30 20:55:53 UTC in ACal Web Calendar
-
Hi, did you move it onto a Windows server? Running what server software? IIS, Apache?
But as from the data you gave it looks like a Linux server, It's hard to say what the problem might be.
Could you set error reporting to E_ALL and let me know if there are any errors? You might want to set PHP to log the errors in a file.
Try chmoding the entire calendar directory to 0777 temporarily...
2007-05-02 22:07:19 UTC in ACal Web Calendar
-
The only way is if you're running PHP 5.1 or later. In which case all you have to do is add the following line close to the top of index.php.
date_default_timezone_set('America/Phoenix');
For a list of supported timezones, see http://ca3.php.net/manual/en/timezones.php.
2007-04-21 17:32:43 UTC in ACal Web Calendar
-
Sorry, Sourceforge.net must have changed their policy regarding documentation syntax.
It seems the manual was using quite the mix of invalid code. I've deleted it for now, and added a developer information document on version 5 which is being developed.
A users manual is also included with the download I believe. Not sure how in-depth it is though.
2007-04-08 02:08:46 UTC in ACal Web Calendar
-
artooro committed revision 138 to the ACal Web Calendar SVN repository, changing 2 files.
2007-04-07 16:31:00 UTC in ACal Web Calendar
-
artooro committed revision 137 to the ACal Web Calendar SVN repository, changing 1 files.
2007-04-07 15:03:58 UTC in ACal Web Calendar
-
artooro committed revision 136 to the ACal Web Calendar SVN repository, changing 1 files.
2007-04-07 15:00:45 UTC in ACal Web Calendar