This may or may not help. I removed the Username and Password attributes of CFQUERY tags in the following files: spectra/customtags/system/tier0/security/ cfa_userget.cfm cfa_usergetmultiple.cfm cfa_groupgetmultiple.cfm cfa_cfnewauthenticate.cfm
These attributes were causing the query to fail because the password was being rejected. Since the password for this datasource is held in CFAdmin/datasources, it isn't needed in the CFQUERY attributes. I was getting errors, which seems different from what you described, but it is in the 'authentication' area. Let me know if it helps. -Marc [EMAIL PROTECTED] writes: >Got a problem... need your help. > >BACKGROUND INFO: >I have just upgraded my CF5/1.5.1 box to CF5/1.5.2 > >The install was a major pain, but I got through it ok without skipping >any steps. Everything seemed to work fine. > >PROBLEM: >My app (named "Datatel" now loads and all of the content objects are >listed correctly, but... >None of the content objects are displayed (only the shell pages around >them are showing) > >I was able to make them display by changing the bSecure variable in the >application content object. >(IE. setting the cfa.Datatel.bSecure variable from 1 (true) to 0.) > >In other words, if I shut off authorization checking application-wide >then everything displays (as you'd expect) But when I have authorization >checking turned on, NOTHING shows up... even items that should be >available to all users. >Of course, the goal is to have it check for authorization, and >display/hide things according to their security settings and the ACL. > >NOTE: I have the same app running on 3 other machines all still on >CF5/1.5.1 They are all set bSecure=true and they are working fine. > >All of the above leads me to believe that something is screwy with my >security, but that's about all I've been able to figure out. I'm about >ready to call MM and pay for a support call, but I think at least need to >have a better idea of what I'm up against before I do that. > >ANY HELP WOULD BE *GREATLY* APPRECIATED! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
