testing imap fetching

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Orazio
Posts: 8
Joined: Sun Mar 02, 2025 7:00 pm

testing imap fetching

Post by Orazio »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Hi,
I followed the procedure you suggest in order to setup imap fetching.
  • Tested IMAP server connection= OK;
  • Launched file hesk_imap.php?key=xxxxxxxxxxxx
I get a blank page with the following message: #!/usr/bin/php -q

What should I do at that point?

Regards
Orazio
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: testing imap fetching

Post by Klemen »

Try turning "Debug mode" on in Admin > Settings > Help desk and run the test again. What does it say now?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Orazio
Posts: 8
Joined: Sun Mar 02, 2025 7:00 pm

Re: testing imap fetching

Post by Orazio »

this is the answer:

#!/usr/bin/php -q
Connected to the IMAP server "xxxxxxxxxxxxxxxxxxxxxxxxx".
No unread messages found.
Disconnected from the IMAP server.

Seems that everything is ok. The page which shows the message only appear when I exceute the script directly, should not be visible when the same is execeuted by a cron job. Am I correct?

Orazio
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: testing imap fetching

Post by Klemen »

Correct, and for Cron job you should turn Debug mode OFF.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Orazio
Posts: 8
Joined: Sun Mar 02, 2025 7:00 pm

Re: testing imap fetching

Post by Orazio »

Perfect!
Thank you.
Orazio
Post Reply