I am guessing that the production server has had the /cfide removed? If that is the case, then you will need to find the solution to map that for the site. Usually I have the /cfide switched on locally as you seem to have, but as I don't use the built into ColdFusion way I am not sure the secure approach to add the scripts.
But from memory you need to add the scripts directory as a virtual directory to your IIS or Apache, someone who knows or has information on the exact method, might pop in. But from experience this is usually the first point of call for this problem. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411<http://plus.google.com/108193156965451149543> On Sat, Sep 22, 2012 at 7:50 PM, Stefano Borali <[email protected]> wrote: > > Hello folks! > I'm gettin crazy trying out what's wrong, populating a cfselect > > I've got a very simple cfselect > > <cfselect name="id_cust" > bind="cfc:test.Multiselect.GetCust(#Q_user.users_ID#)" display="company" > value="company_ID" BindOnLoad="true" /> > > I'm sure that: > - path to retrieve cfc is correct > - data retrieved by cfc exists and are returned to the calling cfselect > > If I use cfinvoke and dump the variable I have all the data I'm expect > to see. > > BUT > > Using the cfselect on a developer server CF10 is working and I can see > the select menu populated > Using the SAME CODE on a production server (CF8) is not working and the > menu is not populated > > Anyone has an idea on what's wrong? is related to a server bug to fix ? > My production server is still a CF8.0.0 > > Thanks!! > > Stefano > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352719 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

