2015-07-20, 19:19:41
on one of my hosting for some time when switching to the tab Plugins began to appear this page
Code:
504 Gateway Time-out
nginx
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
|
504 Gateway Time-out
|
2015-07-20, 19:19:41
on one of my hosting for some time when switching to the tab Plugins began to appear this page
Code: 504 Gateway Time-out
2015-07-20, 22:59:48
Could be the api requests timing out, causing php to time out, But usually you don't get a 504 fro these, unless nginx does something different, I see these alot on the internet, I think its a problem with nginx in general.
We were even getting it on this site for a while. I think they were related to fastcgi config http://expressionengine.stackexchange.com/questions/7467/mod-fcgid-read-data-timeout-in-45-seconds-premature-end-of-script-headers/7522#7522 http://www.nginxtips.com/504-gateway-time-out-using-nginx/
2015-07-21, 17:32:05
the answer of the support service provider: "When a more detailed analysis of Your question revealed that its decision is necessary to optimize the scripts of Your website, because resource-intensive queries."
but a month ago, all worked well.
2015-07-21, 22:04:56
Yeah bullshit, it is internal pages not public
2015-07-21, 22:06:24
I'll add ability to disable plugin Api checks and see if hat helps
2015-07-21, 22:09:23
Hosting much cheaper ($ 0.6 1gb for a single site), was sold this company in the past year, prices remain the same, maybe just trying to close it.
2015-07-22, 04:46:09
how many plugins you got?
2015-07-22, 07:57:53
19
http://prntscr.com/7vfbxq on other hostings I get 25-30 plugins
2015-07-22, 08:09:44
I have about that, and it only takes like 3 seconds to load on cache refresh.
odd
2015-07-22, 08:53:10
a month ago, this did not happen, it was the best my hosting
2015-07-22, 22:48:11
I am assuming you checked error log?
Turned on debugging ?
2015-07-22, 23:18:36
Most likely the script is trying to connect through a proxy server, which is currently unavailable and cannot process the request.
2015-07-22, 23:41:31
But it is odd that only the plugins page is having a problem.
But they might have their setup to drop all connections open for more than 500ms - 1s You can try to do a backup and see if that fails ( since it takes while ) I am suspecting its the 19 curl requests going out all at once. Test this, install 3.3.7 ( alpha ) https://github.com/GetSimpleCMS/GetSimpleCMS/archive/hotfixes.zip add define('GSNOPLUGINCHECK',true); to disable plugin checking i also enabled api debugging, so your console will be full of api details with or without this setting.
sometimes an error occurs and you try to access the control panel.
I tried 3.3.7 - did not help. but after loading the control panel Plugins tab boot faster - it pleases |
« Next Oldest | Next Newest »
|