Here's the server info:
Server Information
osTicket Version v1.12 (a076918) — Up to date
Web Server Software Apache/2.4.29 (Ubuntu)
MySQL Version 5.7.27
PHP Version 7.2.19-0ubuntu0.18.04.2
I setup a cron job to fetch e-mail from our IMAP server and it has been working with no problem. Yesterday I decided to enable to LDAP plugin and now the cron job no longer works. When I run the command line manually I get absolutely no output, it looks like it's working since no error is generated but when I check the mail server logs we don't even see an attempt to login from Os Ticket. Here's the command I run manually which used to work up until yesterday:
/usr/bin/php /var/www/html/osticket/api/cron.php
If I enable Fetch on Auto Cron, it works. Obviously, that's not ideal since we are not logged in the system all the time. We need to get the cron job working again.
I would appreciate some help on this.
Thanks