I installed album photos 6.x-2.6 and dfgallery. The slide show is working but I got log message : page not found sites/all/modules/photos/thickbox/loadingAnimation.gif. Does anyone know how to stop it?

Comments

chengjing’s picture

For anyone that is interested, I have managed to get rid of this error message by editing thickbox-compressed.js in photo/thickbox/ directory

change
var tb_pathToImage = '/sites/all/modules/photos/thickbox/loadingAnimation.gif';
to
var tb_pathToImage = '/modules/photos/thickbox/loadingAnimation.gif';

chengjing’s picture

no, it does not work on some old IE :(

nathaniel’s picture

Status: Active » Closed (fixed)