errors in page when selecting an email in the inbox
Brought to you by:
cajardim
I'm using Squirrel outlook 1.0.3 on a FreeBSD 6.2 machine with PHP 5.2.3. When I select any email from my inbox, the following errors are displayed at the top of the page:
Warning: preg_split() expects parameter 4 to be long, string given in /usr/local/www/squirreloutlook/functions/imap_messages.php on line 808
Warning: Invalid argument supplied for foreach() in /usr/local/www/squirreloutlook/functions/mime.php on line 52
Is there a fix for this available?
thanks
John Rushford
jjr@alisa.org
Logged In: NO
Hi,
for the error in /usr/local/www/squirreloutlook/functions/imap_messages.php on line 808
change:
$flags = preg_split('/ /', $regs[1],-1,'PREG_SPLIT_NI_EMPTY');
to
$flags = preg_split('/ /', $regs[1],-1,'PREG_SPLIT_NO_EMPTY');
Best regards
Lars Mautsch
l.mautsch@poppsworld.de