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

2023-02-15 Thread Alex
Hi, I'm learning that the SVN version available as a tarball is different than the "svn checkout" trunk version available on sf.net. I somehow missed that the SVN development version of 1.4.23 was different than the stable version of 1.4.23. This is the version that works: svn checkout https://sv

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

2023-02-14 Thread Alex
Hi, this appears to be another issue related to php-8.1 compatibility. I think this fixes it. --- functions/file_prefs.php-foreach2023-02-13 19:09:58.956959936 -0500 +++ functions/file_prefs.php2023-02-13 19:10:10.975099888 -0500 @@ -125,7 +125,7 @@ logout_error( sprintf( _("Prefe

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