Forum OpenACS Q&A: Response to How to use double index.adp?

Collapse
Posted by H. shefaat on
Thanks fo code, Unforunatly I get this error after writing the code:
ad_return_template where is index_e
The error message is:
Too many positional parameters specified
    while executing
"ad_return_template__arg_parser"
    (procedure "ad_return_template" line 1)
    invoked from within
"ad_return_template  where  is index_e"
    ("uplevel" body line 91)
    invoked from within
"uplevel {
    	  ad_page_contract {

    OpenACS main index page.  This is the standard page that is used to allow users
    to login to the site.  Yo..."
    (procedure "code::tcl::/web/openacs-4/www/index" line 2)
    invoked from within
"code::tcl::$__adp_stub"
    invoked from within
"if { [file exists $__adp_stub.tcl] } {
 .....

Any idea what is wrong?
Thnaks