[TYPO3-templavoila] blank page, subtitled 'much ado about nothing'

Sabine Weiß dr.sabine.weiss at t-online.de
Sat Jun 9 14:03:52 CEST 2007


Hi all,

Here's another issue with my sandbox (http://seulberg.netz-schmiede.de).

The page structure is a rather flat one with the root page 
netz-schmiede.de (http://www.netz-schmiede.de) displaying a placeholder 
image and text.

The pages 004 down to 001 on the next level constitute my sandbox. Root 
and sandbox pages all have their own storage folder for the TO / DS 
elements. Currently page 004 holds the domain information 
seulberg.netz-schmiede.de. (((next week it may be 005)))

And this is the behavior I observe and that I'd like to get rid of:

Whenever I do a modification of DS/TO for one of the pages 001, 002, 
003, this  effects the display of page 004 negatively. A blank page is 
being displayed, because there's nothing between <body> and </body>. 
This is what the source code looks at that point in time -- aka 'much 
ado about nothing'-style ;-)  :

> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html>
> <head>
> 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> 
> <!-- 
> 	This website is powered by TYPO3 - inspiring people to share!
> 	TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
> 	TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
> 	Information and contribution at http://typo3.com/ and http://typo3.org/
> -->
> 
> 	<link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_e99aac0be0.css" />
>     
> <script language="JavaScript">
> <!--
> 
> function SymError()
> {
>   return true;
> }
> 
> window.onerror = SymError;
> 
> var SymRealWinOpen = window.open;
> 
> function SymWinOpen(url, name, attributes)
> {
>   return (new Object());
> }
> 
> window.open = SymWinOpen;
> 
> //-->
> </script>
> 
> <script src="/planetstat/script.js" type="text/javascript"></script>
> 	<title>seulberg spacelab: 004 seulberg spacelab</title>
> 
> 	<meta name="generator" content="TYPO3 4.1 CMS" />
> 	<script type="text/javascript" src="typo3temp/javascript_757c080409.js"></script>
> 
> 
> </head>
> <body>
> 
> </body>
> </html>
> <script language="JavaScript">
> <!--
> var SymRealOnLoad;
> var SymRealOnUnload;
> 
> function SymOnUnload()
> {
>   window.open = SymWinOpen;
>   if(SymRealOnUnload != null)
>      SymRealOnUnload();
> }
> 
> function SymOnLoad()
> {
>   if(SymRealOnLoad != null)
>      SymRealOnLoad();
>   window.open = SymRealWinOpen;
>   SymRealOnUnload = window.onunload;
>   window.onunload = SymOnUnload;
> }
> 
> SymRealOnLoad = window.onload;
> window.onload = SymOnLoad;
> 
> //-->
> </script>
> 

I can force the content back to the page by simply clearing the FE cache 
and telling page 004 to "Show!" from within the BE. But this is not what 
I really want to do all the time as I am currently experimenting a lot.

Last week, when the domain seulberg.... was linked to page 003, the same 
thing happened to page 003. So the behavior seems to be tied to the fact 
of the page linked to the domain somehow.

Here is some information re the install I am running:

TYPO3 4.1.1
Templavoila 1.3.1
Static Info Tables 2.0.3
kb_tv_clipboard,templavoila_cw,eu_tradvoila are _not_ installed.

Any ideas what could prevent this behavior?

Sabine


More information about the TYPO3-project-templavoila mailing list