> I think I should have paid more attention to the error message.  I'd
> have noticed it has been updated, the paths are different in the error
> message than a 1.2 plugin... it just looks like SM_PATH was never
> defined properly.  A simple test for this isn't too difficult:
>
>   if (!defined('SM_PATH')) {
>       define('SM_PATH' , '../../' );
>   }
>
> Put this at the top of the page causing the errors, and you're likely to
> see them go away, but this is only based on a general theory on what's
> wrong.  There is probably something else wrong in this case, and making
> the above adjustment might be a little messy in places.

Indeed, that was my thought to solve the problem, but I personally have a
working copy, and it has no such issues, thus my hesitation.  It is more
likely that something is wrong with this specific installation...  who
knows.

> I might take a
> look at the plugin, as I'm curious about webcalendar.

This was a Chris Franklin plugin.  I actually had quite a bit of
interaction with Chris on this plugin, and helped clean some of the code
up.  It isn't currently up on the site, but I suppose I could upload it.

Generally, it works reasonably well, but there's no good way to push the
webcalendar interface into the SM interface without it feeling (to me)
like it's a kludge.  My personal hope (as much as it pains me to reinvent
the wheel) was to continue development on the SM calendar such that its
functionality starts to rival webcalendar's (the webcalendar code itself
isn't *that* impressive if you have a look, although either is the
calendar plugin's codebase).

Thoughts encouraged!

  - Paul


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to