[Solved] phpMyAdmin - not really starting

Issues related to applications and software problems
Post Reply
lightman47
Posts: 1521
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

[Solved] phpMyAdmin - not really starting

Post by lightman47 » 2017/09/16 17:18:06

Using yum (epel) I installed phpMyAdmin. After a machine restart, my browser now (instead of an error) produces a page with absolutely no content when I go to http://127.0.0.1/phpMyAdmin/. It loads successfully, but is white.

I've searched and found viewtopic.php?f=48&t=50898&hilit=phpmyadmin. I cd to /etc, then chown/chgrp -R apache the phpMyAdmin directory (and file) therein.

httpd is running. php is installed (@base) and the system is up to date.

What am I missing? If I get some sort of 'screen', I will know where to point it (mariadb server on another machine).

Thank you
Last edited by lightman47 on 2017/09/18 11:50:11, edited 1 time in total.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: phpMyAdmin - not really starting

Post by avij » 2017/09/16 18:11:51

See if there are any hints in /var/log/httpd/error_log

lightman47
Posts: 1521
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: phpMyAdmin - not really starting

Post by lightman47 » 2017/09/16 19:10:02

Checking there (the one place I forgot) was extremely discomforting. In addition to messages about todays attempts were MONTHS of preceding messages (ever increasing) like this:

Code: Select all

