Recent versions of DAViCal don't need or expect the include path to be
set to find the AWL libraries (at least on Debian, Ubuntu and most
distribution packages in general).
** Changed in: davical (Ubuntu)
Status: New => Fix Released
** Changed in: davical (Ubuntu)
Assignee: (unassigne
Hmmm... I think that the PHP include path might be being set in the
Apache virtual host (that's the recommended approach, but I don't know
if someone hacked on what Ubuntu does in this regard). I guess
symlinking all of the AWL includes into the DAViCal include directory is
better than worst case
Strangely, the include-path in php.ini seems to be ignored.
I fixed my issues by symlinking
/usr/share/awl/inc/ into /usr/share/davical/inc
$> cd /usr/share/davical/inc
$> sudo ln -s /usr/share/awl/inc/* .
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Thanks. What fix did you apply?
The original include_path looks odd though - it's normally recommended
to set the include path to "../inc:/usr/share/awl/inc" although
always.php does try to find the includes there in the first place, and I
really don't have a clue why that does not work for you.