After two years I started to build a new server (VDS with root, 6 CPU, 16 RAM), using AlmaLinux 8.7 with CP v2.3.2. I have DNS & SSH & SSL & Firewall working and have some empty domains created. I had not touched the OLS yet.
I’m stuck at phpmyadmin link in the Databases - > PHPMyAdmin → click button menu. It opens a new tab waits a lot and eventually returns a 500 page.
Re-install and Update scripts, cache cleaning did not help.
The request is like (/usr/local/lscp/cyberpanel/logs/access log):
24.133.236.96 - - [20/Jan/2023:19:22:58 +0100] "GET /phpmyadmin/phpmyadminsignin.php?username=admin&token=A-TOKEN-HERE HTTP/1.1" 500 1240 "https://MY-DOMAIN.TLC:MYPORT/dataBases/phpMyAdmin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
(I changed the port)
Here are some errors in the logs:
/usr/local/lscp/cyberpanel/logs/errorlog
2023-01-21 07:58:01.058437 [INFO] [24.133.236.96:42217] Content len: 0, Request line:
GET /phpmyadmin/phpmyadminsignin.php?username=admin&token=XA4nskaGDcplrc HTTP/1.1
2023-01-21 07:58:01.058445 [INFO] [24.133.236.96:42217] HttpExtConnector state: 8, request body sent: 0, response body size: -2, response body sent:61, left in buffer: 0, attempts: 1.
2023-01-21 08:05:58.081839 [NOTICE] [24.133.236.96:42610] No request delivery notification has been received from LSAPI application, possible dead lock.
2023-01-21 08:53:07.008030 [NOTICE] [24.133.236.96:43867] ExtConn timed out while processing.
2023-01-21 08:53:08.611725 [INFO] [24.133.236.96:43867] Connection idle time too long: 301 while in state: 6 watching for event: 0, close!
CP main log file
[01.20.2023_18-44-13] Expecting value: line 1 column 1 (char 0)
[01.20.2023_23-00-03] [Errno 2] No such file or directory: '/home/cyberpanel/git'. [IncScheduler.git:90]
[01.21.2023_01-00-01] [Errno 2] No such file or directory: 'postmap': 'postmap'. [ProcessUtilities.normalExecutioner.Base]

