
| Key: |
FC-1394
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
David Kearins
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows 2003, IIS 6, CF 8
|
|
|
Tried to install the latest version of FC 5 on a machine and I got
the follow error
----------------------------------------------------------------------------
Cannot import the tag library specified by /farcry/core/ / tjs.
The following error was encountered: E:\Inetpub\wwwroot\farcry\core\ \
tjs. Ensure that you have specified a valid tag library.
The CFML compiler was processing:
* A cfimport tag beginning on line 22, column 10.
The error occurred in E:\Inetpub\wwwroot\farcry\core\Application.cfc:
line 22
20 :
21 : <!--- import tag libraries --->
22 : <cfimport taglib="/farcry/core/ / tjs" prefix="extjs" />
----------------------------------------------------------------------------
If line 22 is commented it goes through to the installer page but does display same error after installation. Cleared the Application scope, restarted the CF server, reinstalled the CF server, reinstalled IIS and restarted the machine. Deleted both previous version /farcry mapping and also the virtual directory.
Previous version of FC was 3.01
|
|
Description
|
Tried to install the latest version of FC 5 on a machine and I got
the follow error
----------------------------------------------------------------------------
Cannot import the tag library specified by /farcry/core/ / tjs.
The following error was encountered: E:\Inetpub\wwwroot\farcry\core\ \
tjs. Ensure that you have specified a valid tag library.
The CFML compiler was processing:
* A cfimport tag beginning on line 22, column 10.
The error occurred in E:\Inetpub\wwwroot\farcry\core\Application.cfc:
line 22
20 :
21 : <!--- import tag libraries --->
22 : <cfimport taglib="/farcry/core/ / tjs" prefix="extjs" />
----------------------------------------------------------------------------
If line 22 is commented it goes through to the installer page but does display same error after installation. Cleared the Application scope, restarted the CF server, reinstalled the CF server, reinstalled IIS and restarted the machine. Deleted both previous version /farcry mapping and also the virtual directory.
Previous version of FC was 3.01 |
Show » |
|
I moved the farcry folder into an Inetpub folder on another drive and pointed the home directory in IIS to it. I then opened the URL in a browser and the installed screen appeared without the error.
Once again I moved the farcry folder back to the Inetpub folder on the orginal drive, repointed the home directory in IIS back again and run the URL in the browser again the install screen appeared without the error.
I don't know what the difference doing this made. It seem to be removing a cahced version or something, so I am not sure if this is a FC bug or relating to our system.
Cheers
David