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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!