Copy link to clipboard
Copied
When I go to Resource Security in ColdFusion Administrator the only tab that is working is the Data Sources tab. Nothing shows for CF Tags or the rest of the tabs.
It uses javascript to change tabs, so it's possible you have JavaScript disabled, or a JS error is being thrown. Try running the page with Firebug / firefox or with chrome and open up the developer tools. I bet you will find the problem in there.
Copy link to clipboard
Copied
Hi,
These are the menus you should have in CFadmin:
Server Settings section
Data & Services section
Debugging & Logging section
Server Monitoring section
Extensions section
Event Gateways section
Security section
Packaging and Deployment section
Security should have this:
Administrator
RDS
Sandbox security
User Manager
Allowed IP Addresses
Datasources is in Data & Services
CFX Tags is in Extensions
Maybe you could attach a picture of your CFadmin page to get a better idea of what you mean?
HTH, Carl.
Copy link to clipboard
Copied
Thanks for the response. The menus are as they should be but when I click on
the CF tags or any other tab nothing changes. It doesn't show the CF tags.
See in the enclosed doc that the data source items are still showing when I
click on the CF Tags tab or any other tab.
In the picture it should be showing the CF Tags but still shows the Data
Sources, the Data Source tab is the only tab that is working.
Copy link to clipboard
Copied
It uses javascript to change tabs, so it's possible you have JavaScript disabled, or a JS error is being thrown. Try running the page with Firebug / firefox or with chrome and open up the developer tools. I bet you will find the problem in there.
Copy link to clipboard
Copied
Perfect, I added ColdFusion Administrator
http://127.0.0.1/CFIDE/administrator/index.cfm to trusted sites in IE8 and
it is now working. Thanks for the help.
Copy link to clipboard
Copied
Good call, Pete. Thanks for pinpointing the problem, and to Sardis for sharing the solution you implemented.
/charlie