Hi,
It seems like IAN.com have decided to randomly change their file name for the "images" of the hotels. This is causing all hotelSQL installations to stop working.
In /admin/run_update.cgi , please find:
..and change to:
Sorry for the problems - but that should get your import scripts working fine again
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
It seems like IAN.com have decided to randomly change their file name for the "images" of the hotels. This is causing all hotelSQL installations to stop working.
In /admin/run_update.cgi , please find:
Code:
system(qq{wget -Ohotelimages.zip 'http://www.ian.com/affiliatecenter/include/hotelimages.zip'});..and change to:
Code:
system(qq{wget -Ohotelimages.zip 'http://www.ian.com/affiliatecenter/include/Hotelimages.zip'});Sorry for the problems - but that should get your import scripts working fine again
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

