Skip to main content
Participating Frequently
October 23, 2009
Question

CF Error how can I fix this.

  • October 23, 2009
  • 2 replies
  • 596 views

Hi all,

Please excuse me if this seems simple but I am really new to CF and not really even a developer but I have been tasked to get it installed and running.

1st I am running windows 2000 sp4 with CF 5 studio and server installed on this box. IIS is the web server being used and I am connectiong to another machine running SQL 2000 for my DB's.

My error is

The required parameter attrubtes.scopes was not provided.

This page uses the CFPARAM tag to declare and parameter 'attributes.scopes' as required for this template. The parameter is not available.

Please verify that you have passed or initialized the parameter correctly. If you wish to set a default value for the parameter you should use the DEFAULT attribute of the CFPARAM tag.

So I guess my question is where should i place this CFPARAM once I have edited to the default value.

Anything anyone can tell me will help me greatly.

Thanks

Pat

    This topic has been closed for replies.

    2 replies

    Hpmac2Author
    Participating Frequently
    October 23, 2009

    Thanks to everyone who took a lok at this but I have fixed the issue. I just needed to change the type = "any"  then edit the inputfilter.cfm where the cfparam name="attributes.scopes" defaults=""

    and I am now good to go

    Pat

    Inspiring
    October 23, 2009
    So I guess my question is where should i place this CFPARAM once I have edited to the default value.

    I would edit the existing CFPARAM tag, remove the required attribute and supply the default attribute and its value.

    Hpmac2Author
    Participating Frequently
    October 23, 2009

    Thanks

    That is what i did do I just got it fixed. Thank you for taking the

    time to email me.

    Pat