Hello Peter,
On Monday, February 10, 2003, Peter Horst wrote...

>> I had this same exact problem a few days ago, but it got fixed as a
>> side effect of fixing something else with SM. Now I can't reproduce
>> it.

>> Are you running FreeBSD? Did you just install php 4.3.0 out of
>> ports? If so, make sure that the php.ini file that is being used is
>> the one you think should be being used, the correct one now is
>> /usr/local/etc/php.ini and you have:
>> 
>> session.bug_compat_42 = 0
>> session.bug_compat_warn = 1

>> in your php.ini file.

> Hmmm...unfortunately, the only difference after updating php.ini in this
> fashion is that I picked up another error, that is, 

> 'Line: 9 Error: Can't move focus to the control because it is
> invisible, not enabled, or of a type that does not accept the
> focus.'

That is in fact a javascript error. It's caused by the onload code
being run before the username box is ever visible. When it tries to
run the code, it cannot focus on the item because it isn't 'there'
yet. I don't have a clue about js, so I won't be the one fixing that
one, although maybe somebody with some js experience could take a
look, I'd be very grateful.

> on the main (login) page. The old error still occurs. I'll try it all
> without the secure_login patch, maybe that's involved somehow.

Somebody mentioned a similar problem they were having to this, and it
turned out that their hosting provider had a rewrite rule setup to
redirect webmail to webmail/ this meant any calls to webmail.php would
for some reason be kicked somewhere else.  Bad rule writing, but none
the less, very annoying.

Do you have any rules? Does it affect all browsers? When you login,
does it cascade the webmail.php links (ie, open one inside the other),
or just keep reloading the webmail.php? Does it always do it? Or only
sometimes?

> By the way, I'm running rh 7.3, and everything's built from the sources.

> Should I maybe blow off php 4.3? If so, what version should I use?

  We're still unsure on what they did in 4.3.0, but they broke a lot
  of things. We need to do a lot more testing with it unfortunately.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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