Ok, so the Date/Format perl module is missing on your server which is required by vloggaer and this causes apache to fail.
on debian and ubuntu the package is named libtimedate-perl and can be installed with:
apt-get install libtimedate-perl
for othert distributions this package is available too. Search for date "date::format" with yast or yum if you run a different linux distribution.
|