Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.5

Bug #2640 Problem with the example file 2.php
Submitted: 2004-10-28 15:35 UTC
From: james at FFFF dot ca Assigned: quipo
Status: Closed Package: Calendar
PHP Version: 4.3.9 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-10-28 15:35 UTC] james at FFFF dot ca
Description: ------------ On a fresh install of Calendar 0.5.2, tried running the example 2.php. Got the following error: Warning: getengine(Calendar/Engine/UnixTs.php): failed to open stream: No such file or directory in /usr/local/php4/lib/php/Calendar/Calendar.php on line 80 I looked and I have a Calendar/Engine/UnixTS.php file, so there's probably just been a typo made somewhere, perhaps in Calendar.php? Either that, or the UnixTs.php file should be named UnixTS.php in the package.

Comments

 [2004-10-28 15:38 UTC] james at FFFF dot ca
After looking, it appears that the culprit is 2.php, and not the core Calendar files. Line 13 reads: define('CALENDAR_ENGINE','UnixTs'); This should be changed to define('CALENDAR_ENGINE','UnixTS'); to fix the problem.
 [2004-10-28 15:48 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-10-28 16:05 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!