Hello Jim,
On Tuesday, December 10, 2002, Jim Chivas wrote...

>>> The more people I hear from the more the problem is that 'ALL'
>>> user settings in the pref files are missing and appear to be at
>>> the default ex: my personal options are now blank.

>> Would it be possible to send me a sample .pref file from 1.2.6, you
>> can remove any names and such, and if you have POP3 fetch stuff in
>> there, that can be snipped out too.

> Will do. see attached files.

Thanks... I will investigate these tonight.

> I sent you my test email01 pref not the one for bsearle.

> A unix diff indicates a few differences.

That'll work just fine thank you.

> I do see errors in the apache log.(see attached). I generally ignore
> these errors as I believe I have alwasy received these. DO these
> indicate my problem or another problem all together.

No.  The errors listed reflect that the plugins you are trying to use
(and even one point in our code) have not been tested with E_ALL set
for the error_reporting level in the php.ini file.  This results in
some cases where some minor coding mistakes (nothing fatal) display
errors when they shouldn't.  For example, trying to set variable $a
the same as variable $b but never setting variable $b first.  This
will result in the 'error' (more a notice):

  [error] PHP Notice:  Undefined variable: b in <filename>

It is not fatal, but it is just trying to make better programming
practise as PHP doesn't have to have a variable declared before usage,
unlike C/C++/Pascal for example. I'll get to fixing the one that came
up in smtp.php (which is ours).

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to