Link to home
Start Free TrialLog in
Avatar of Goutham
GouthamFlag for India

asked on

squirrelmail mail errors

Dear Sir/Madam:

I have mail server in redhat enterprise linux , postfix as an MTA , for the webmail squirrelmail is installed but when login in the webmail and click on the message iam getting the following error messages:
Notice: Undefined variable: charset_converted in /usr/share/squirrelmail/functions/mime.php on line 316
Notice: Undefined variable: charset in /usr/share/squirrelmail/functions/mime.php on line 317
Notice: Undefined variable: charset in /usr/share/squirrelmail/functions/mime.php on line 317
Notice: Undefined variable: charset in /usr/share/squirrelmail/functions/mime.php on line 317

Please help me to solve this problem

Avatar of antoniogc
antoniogc

Hi!

What version of squirrelmail are installed?

Avatar of Goutham

ASKER

thanks for the reply version is squirrelmail 1.4.8-4.0.1.el5.
It is not critical bug(no security threat only visual), but if you want to make it go away, then you will need to lower php error logging level. To change it globally you will need to edit /etc/php.ini. In  that file change this line:
error_reporting  =  E_ALL
into
error_reporting = E_ALL & ~E_NOTICE

After this changes you will have to to reload web server.
service httpd reload

ASKER CERTIFIED SOLUTION
Avatar of antoniogc
antoniogc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial