Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
Hi, I think this is all that's necessary to fix the problem, but I'm not a php developer, so I don't know if it's complete: diff -u squirrelmail.stable/functions/file_prefs.php squirrelmail-021223/functions/file_prefs.php --- squirrelmail.stable/functions/file_prefs.php2023-01-02 20:22:36.

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
Hi, following up with my previous email - It does look like there's still a problem. After installing the lockout and compatibility plugin, it produces these deprecated errors: Deprecated: Automatic conversion of false to array is deprecated in /usr/share/squirrelmail/functions/file_prefs.php on

Re: [SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
Hi, okay, I figured it out, thankfully. While I had a recent svn 1.4.23 snapshot, apparently it wasn't recent enough. The one from today (Feb 12, 2023) works. What is the proper way to upgrade squirrelmail? I've just been building two separate trees and manually going through each to identify diff

[SM-USERS] Deprecated: Automatic conversion of false to array is deprecated

2023-02-12 Thread Alex
Hi, I'm using 1.4.22 on fedora36 with php-8.1 and receiving the following errors. I thought SM supported php-8? Or is it a different problem? This happens after logging in and redirect.php being loaded. I shouldn't have done this on a production machine, so I'm really hoping there's an easy fix :-