Quote:
Originally Posted by Cyricx
On line 130 of the emailintegration.php find:
Code:
$title = htmlspecialchars_decode($title);
and change it to
Code:
// $title = htmlspecialchars_decode($title);
It appears that those running an older version of php do not have that function defined. Tonight when I work on one of the preg_replaces for outlook emails I'll also look for a function that will work better with older versions to remove the html stuff.
without the decode a title with & will come up as amp;&
Can you confirm if you are running php 4.x?
Be back in 5 hours!!!
Please test it and let me know what you find!! I'll be working furiously smashing squashing and demolishing any issues!! 
|
Hi Cyricx,
Ok fixing the special characters gave me back the following error message:
Code:
Email Integration
Warning: imap_open() [function.imap-open]: Couldn't open stream {mysite.com:110/pop3/notls}INBOX in /includes/cron/emailintegration.php on line 70
Warning: imap_headers(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 73
Warning: imap_close(): supplied argument is not a valid imap resource in /includes/cron/emailintegration.php on line 799
Done
That mentions pop3 in the error but I've got it as IMAP in the settings - could it be that it wants pop3 instead?
PHP version is 4.4.7
Hope this helps and will provide a stronger hammer for smashing and demolishing if needed
Regards,
Renada