Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

HotelSQL - [BUG FIX ON IMPORT]

Quote Reply
HotelSQL - [BUG FIX ON IMPORT]
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:

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 Smile

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!
Quote Reply
Re: [Andy] HotelSQL - [BUG FIX ON IMPORT] In reply to
Hi,

I've contacted IAN.com, and asked them why this was done. They've appologized, and also updated their site - so it will work *with* the current URL (so you shouldn't need to do anything)

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!