Closed (fixed)
Project:
Album Photos
Version:
6.x-2.6-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 20:23 UTC
Updated:
27 Jul 2013 at 00:37 UTC
In the file thickbox-compressed.js, there is a variable that defines a path to a image file:
8:var tb_pathToImage = '/sites/all/modules/photos/thickbox/loadingAnimation.gif';
Batch loading of images using the flash utility fails after each file is uploaded, and the registry shows this error for each image:
photos_swfu: Upload path may have been illegally modified
page not found: sites/all/modules/photos/thickbox/loadingAnimation.gif
The module is loaded into its own directory at sites/, using multisite configuration. So the path really is "sites/${custom_site}/modules"
Each image loads but in the end shows the message: "Upload error: 530"
Comments
Comment #1
nathaniel commented