This topic is locked
[SOLVED]

Email Reader

7/23/2025 6:04:38 AM
EmailReader template
Tandy author

Anyone know what this Error is trying to tell me? Trying to set it up in V11 worked great in v10.91..

Fatal error: Uncaught Error: Call to undefined function Fetch\imap_open() in /home/MYDOMAIN/public_html/fetch/Server.php:285 Stack trace: #0 /home/MYDOMAIN/public_html/fetch/Server.php(232): Fetch\Server->setImapStream() #1 /home/MYDOMAIN/public_html/fetch/Server.php(321): Fetch\Server->getImapStream() #2 /home/MYDOMAIN/public_html/fetch/Server.php(418): Fetch\Server->search('All', '1000', Array, Array) #3 /home/MYDOMAIN/public_html/getmail.php(62): Fetch\Server->getMessages('1000', Array, Array) #4 {main} thrown in /home/MYDOMAIN/public_html/fetch/Server.php on line 285

Thanks for any help on this
James

Tandy author 7/23/2025

Well from the Admins help. Come to find out. PHP 8.4 will not have IMAP in it. I had to drop down to 8.3 for the EmailReader to work.

C
Chris Whitehead 7/25/2025

That really handy to know before it caught me out, did a check and it's moved from the main PHP out due to lack of updates.