Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / March 2007



Tip: Looking for answers? Try searching our database.

urgent help..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
emmim44 - 28 Mar 2007 14:46 GMT
Hi all.

We moved our CF apps from windows to Linux box...since linux is
case-sensitive...I am not able to call the files to stored in a linux
directory..so I decided to lower their case as in oracle db so that everything
will work...I am getting this err...CF 7...
Also, I am trying to open a pop up window , I am getting this error
---------Pop up error--------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.

Please contact the server administrator, root@localhost and inform them of the
time the error occurred, and anything you might have done that may have caused
the error.

More information about this error may be available in the server error log.
----------------------------------------------

----------------The major err----------------
Attribute validation error for tag CFFILE.  
The value of the attribute source, which is currently
"/apps/www/html/REQGEN/tech/19-Mar-07-02-49-PM-1174330169180.pdf", is invalid.  
 
The error occurred in /apps/www/html/Digerleri/RenameFileNamesDyn.cfm: line 15
 
13 :
14 : <cfloop query="qlcase">
15 :   <cffile action="RENAME" source="#qlcase.directory#/#qlcase.name#"
destination="#qlcase.directory#/#LCase(qlcase.name)#">    
16 : </cfloop>
17 :
 

<cfdirectory action="LIST" directory="#ExpandPath("/REQGEN/tech/")#"  
name="qlcase">

<!---cfdump var="#qlcase#"--->

<cfloop query="qlcase">
  <cffile action="RENAME" source="#qlcase.directory#/#qlcase.name#"
destination="#qlcase.directory#/#LCase(qlcase.name)#">    
</cfloop>

<!---cfdirectory action="LIST" directory="#ExpandPath("/REQGEN/tech/")#"
name="qlcase" recurse = "yes">

<cfdump var="#qlcase#"--->
DavidV902 - 28 Mar 2007 19:13 GMT
Be sure that all of you Application.cfm have a cap "A" or it will not be called by the server.

-David
emmim44 - 28 Mar 2007 19:40 GMT
They have ....what else ?
emmim44 - 28 Mar 2007 20:07 GMT
The first part of the question has been solved..I was using a file called " Gig.CFM" I changed to "Gig.cfm" ..it is fine...But second part of major err still needs your help ???
Sojovi - 29 Mar 2007 19:24 GMT
/apps/www/html/REQGEN/tech/19-Mar-07-02-49-PM-1174330169180.pdf are you sure the file and path exists exactly like is passed to CFDIRECTORY ?
emmim44 - 29 Mar 2007 22:24 GMT
yes it is ....I have to change the all cases to lower using windows box then it works fine...Thanks all.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.