Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jasonching

Pages: [1]
1
CentOS-WebPanel Bugs / Can't access PHPmyAdmin in user control
« on: January 01, 2021, 02:34:10 AM »
Hello,

The phpmyadmin is fine in admin control, but we can't open it in user control.

It first tries to hit
https://[domain]:2087/cwp_430cc9a4915f1a16/[username]/?module=pma

Then somehow it does a POST request via jQuery to
https://[domain]:2087/pma/

And the firefox shows "The connection has timed out"

Error in /usr/local/cwpsrv/logs/error_log

Code: [Select]
[error] 19002#0: *3251 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: pma in /usr/local/cwpsrv/var/services/users/index.php on line 0
PHP message: PHP Warning:  A non-numeric value encountered in /usr/local/cwpsrv/var/services/twig/lib/Twig/Environment.php(373) : eval()'d code on line 668" while reading response header from upstream, client: 219.79.45.48, server: localhost, request: "GET /cwp_2139e3f19654c14e/[username]/?module=pma HTTP/1.1", upstream: "fastcgi://unix:/usr/local/cwp/php71/var/sockets/shoppic.sock:", host: "[hostname]:2083"



Pages: [1]