1
install info:
xoops 2.0.16
agendax 2.2
bmsurvey 0.5
php 4.4.4 (with...
allow_call_time_pass_reference = on
allow_url_fopen = on
register_globals = off )
Hello all. Yesterday my ISP upgraded to PHP 4.4.4, from an earlier 4.x version. Now I get errors in the agendax and bmsurvey modules, but other ones like CBB and wfsection work fine. Accessing the problem modules (any page) gives me a "64 - Host not available" error.
Turning php debug on isn't much help.
Doing an include of an agendax file from an external php script (which my site has always done and it worked fine) like so:
include("http://www.mydomain.com/modules/agendax/index.php?op=week");
...now generates the following errors:
Warning: main(
http://www.mydomain.com/modules/agendax/index.php?op=week) [
function.main]: failed to open stream: HTTP request failed! in file /someDirectory/index.php line 19
Warning: main() [
function.include]: Failed opening 'http://www.mydomain.com/modules/agendax/index.php?op=week' for inclusion (include_path='.:/usr/local/share/pear/') in file /someDirectory/index.php line 19
Anyone come across anything similar?
Carmine