[Typo3-dev] Google problem : "page is being generated"

Oliver oliver at liquidlight.co.uk
Wed Oct 5 17:34:56 CEST 2005


Hi Brice,

You can disable that message by commenting out line number 1335 in 
tslib/class.tslib_fe.php

ie change:
$this->tempPageCacheContent();
to:
//$this->tempPageCacheContent();

Hope this helps,

Oliver

Brice BERNARD wrote:
> Have you ever try this search : "Page is being generated. If this message
> does not disappear within 30 seconds, please
> reload"<http://64.233.183.104/search?hl=en&q=%22Page+is+being+generated.+If+this+message+does+not+disappear+within+30+seconds%2C+please+reload%22&btnG=Google+Search>?
> You will reach every page google failed to crawl, it's a big problem
> because google indexes this page as it was the one expected.
> 
> How is it possible to avoid this message to appear, maybe we could prevent
> robot from indexing page by adding the meta : <meta name="robots"
> content="noindex" />...




More information about the TYPO3-dev mailing list