Page 2 of 2

Re: takes a while after login

Posted: Thu Feb 26, 2015 1:26 pm
by bastingse
The hoster has maybe a solution. Chang the mx records to mx1 instead of 01.mx.
So i just change these settings a nd lets wait another 4 hours to see the result.

Thanks folks for helping me on this! Much appreciated!!!

Re: takes a while after login

Posted: Thu Feb 26, 2015 6:45 pm
by bastingse
Problems should be solve now.... HOlger, can you see if the problem is solve now??

Re: takes a while after login

Posted: Thu Feb 26, 2015 6:57 pm
by cmb
bastingse wrote:Problems should be solve now....
Have you tried to reactivate the UpdateCheck plugin, and run it (Plugins -> Hi_updatecheck -> Zoek voor updates)?

Re: takes a while after login

Posted: Thu Feb 26, 2015 7:21 pm
by Holger
bastingse wrote:HOlger, can you see if the problem is solve now??
There was nothing special in my logs.
And in the mail-log, I could only find your other mailadress which is (and was) working anyway.

Please reactivate the updatecheck and try to check for updates.

Re: takes a while after login

Posted: Thu Feb 26, 2015 7:55 pm
by bastingse
Holger wrote:
bastingse wrote:HOlger, can you see if the problem is solve now??
There was nothing special in my logs.
And in the mail-log, I could only find your other mailadress which is (and was) working anyway.

Please reactivate the updatecheck and try to check for updates.
I think the mail problem is solve by now.

Regarding the updatecheck, i activate it but still an error
[ external image ]

Re: takes a while after login

Posted: Thu Feb 26, 2015 9:11 pm
by cmb
bastingse wrote:Regarding the updatecheck, i activate it but still an error
I've made some tests on the installation you given me the login password, and it's really weird: the server needs more than a minute to request http://holgerirmler.de and to get the answer! :?

Re: takes a while after login

Posted: Fri Feb 27, 2015 7:08 pm
by bastingse
cmb wrote: I've made some tests on the installation you given me the login password, and it's really weird: the server needs more than a minute to request http://holgerirmler.de and to get the answer! :?
I really have no idea what causes this issue. If nobody else have this problem that it should be something on my server or an ip blocking on Holgers server.

Re: takes a while after login

Posted: Fri Feb 27, 2015 10:59 pm
by cmb
bastingse wrote:If nobody else have this problem that it should be something on my server or an ip blocking on Holgers server.
Apparently, for others the UpdateCheck works fine (there have been a few failure reports from time to time, but that have been temporary issues). I really don't know what's wrong in your case. :( I suggest you contact your provider and ask, why there is trouble to open a TCP socket to cmsimple.holgerirmler.de from your server, i.e. why the following runs on a timeout:

Code: Select all

$socket = fsockopen('cmsimple.holgerirmler.de', 80, $errno, $errstr, 30); 
while the following probably works:

Code: Select all

$socket = fsockopen('cmsimple.holgerirmler.de', 80, $errno, $errstr, 300);