Quote:
Originally Posted by Krofh
View the source on that page and lemme know what it says, that error usually means it generated errors in the code but tried to display the text as a GIF
|
When I view the source it shows the source of a GIF. Also if I run the cron separately (not via the AdminCP), I get a GIF of an envelope with an exclamation point.
EDIT: Despite the fact that I still receive that message when running the cron, I edited vbms_functions_checkmail.php again:
Find:
PHP Code:
return "\{$hostname:$port{$notls}}INBOX";
Replace with:
PHP Code:
return '{' . "$hostname:$port{$notls}" . '}INBOX';
And now it's working no problems...