Hi guys,
I can't find any help on this so am asking here. I'm in the process of upgrading a client to V7.0.6244 FROM V4.5.3428. I have probably done this upgrade improperly but most things so far seem to work so I'll run this by you.
I installed a parallel version of RS on a different hostname (e.g. rsv7.[domain].com instead of www.[domain].com. Then, I exported the RSV4 mySQL DB to text and then imported that into an empty database for the V7 site; this was done because when I tried to copy the mySQL DB to the "new" one there was an error creating some triggers and this just seemed the best way to get around that. So far it appears that the DB structure is the same between versions although perhaps someone will tell me that it's not and I'll encounter additional problems. In any event, when I try to upload a new resource via the HTML5 uploader, here's what happens.
The upload plupload.php script page output shows:
"Allowed extensions: .CR2, .CRW, .DNG, .EPS, .GIF, .JPG, .MOV, .MP4, .NEF, .PDF, .PNG, .PSD, .RAW, .RWL, .TIF, .XMP"
which is the list that is contained in the resource type definition for this type of resource in this case (called type="image").
However, attempting to upload any of these types via the HTML5 uploader results in a javascript alert (for example):
"Error: Invalid file extension: filename.[ext]" where [ext] is the file type I'm trying to upload. This happens instantly because it's handled by jQuery.
So... given that the allowed extensions list is the correct one, and my type *is in* the list, does anyone have a clue as to why is this happening? Note that this is not a matter of letter-case for the extension.
TIA,
-Arne