[Typo3-dev] "page not configured" problem on 3.6.0 RC2, IIS5/cgi-fcgi

Ådne Hovda aadne at hovda.no
Mon Apr 5 12:48:07 CEST 2004


> Frontend gives me "The page is not configured! [type= 6][]" no matter 
> what I try to do. My template is as simple as it gets (Hello World). If 
> I set pageNum = 6 then frontend loops forever. Everything works smoothly 
> on my Linux-box.

Well, I figured it out:
By uncommenting line 493 in class.tslib_fe.php this error went away and 
everything works as expected.

This was the output from t3lib_div::print_array($this->tmpl->setup);
*******should be a nice table********
config.
extTarget _top
stat 1
stat_typeNumList 0,1

page PAGE

page.
typeNum 0
10 TEXT
10. value Hello World!

resources

sitetitle

types. 0 page
*******should be a nice table********

Still this came out, the page.typeNum = 0 had no effect:

Error!
The page is not configured! [type= 6][]


Don't know how this is to be handled further, maybe have the line 
uncommented by default, or make a faq.

Ådne




More information about the TYPO3-dev mailing list