EnglishVDigital wrote:
Next Piwigo.org frost, don't forget to test your private admin access.
OK, I'll check it (with the old and new version of the extension:302).
VDigital wrote:
Anyway my phone call was useful to understand the linked cause.
Of course it was, thank you for calling me :-)
plg,
Absolutely true but... I just forgot to refer to our galleries admin access was blocked too.
And by pushing the logic forward P@t found a solution.
Next Piwigo.org frost, don't forget to test your private admin access.
Anyway my phone call was useful to understand the linked cause.
Thank you P@t.
VDigital, when you call me by phone this week-end, I thought you were saying that piwigo.org was down because "Piwigo Auto Upgrade" was performing too many HTTP requests on it (and my opinion meets P@t's opinion : I don't think so).
Thx. I owe you a beer.
P@t wrote:
Bug corrected in revision 2.0.g.
I added a timeout of 1 second for retrieving last version number on piwigo server.
There will be two attempts (one with cURL functions, and one with file_get_contents), so, main admin page will be slower for 2 seconds if piwigo server is down...
MP :-)
Bug corrected in revision 2.0.g.
I added a timeout of 1 second for retrieving last version number on piwigo server.
There will be two attempts (one with cURL functions, and one with file_get_contents), so, main admin page will be slower for 2 seconds if piwigo server is down...
VDigital wrote:
English??? ;-)
sorry, I thought we were on private forum...
VDigital wrote:
I didn't say that Piwigo AutoUpgrade is responsible of Piwigo website problem.
I said because Piwigo website was blocked, we could NOT access to our admin.
And I suggested to reduce tests.
Ok! I understand now! I will have a look...
I didn't say that Piwigo AutoUpgrade is responsible of Piwigo website problem.
I said because Piwigo website was blocked, we could NOT access to our admin.
And I suggested to reduce tests.
plg is not able to count failed accesses when piwigo website is down.
I think that autoupgrade request don't affect piwigo server...
Server was down sometimes before, and there is no more problem now.
Due to Piwigo AutoUpgrade plugin, we observed a general blocking of website admin access.
So the function is fetchRemote located in ./admin/include/functions.php
// After 3 redirections, return false
if ($step > 3) return false;
But not only...
Save time() and for 15 minutes at least return false on all requests.