Just installed Easyblog 5 on Joomla 3.4.5 with Joomla XTC template.
When i click the Test button for Mailbox Publishing, i get the error : Failed, imap is not compiled with PHP.
I have setup the email as a POP3, with relevant user/pword/mailserver etc.
I've setup the cron job in Direct Admin, with the following:
/usr/bin/wget -O /dev/null "http://lakesentrance.com/index.php?option=com_easyblog&task=cron"
(I've tried using https:// as well, but no different)
In Direct Admin, it has a "suggested" cronjob format, these being the options:
/usr/local/bin/php /home/lakesdot/domains/domain.com/public_html/script.php
/usr/local/bin/curl --silent http://www.domain.com/cron.php > /dev/null
/usr/bin/wget -O /dev/null http://www.domain.com/cron.php
Any clues?
When i click the Test button for Mailbox Publishing, i get the error : Failed, imap is not compiled with PHP.
I have setup the email as a POP3, with relevant user/pword/mailserver etc.
I've setup the cron job in Direct Admin, with the following:
/usr/bin/wget -O /dev/null "http://lakesentrance.com/index.php?option=com_easyblog&task=cron"
(I've tried using https:// as well, but no different)
In Direct Admin, it has a "suggested" cronjob format, these being the options:
/usr/local/bin/php /home/lakesdot/domains/domain.com/public_html/script.php
/usr/local/bin/curl --silent http://www.domain.com/cron.php > /dev/null
/usr/bin/wget -O /dev/null http://www.domain.com/cron.php
Any clues?