Re: Weird log entries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please make sure to include version information, etc.  I assume this
is against 1.4.9a?

On 3/28/07, Jay Chandler <chandler.lists@xxxxxxxxxxx> wrote:
> [Wed Mar 28 13:34:56 2007] [error] [client 10.102.10.7] PHP Notice:
> Undefined variable: theme_css in
> /usr/local/www/squirrelmail/include/load_prefs.php on line 76, referer:
> https://webmail.chapman.edu/src/login.php

Hrm, is $theme_css defined in your config file?  If so, put this
immediately before that line in load_prefs.php:

global $theme_css;

... although I think the variable scope should be implied, so be
warned that if there is another problem, this will mask it.

> [Wed Mar 28 13:34:56 2007] [error] [client 10.102.10.7] PHP Notice:
> Undefined variable: default_move_to_sent in
> /usr/local/www/squirrelmail/include/load_prefs.php on line 82, referer:
> https://webmail.chapman.edu/src/login.php

Hrm, yeah, looks like implicit reference to global variables is not
working in your setup.  Please show PHP version info, etc.  Make sure
these variables are in fact defined in config.php, then you should be
able to fix the problem by making the global scope explicit ala the
above.

> [Wed Mar 28 13:34:56 2007] [error] [client 10.102.10.7] PHP Notice:
> Undefined variable: default_move_to_trash in
> /usr/local/www/squirrelmail/include/load_prefs.php on line 84, referer:
> https://webmail.chapman.edu/src/login.php
> [Wed Mar 28 13:34:56 2007] [error] [client 10.102.10.7] PHP Notice:
> Undefined variable: default_save_as_draft in
> /usr/local/www/squirrelmail/include/load_prefs.php on line 86, referer:
> https://webmail.chapman.edu/src/login.php
> [Wed Mar 28 13:34:56 2007] [error] [client 10.102.10.7] PHP Notice:
> Undefined variable: default_unseen_type in
> /usr/local/www/squirrelmail/include/load_prefs.php on line 88, referer:
> https://webmail.chapman.edu/src/login.php


> Seeing a lot of these in the httpd error log-- is this indicative of a
> problem with a plugin, or with my installation of the core?
>
> --
> Jay Chandler
> Network Administrator
> Chapman University
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux