Sorry for the late reply.
using last squirrelmail 1.4-CVS
plugin: Shared Calendars 1.1.1
and from config.php:
$data_dir = SM_PATH . 'data/';
$attachment_dir = SM_PATH . 'data/';
full paths are always best for those. I'm not convinced that SM_PATH
will always be available when that code is run
It
using last squirrelmail 1.4-CVS
plugin: Shared Calendars 1.1.1
and from config.php:
$data_dir = SM_PATH . 'data/';
$attachment_dir = SM_PATH . 'data/';
It fails to add events to my personal calendar.
Any help is very welcomed.
(error pasted on the bottom)
Thanks in advance,
Alejandro Mery
---