Re: [SM-USERS] Squirrelmail does not load after upgrade for Fedora 35, ISE 500

2022-01-10 Thread Robert Kudyba
Hi Paul,

I was the one that opened that bug report at
https://sourceforge.net/p/squirrelmail/bugs/2859/. I enabled the debugger
and configured php.ini to log and even put the suggested .htaccess file in
/usr/share/squirrelmail. I'm not getting any logs and the blank frame
continues. I've restarted httpd as well as  php-fpm.service and dovecot.

Also:
php -i | grep php.ini
Configuration File (php.ini) Path => /etc
Loaded Configuration File => /etc/php.ini

In the php.ini file:
error_log = /var/log/php_errors.log
html_errors = On
log_errors = On
display_errors = on
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

all php-fpm error log has is:
[10-Jan-2022 20:40:10] NOTICE: fpm is running, pid 286
[10-Jan-2022 20:40:10] NOTICE: ready to handle connections
[10-Jan-2022 20:40:10] NOTICE: systemd monitor interval set to 1ms
(END)

What am I missing?

On Thu, Jan 6, 2022 at 6:45 PM Paul Lesniewski 
wrote:

>
>
> On Thu, January 6, 2022 7:55 pm, Robert Kudyba wrote:
> >>
> >> > As a follow up I used the D option and chose dovecot and I re-enabled
> >> > undelete and delete_and_next.but this extra INBOX still exists:
> >>
> >> Please first manually check what folders are in the user's mail storage
> >> on
> >> the server.  Looks like additional one(s) may have been accidentally
> >> created.
> >
> >
> > OK so I see these that are the correct ones, which I believe point to
> > /var/spool/mail/me:
> >
> > ls -lta /home/me/mail/.imap/
>
> This looks like a mess of different INBOX types caused by changing your
> Dovecot and/or client mailbox settings. You might want to look at your
> Dovecot mail_location (unless you have good reason, leave it as default)
> and if you have no important mail, I'd suggest deleting the entire mail
> store and start again with better-synchronized settings. Get rid of the
> superfluous INBOXes and whatnot.
>
> --
> Paul Lesniewski
> SquirrelMail Team
> Please support Open Source Software by donating to SquirrelMail!
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__squirrelmail.org_donate-5Fpaul-5Flesniewski.php&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=i74xaDjEkhtlfi09MIN4gIZqTScM5CgmQSNcfW7pIa5Sag-OXjJ_F2cBOeLSxJle&s=IC9n_iRQRqFuL_kIb_g9FINd7IrcLGBkxacG1jeAues&e=
>
>
>
>
> -
> squirrelmail-users mailing list
> Posting guidelines:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__squirrelmail.org_postingguidelines&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=i74xaDjEkhtlfi09MIN4gIZqTScM5CgmQSNcfW7pIa5Sag-OXjJ_F2cBOeLSxJle&s=u_Ig5P-0vCP3vHoAcAfblRd5GA12TKIPeSjHjpeNEHs&e=
> List address: squirrelmail-users@lists.sourceforge.net
> List archives:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__news.gmane.org_gmane.mail.squirrelmail.user&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=i74xaDjEkhtlfi09MIN4gIZqTScM5CgmQSNcfW7pIa5Sag-OXjJ_F2cBOeLSxJle&s=Ae7KPndRnKW8-GPCrA_OFrxvqEPy6GPuIuOjU11JvZM&e=
> List info (subscribe/unsubscribe/change options):
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_squirrelmail-2Dusers&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=i74xaDjEkhtlfi09MIN4gIZqTScM5CgmQSNcfW7pIa5Sag-OXjJ_F2cBOeLSxJle&s=MQHHUrrkYexIPChfpf8ouLt8C8CM52p5K3Wb7GM1zGA&e=
>

-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Squirrelmail does not load after upgrade for Fedora 35, ISE 500

2022-01-10 Thread Paul Lesniewski
> enabled the debugger

Not sure what that is, but all you need is to track down the right PHP
configuration

> and configured php.ini to log and even put the suggested .htaccess file in
> /usr/share/squirrelmail. I'm not getting any logs and the blank frame
> continues. I've restarted httpd as well as  php-fpm.service and dovecot.

All that means is you haven't found the right configuration yet.  Blank
screen means PHP errors, nothing else.

> Also:
> php -i | grep php.ini

Running php on the CLI is not the same as php-fpm.  There are sometimes
different ini files used for each.  Look more closely and you'll find
other PHP configuration files on your system.  They may or may not be
called exactly "php.ini"

> Configuration File (php.ini) Path => /etc
> Loaded Configuration File => /etc/php.ini
>
> In the php.ini file:
> error_log = /var/log/php_errors.log
> html_errors = On
> log_errors = On
> display_errors = on
> error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
>
> all php-fpm error log has is:
> [10-Jan-2022 20:40:10] NOTICE: fpm is running, pid 286
> [10-Jan-2022 20:40:10] NOTICE: ready to handle connections
> [10-Jan-2022 20:40:10] NOTICE: systemd monitor interval set to 1ms
> (END)
>
> What am I missing?

You can insert a call to phpinfo() into something like the configtest.php
file to get a better idea.  Or use locate, find, or grep for things like
"display_errors" in /etc/php or similar.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php




-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users