Online repository not allways reachable Online repository not allways reachable
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Online repository not allways reachable

Started by janpaul, August 18, 2005, 06:49:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

janpaul

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

Joachim Müller

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.

janpaul

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


Joachim Müller

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.