Project

General

Profile

Bug #84911

Updated by Gone With the Wind over 6 years ago

In case there are empty brackets in TypoScript, before the page object gets defined, the FrontEnd breaks and emits the error message: 
 The page is not configured! [type=0][]. This means that there is no TypoScript object of type PAGE with typeNum=0 configured. 

 The backend tools won't help to find that error. 

 Example: 

 [] 
 <code class="php"> 
 []\n 
 page = PAGE PAGE\n 
 page.typeNum = 0 
 </code> 

 It makes sense to emit a warning in the template tools in the backend, whenever empty brackets are found.

Back