UebiMiau Error

Animorphs

Verified User
Joined
Dec 6, 2004
Messages
13
Warning: Header may not contain more than a single header, new line detected. in /var/www/html/webmail/inc/inc.php on line 145

I'm getting this error when logging into UebiMiau. Does anyone knows what's wrong and how to fix it? Really appreciate it. Thank you.

My customers are unable to log into their email accounts. Those who are able to login cannot download attachments included in email.
 
I've gotten the solution from John already via support email. If anyone of you are facing this, you can use the following solution:

Run the following:

cd /usr/local/directadmin/scripts
rm -f packages/webmail*
rm -f webmail.sh
wget http://files.directadmin.com/services/all/webmail.sh
chmod 755 webmail.sh
./webmail.sh

The error is a change in the rules that php imposed in their newer releases.
/webmail was using a method of header writings that was fine before, but with the new php, it broke the "rules", thus got the error.
The new version of webmail fixes these rule violations.

Thanks for the great support John! :)
 
I get this after I follow the instructions above:

ERROR (2): reset(): Passed variable is not an array or object (/var/www/html/webmail/msglist.php:137)

DA is updated as of today.
 
Back
Top