In about 95% of the checks, the message "Unable to connect to online repository" is given.
I know that my hosting services (4dwebhosting) has allow_url_fopen on On (checked via PHPINFO) and I get the repository.txt via direct browsing allright.
Has someone else this problem also?
Jan Paul
maybe the file is too large for your server setup, so the fopen runs into a timeout. Please post the relevant bits of your phpinfo.
Is this the info you need?
allow_url_fopen -On -On
default_socket_timeout -60 -60
Timeouts -Connection: 60 -Keep-Alive: 7
I have (temporarily) setup the phpinfo http://test.frankrijker.com
hm, will have to play with this on my test server. Will be delayed a bit, as there is other priority work that needs to be done first.