Hi, I can't seem to find the problem with squirelmail complaining when opening some (not all) emails. Does anyone have a solution? ISPConfig Version: 3.0.4 SquirrelMail version 1.4.22 Code: Warning: Variable passed to each() is not an array or object in /usr/share/squirrelmail/functions/mime.php on line 1594 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/squirrelmail/functions/mime.php:1594) in /usr/share/squirrelmail/functions/page_header.php on line 31 Do I need to upgrade squirrelmail or change some settings? Thanks, Danté
According to http://forums.cpanel.net/f43/case-52770-squirrelmail-problem-mime-php-page_header-php-234122.html, you can try to replace the line Code: if ($free_content != FALSE){ with Code: if ($free_content != FALSE && is_array($attary)){ in squirrelmail/functions/mime.php.