Hi,
I want to use ivweather... But i'm doing some testing but when I'm trying to laod the test_ivweather.php it's generating the following error:
Warning: php_hostconnect: connect failed in c:\phpdev\www\iv\ivweather.class.php on line 190
Warning: fopen("http://weather.interceptvector.com/weat ... WDAwMTQ%3D", "rb") - Bad file descriptor in c:\phpdev\www\iv\ivweather.class.php on line 190
Problem: The site or URL was read, but contents were invalid.
It's running on php 4.2.3 and with register_globals = off.
Any help would be appriciated!
Regards,
Frank
test_ivweather.php fails at loading
Frank,
It appears that you were not able to make a connection to the interceptvector server to retrieve the weather. One thing to check, make sure with phpinfo() or looking in your php.ini that you have allow_url_fopen=On. Without this setting the http wrapper called by fopen will not work.
Let me know if this is *not* your problem.
It appears that you were not able to make a connection to the interceptvector server to retrieve the weather. One thing to check, make sure with phpinfo() or looking in your php.ini that you have allow_url_fopen=On. Without this setting the http wrapper called by fopen will not work.
Let me know if this is *not* your problem.