FlyingHorseman
Technical User
I have inherited an installation which I have to maintain and due to a cascading bunch of issues I have upgraded from ColdFusion 5 to ColdFusion 8. Simple cfm files work. Some scripts are breaking, with the error I get the title of this thread.
I have researched online and have tried some of the solutions, but, have ended up trading one error for another and got nowhere.
Any and all help will be greatly appreciated.
~Actual error reproduced here~
The error occurred in /u03/COMMON/Notices/retrieve_premier.cfm: line 10
8 :
9 : <!--- The variable #file# is the full path of the notice file (#file# was passed down as a parameter from display_premier.cfm --->
10 : <cfset file_title = "/export/home/testuser/Notices/#file#">
11 :
12 : <!--- Check whether the file exists --->
I have researched online and have tried some of the solutions, but, have ended up trading one error for another and got nowhere.
Any and all help will be greatly appreciated.
~Actual error reproduced here~
The error occurred in /u03/COMMON/Notices/retrieve_premier.cfm: line 10
8 :
9 : <!--- The variable #file# is the full path of the notice file (#file# was passed down as a parameter from display_premier.cfm --->
10 : <cfset file_title = "/export/home/testuser/Notices/#file#">
11 :
12 : <!--- Check whether the file exists --->