Hello,
I'm using jevents 3.2.8, jevents notification module v3.0.5, plugin v.3.0.13 and joomla 3.4.1
In localhost when I typehttp://localhost/mysite/plugins/jevents/jevnotify/sendnotifications.php I get the following:
But doing so in my production enviroment (http://www.mydomain.com/plugins/jevents/jevnotify/sendnotifications.php, using the correct site name) I get a blank page, why is that so?. Obviously the notifications doesn't work although I guess the cronjob is ok. My cronjob is:
Thanks in advance for your help.
Regards,
I'm using jevents 3.2.8, jevents notification module v3.0.5, plugin v.3.0.13 and joomla 3.4.1
In localhost when I typehttp://localhost/mysite/plugins/jevents/jevnotify/sendnotifications.php I get the following:
Deleted notifications for missing event31
Deleted notifications for missing event32
Deleted notifications for missing event32
Deleted notifications for missing event33
Deleted notifications for missing event33
Send 0 notifications
But doing so in my production enviroment (http://www.mydomain.com/plugins/jevents/jevnotify/sendnotifications.php, using the correct site name) I get a blank page, why is that so?. Obviously the notifications doesn't work although I guess the cronjob is ok. My cronjob is:
/usr/bin/wget -O /dev/null http://mysite.com/plugins/jevents/jevnotify/sendnotifications.php> /dev/null 2>&1
Thanks in advance for your help.
Regards,