jc_n_az
|
| Posted: 08/13/2002, 3:18 PM |
|
in studio can you nave nested page includes?
e.g.
index includes footer which includes ads_banner
i am getting this error...
//Include Page implementation @2-1E08D8C2 include(RelativePath . "/ads_banner.php"); //End Include Page implementation //Include Page implementation @3-2A64330A include(RelativePath . "/ads_text.php"); //End Include Page implementation
Fatal error: Cannot instantiate non-existent class: clsads_banner in /home/jf/www.bigfakesite.com/clients/tom/site_footer.php on line 40
|
|
|
 |
Tom
|
| Posted: 08/14/2002, 1:50 AM |
|
Hello,
I've used thee same nested pages structure as you and haven't encounter such problem. But I had no forms on the included pages, text only.
Do you have forms on one of the includable pages?
|
|
|
 |
jc_n_az
|
| Posted: 08/14/2002, 10:13 AM |
|
hey tom,
yep, i do have forms on those nested pages. which is what *probably* causes the problem. seems to me that ccs should allow for nested pages includes with forms. but i am still learning the logic flow so i can't really say why it would or would not work either way.
|
|
|
 |
Tom
|
| Posted: 08/15/2002, 4:50 AM |
|
Hello,
please provide more info what forms are located on the nested footer and ads_banner pages?
Note, in case you have search form or link from grid to record that points to the form on the includable page, it may cause the error you get. Search form, links should point to main non-includable page (index page in your case).
|
|
|
 |
|