[Fri Sep 01 00:32:04.822164 2017] [core:notice] [pid 1509] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Fri Sep 01 00:32:04.833043 2017] [suexec:notice] [pid 1509] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Sep 01 00:32:04.892683 2017] [auth_digest:notice] [pid 1509] AH01757: generating secret for digest authentication ...
[Fri Sep 01 00:32:04.894688 2017] [lbmethod_heartbeat:notice] [pid 1509] AH02282: No slotmem from mod_heartmonitor
[Fri Sep 01 00:32:04.966316 2017] [mpm_prefork:notice] [pid 1509] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Fri Sep 01 00:32:04.966371 2017] [core:notice] [pid 1509] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Sep 01 03:23:31.447271 2017] [mpm_prefork:notice] [pid 1509] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Sep 01 08:08:08.619900 2017] [core:notice] [pid 1525] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Fri Sep 01 08:08:08.621603 2017] [suexec:notice] [pid 1525] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Sep 01 08:08:08.667407 2017] [auth_digest:notice] [pid 1525] AH01757: generating secret for digest authentication ...
[Fri Sep 01 08:08:08.669165 2017] [lbmethod_heartbeat:notice] [pid 1525] AH02282: No slotmem from mod_heartmonitor
[Fri Sep 01 08:08:08.728586 2017] [mpm_prefork:notice] [pid 1525] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Fri Sep 01 08:08:08.728622 2017] [core:notice] [pid 1525] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Sep 01 17:58:51.005713 2017] [mpm_prefork:notice] [pid 1525] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 02 06:49:55.443029 2017] [core:notice] [pid 1533] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 02 06:49:55.446500 2017] [suexec:notice] [pid 1533] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 02 06:49:55.502331 2017] [auth_digest:notice] [pid 1533] AH01757: generating secret for digest authentication ...
[Sat Sep 02 06:49:55.505472 2017] [lbmethod_heartbeat:notice] [pid 1533] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 02 06:49:55.557091 2017] [mpm_prefork:notice] [pid 1533] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 02 06:49:55.557128 2017] [core:notice] [pid 1533] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 02 12:28:59.792814 2017] [mpm_prefork:notice] [pid 1533] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 02 12:36:22.356677 2017] [core:notice] [pid 1540] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 02 12:36:22.360103 2017] [suexec:notice] [pid 1540] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 02 12:36:22.426509 2017] [auth_digest:notice] [pid 1540] AH01757: generating secret for digest authentication ...
[Sat Sep 02 12:36:22.427722 2017] [lbmethod_heartbeat:notice] [pid 1540] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 02 12:36:22.499388 2017] [mpm_prefork:notice] [pid 1540] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 02 12:36:22.499426 2017] [core:notice] [pid 1540] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 02 12:50:46.599262 2017] [mpm_prefork:notice] [pid 1540] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 02 13:04:33.704651 2017] [core:notice] [pid 1513] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 02 13:04:33.706885 2017] [suexec:notice] [pid 1513] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 02 13:04:33.788852 2017] [auth_digest:notice] [pid 1513] AH01757: generating secret for digest authentication ...
[Sat Sep 02 13:04:33.790776 2017] [lbmethod_heartbeat:notice] [pid 1513] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 02 13:04:33.832246 2017] [mpm_prefork:notice] [pid 1513] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 02 13:04:33.832282 2017] [core:notice] [pid 1513] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 02 19:42:35.498475 2017] [mpm_prefork:notice] [pid 1513] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 02 19:43:18.385418 2017] [core:notice] [pid 1523] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 02 19:43:18.387468 2017] [suexec:notice] [pid 1523] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 02 19:43:18.446446 2017] [auth_digest:notice] [pid 1523] AH01757: generating secret for digest authentication ...
[Sat Sep 02 19:43:18.448071 2017] [lbmethod_heartbeat:notice] [pid 1523] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 02 19:43:18.500174 2017] [mpm_prefork:notice] [pid 1523] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 02 19:43:18.500203 2017] [core:notice] [pid 1523] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 02 19:44:24.486116 2017] [mpm_prefork:notice] [pid 1523] AH00170: caught SIGWINCH, shutting down gracefully
[Sun Sep 03 05:31:05.490240 2017] [core:notice] [pid 1506] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sun Sep 03 05:31:05.491921 2017] [suexec:notice] [pid 1506] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Sep 03 05:31:05.541602 2017] [auth_digest:notice] [pid 1506] AH01757: generating secret for digest authentication ...
[Sun Sep 03 05:31:05.542978 2017] [lbmethod_heartbeat:notice] [pid 1506] AH02282: No slotmem from mod_heartmonitor
[Sun Sep 03 05:31:05.590239 2017] [mpm_prefork:notice] [pid 1506] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sun Sep 03 05:31:05.590276 2017] [core:notice] [pid 1506] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun Sep 03 17:58:34.402817 2017] [mpm_prefork:notice] [pid 1506] AH00170: caught SIGWINCH, shutting down gracefully
[Sun Sep 03 18:59:24.088701 2017] [core:notice] [pid 1495] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sun Sep 03 18:59:24.094879 2017] [suexec:notice] [pid 1495] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Sep 03 18:59:24.176247 2017] [auth_digest:notice] [pid 1495] AH01757: generating secret for digest authentication ...
[Sun Sep 03 18:59:24.201343 2017] [lbmethod_heartbeat:notice] [pid 1495] AH02282: No slotmem from mod_heartmonitor
[Sun Sep 03 18:59:24.243157 2017] [mpm_prefork:notice] [pid 1495] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sun Sep 03 18:59:24.243201 2017] [core:notice] [pid 1495] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun Sep 03 19:01:52.212876 2017] [mpm_prefork:notice] [pid 1495] AH00170: caught SIGWINCH, shutting down gracefully
[Sun Sep 03 19:26:40.978697 2017] [core:notice] [pid 1524] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sun Sep 03 19:26:40.981595 2017] [suexec:notice] [pid 1524] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Sep 03 19:26:41.072231 2017] [auth_digest:notice] [pid 1524] AH01757: generating secret for digest authentication ...
[Sun Sep 03 19:26:41.073922 2017] [lbmethod_heartbeat:notice] [pid 1524] AH02282: No slotmem from mod_heartmonitor
[Sun Sep 03 19:26:41.156888 2017] [mpm_prefork:notice] [pid 1524] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sun Sep 03 19:26:41.156928 2017] [core:notice] [pid 1524] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun Sep 03 21:35:08.148539 2017] [mpm_prefork:notice] [pid 1524] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Sep 04 00:00:05.432723 2017] [core:notice] [pid 1534] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Mon Sep 04 00:00:05.434297 2017] [suexec:notice] [pid 1534] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Sep 04 00:00:05.475815 2017] [auth_digest:notice] [pid 1534] AH01757: generating secret for digest authentication ...
[Mon Sep 04 00:00:05.477479 2017] [lbmethod_heartbeat:notice] [pid 1534] AH02282: No slotmem from mod_heartmonitor
[Mon Sep 04 00:00:05.522130 2017] [mpm_prefork:notice] [pid 1534] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Mon Sep 04 00:00:05.522175 2017] [core:notice] [pid 1534] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Sep 04 01:25:21.680861 2017] [mpm_prefork:notice] [pid 1534] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Sep 04 08:25:24.067345 2017] [core:notice] [pid 1510] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Mon Sep 04 08:25:24.069000 2017] [suexec:notice] [pid 1510] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Sep 04 08:25:24.119763 2017] [auth_digest:notice] [pid 1510] AH01757: generating secret for digest authentication ...
[Mon Sep 04 08:25:24.135811 2017] [lbmethod_heartbeat:notice] [pid 1510] AH02282: No slotmem from mod_heartmonitor
[Mon Sep 04 08:25:24.176249 2017] [mpm_prefork:notice] [pid 1510] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Mon Sep 04 08:25:24.176287 2017] [core:notice] [pid 1510] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Sep 04 19:39:26.414523 2017] [mpm_prefork:notice] [pid 1510] AH00170: caught SIGWINCH, shutting down gracefully
[Tue Sep 05 08:55:26.914080 2017] [core:notice] [pid 1505] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Tue Sep 05 08:55:26.915950 2017] [suexec:notice] [pid 1505] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Sep 05 08:55:27.017316 2017] [auth_digest:notice] [pid 1505] AH01757: generating secret for digest authentication ...
[Tue Sep 05 08:55:27.037051 2017] [lbmethod_heartbeat:notice] [pid 1505] AH02282: No slotmem from mod_heartmonitor
[Tue Sep 05 08:55:27.091558 2017] [mpm_prefork:notice] [pid 1505] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Tue Sep 05 08:55:27.091596 2017] [core:notice] [pid 1505] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Tue Sep 05 18:45:02.402091 2017] [mpm_prefork:notice] [pid 1505] AH00170: caught SIGWINCH, shutting down gracefully
[Wed Sep 06 08:12:23.256076 2017] [core:notice] [pid 1525] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Wed Sep 06 08:12:23.258453 2017] [suexec:notice] [pid 1525] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Sep 06 08:12:23.295870 2017] [auth_digest:notice] [pid 1525] AH01757: generating secret for digest authentication ...
[Wed Sep 06 08:12:23.297392 2017] [lbmethod_heartbeat:notice] [pid 1525] AH02282: No slotmem from mod_heartmonitor
[Wed Sep 06 08:12:23.344729 2017] [mpm_prefork:notice] [pid 1525] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Wed Sep 06 08:12:23.344774 2017] [core:notice] [pid 1525] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Sep 07 01:10:06.979933 2017] [mpm_prefork:notice] [pid 1525] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Sep 07 07:40:03.637904 2017] [core:notice] [pid 1535] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Thu Sep 07 07:40:03.639620 2017] [suexec:notice] [pid 1535] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Sep 07 07:40:03.683762 2017] [auth_digest:notice] [pid 1535] AH01757: generating secret for digest authentication ...
[Thu Sep 07 07:40:03.685313 2017] [lbmethod_heartbeat:notice] [pid 1535] AH02282: No slotmem from mod_heartmonitor
[Thu Sep 07 07:40:03.747166 2017] [mpm_prefork:notice] [pid 1535] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Thu Sep 07 07:40:03.747201 2017] [core:notice] [pid 1535] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Sep 07 13:50:35.673949 2017] [mpm_prefork:notice] [pid 1535] AH00170: caught SIGWINCH, shutting down gracefully
[Thu Sep 07 13:50:36.805814 2017] [core:notice] [pid 23406] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Thu Sep 07 13:50:36.808022 2017] [suexec:notice] [pid 23406] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Sep 07 13:50:36.838875 2017] [auth_digest:notice] [pid 23406] AH01757: generating secret for digest authentication ...
[Thu Sep 07 13:50:36.840619 2017] [lbmethod_heartbeat:notice] [pid 23406] AH02282: No slotmem from mod_heartmonitor
[Thu Sep 07 13:50:36.873946 2017] [mpm_prefork:notice] [pid 23406] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Thu Sep 07 13:50:36.874118 2017] [core:notice] [pid 23406] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Thu Sep 07 19:24:56.933188 2017] [mpm_prefork:notice] [pid 23406] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Sep 08 06:40:50.369062 2017] [core:notice] [pid 2186] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Fri Sep 08 06:40:50.380835 2017] [suexec:notice] [pid 2186] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Sep 08 06:40:50.516564 2017] [auth_digest:notice] [pid 2186] AH01757: generating secret for digest authentication ...
[Fri Sep 08 06:40:50.518206 2017] [lbmethod_heartbeat:notice] [pid 2186] AH02282: No slotmem from mod_heartmonitor
[Fri Sep 08 06:40:50.593461 2017] [mpm_prefork:notice] [pid 2186] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Fri Sep 08 06:40:50.593499 2017] [core:notice] [pid 2186] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Sep 08 14:37:07.234844 2017] [mpm_prefork:notice] [pid 2186] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Sep 08 14:37:42.985464 2017] [core:notice] [pid 1628] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Fri Sep 08 14:37:42.988209 2017] [suexec:notice] [pid 1628] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Sep 08 14:37:43.036088 2017] [auth_digest:notice] [pid 1628] AH01757: generating secret for digest authentication ...
[Fri Sep 08 14:37:43.037655 2017] [lbmethod_heartbeat:notice] [pid 1628] AH02282: No slotmem from mod_heartmonitor
[Fri Sep 08 14:37:43.069176 2017] [mpm_prefork:notice] [pid 1628] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Fri Sep 08 14:37:43.069222 2017] [core:notice] [pid 1628] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Fri Sep 08 19:42:36.960096 2017] [mpm_prefork:notice] [pid 1628] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 09 07:58:14.950573 2017] [core:notice] [pid 1617] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 09 07:58:14.952622 2017] [suexec:notice] [pid 1617] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 09 07:58:14.992033 2017] [auth_digest:notice] [pid 1617] AH01757: generating secret for digest authentication ...
[Sat Sep 09 07:58:14.993893 2017] [lbmethod_heartbeat:notice] [pid 1617] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 09 07:58:15.058412 2017] [mpm_prefork:notice] [pid 1617] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 09 07:58:15.058463 2017] [core:notice] [pid 1617] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 09 22:50:19.270274 2017] [mpm_prefork:notice] [pid 1617] AH00170: caught SIGWINCH, shutting down gracefully
[ 

Then, the messages today:

Code: Select all

[Sat Sep 16 08:54:33.039224 2017] [core:notice] [pid 1629] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 16 08:54:33.041081 2017] [suexec:notice] [pid 1629] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 16 08:54:33.077974 2017] [auth_digest:notice] [pid 1629] AH01757: generating secret for digest authentication ...
[Sat Sep 16 08:54:33.079279 2017] [lbmethod_heartbeat:notice] [pid 1629] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 16 08:54:33.126652 2017] [mpm_prefork:notice] [pid 1629] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 16 08:54:33.126689 2017] [core:notice] [pid 1629] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 16 10:28:09.242161 2017] [mpm_prefork:notice] [pid 1629] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 16 11:44:19.060937 2017] [core:notice] [pid 1613] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 16 11:44:19.062455 2017] [suexec:notice] [pid 1613] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 16 11:44:19.114576 2017] [auth_digest:notice] [pid 1613] AH01757: generating secret for digest authentication ...
[Sat Sep 16 11:44:19.116154 2017] [lbmethod_heartbeat:notice] [pid 1613] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 16 11:44:19.165843 2017] [mpm_prefork:notice] [pid 1613] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 16 11:44:19.165890 2017] [core:notice] [pid 1613] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 16 12:29:00.631010 2017] [mpm_prefork:notice] [pid 1613] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 16 12:29:36.796382 2017] [core:notice] [pid 1621] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 16 12:29:36.798027 2017] [suexec:notice] [pid 1621] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 16 12:29:36.843441 2017] [auth_digest:notice] [pid 1621] AH01757: generating secret for digest authentication ...
[Sat Sep 16 12:29:36.845156 2017] [lbmethod_heartbeat:notice] [pid 1621] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 16 12:29:37.019273 2017] [mpm_prefork:notice] [pid 1621] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 16 12:29:37.019321 2017] [core:notice] [pid 1621] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 16 12:30:49.820972 2017] [:error] [pid 1810] [client 127.0.0.1:33948] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 12:33:10.279001 2017] [:error] [pid 1812] [client 127.0.0.1:33954] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 12:56:42.137515 2017] [:error] [pid 1813] [client 127.0.0.1:34154] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 12:57:27.475273 2017] [mpm_prefork:notice] [pid 1621] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 16 12:57:28.571132 2017] [core:notice] [pid 4140] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 16 12:57:28.572881 2017] [suexec:notice] [pid 4140] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 16 12:57:28.596357 2017] [auth_digest:notice] [pid 4140] AH01757: generating secret for digest authentication ...
[Sat Sep 16 12:57:28.597510 2017] [lbmethod_heartbeat:notice] [pid 4140] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 16 12:57:28.624748 2017] [mpm_prefork:notice] [pid 4140] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 16 12:57:28.624845 2017] [core:notice] [pid 4140] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 16 12:57:52.219463 2017] [:error] [pid 4142] [client 127.0.0.1:34184] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 13:09:59.739269 2017] [:error] [pid 4145] [client 127.0.0.1:34234] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 13:23:11.650957 2017] [:error] [pid 4147] [client 127.0.0.1:34322] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 13:24:58.799947 2017] [authz_core:error] [pid 4142] [client 192.168.11.183:56154] AH01630: client denied by server configuration: /usr/share/phpMyAdmin
[Sat Sep 16 13:25:24.281678 2017] [:error] [pid 4234] [client ::1:38402] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 13:32:19.841501 2017] [:error] [pid 4145] [client ::1:38518] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 13:58:33.655387 2017] [:error] [pid 4146] [client ::1:38636] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 14:00:09.518538 2017] [:error] [pid 4147] [client ::1:38638] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 14:06:37.664574 2017] [:error] [pid 4142] [client ::1:38712] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 14:07:24.776089 2017] [mpm_prefork:notice] [pid 4140] AH00170: caught SIGWINCH, shutting down gracefully
[Sat Sep 16 14:08:01.301024 2017] [core:notice] [pid 1619] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Sat Sep 16 14:08:01.303519 2017] [suexec:notice] [pid 1619] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Sep 16 14:08:01.340365 2017] [auth_digest:notice] [pid 1619] AH01757: generating secret for digest authentication ...
[Sat Sep 16 14:08:01.341923 2017] [lbmethod_heartbeat:notice] [pid 1619] AH02282: No slotmem from mod_heartmonitor
[Sat Sep 16 14:08:01.493615 2017] [mpm_prefork:notice] [pid 1619] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Sat Sep 16 14:08:01.493656 2017] [core:notice] [pid 1619] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sat Sep 16 14:08:32.774669 2017] [:error] [pid 1802] [client ::1:40188] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 14:16:40.810131 2017] [:error] [pid 1804] [client ::1:40302] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
[Sat Sep 16 14:16:59.477603 2017] [:error] [pid 1808] [client ::1:40306] PHP Fatal error:  Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 245
I only use repos ... unless I have some hardware error, I don't understand all this.
Thank you.

lightman47
Posts: 1521
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: phpMyAdmin - not really starting

Post by lightman47 » 2017/09/16 19:17:57

Repo list:

Code: Select all

sudo yum list repos
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: linux.cc.lehigh.edu
 * elrepo: repos.ord.lax-noc.com
 * elrepo-extras: repos.ord.lax-noc.com
 * epel: mirror.cs.princeton.edu
 * extras: mirror.es.its.nyu.edu
 * nux-dextop: mirror.li.nux.ro
 * updates: mirror.cs.vt.edu

lightman47
Posts: 1521
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: phpMyAdmin - not really starting

Post by lightman47 » 2017/09/17 15:11:38

GOT IT!!

Did sudo yum reinstall php*.*, then sudo systemctl stop httpd;sudo yum reinstall http*.*;sudo systemctl start httpd and all seems right with the world.

Thanks

Post Reply