Hi I am having a problem resolving uploads to the media library due to case sensitivity on the isps production server - using a Linux db server. I have gone through some posts re this already and so far had my isp change
dmflash.cfm to dmFlash.cfm dmfile.cfm to dmFile.cfm dmimage.cfm to dmImage.cfm in the \farcry\core\admin\customadmin \customlists and replaced the references to these in the \farcry\core\config \webtop.xml to camel case. all seems ok (image / file / flash upload) in the html objects in the site tree... But not when uploading an image or file to a news item page. We get the error Error Executing Database Query. Table 'lachlan.dmfile' doesn't exist (and it doesn't as it is dmFile) Before I stalk my ISP again to change core files... I just wanted to check if anyone had fixed this by changing all references in the core that use dmfile, dmflash and dmimage to dmFile, dmFlash, dmImage? or is this a HUGE no no :) If so, what can I do? E.G. Do I need to open up dmFile.cfc (and the same for the rest) in core\packages\types and change: ftDestination="/dmfile" to ftDestination="/dmFile" in: <cfproperty ftSeq="3" ftFieldset="File Details" name="filename" type="string" hint="The name of the file to be uploaded" required="no" default="" ftType="file" ftLabel="File" ftDestination="/dmfile" ftSecure="false" /> and ftalias="dmfile" to ftalias="dmFile" in: <cfproperty ftSeq="30" ftFieldset="Categorisation" name="catFile" type="string" hint="Flag to make file shared." required="no" ftLabel="Category" ftType="category" ftalias="dmfile" /> Many thanks in advance if anyone can help me with this query Regards Helen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
