[TYPO3-german] Webseite gekacht?

Lars Möller moeller at basis5.de
Tue Nov 14 17:16:03 CET 2006


hallo michael,

ich habe die class.tslib_pagegen.php in typo3/sysext/cms/tslib ab
ungefähr Zeile 234 in sowas abgeändert.
damit wandelt php jede "L" variabel in eine zahl (die zeile mit +1-1;).
das funktioniert gut. hier der ganze linkvars-code ab zeile 234

	// linkVars
		$GLOBALS['TSFE']->linkVars =
''.$GLOBALS['TSFE']->config['config']['linkVars'];
		if ($GLOBALS['TSFE']->linkVars)	{
			$linkVarArr = explode(',',$GLOBALS['TSFE']->linkVars);
			$GLOBALS['TSFE']->linkVars='';
			reset($linkVarArr);
			while(list(,$val)=each($linkVarArr))	{
				$val=trim($val);
				$GET = t3lib_div::_GET();
				$GET[$val]=$GET[$val]+1-1;
				if ($val && isset($GET[$val]))	{
					if (!is_array($GET[$val]))	{

						$GLOBALS['TSFE']->linkVars.='&'.$val.'='.rawurlencode($GET[$val]);
					} else {
					
$GLOBALS['TSFE']->linkVars.=t3lib_div::implodeArrayForUrl($val,$GET[$val]);
					}
				}
			}
		} else {
			$GLOBALS['TSFE']->linkVars='';
		}



gruss
lars

Michael Kettel schrieb:
>  
> 
> Hi Liste,
> 
>  
> 
> ich habe gerade folgendes festgestellt:
> 
>  
> 
> in meiner Seite sind sehr viele Links auf einmal verändert.
> 
>  
> 
> Vorher sahen sie so aus: 
> 
> /index.php?id=44&L=0
> 
>  
> 
> Jetzt sehen sie auf einmal so aus:
> 
> /index.php?id=44&L=http://irgendeinewebseite.de
> 
>  
> 
> Die angehängte Webseite ändert sich immer wieder. Wenn ich den Cache leere,
> ist das Problem für kurze Zeit weg und taucht dann wieder auf.
> 
>  
> 
> Hat das schon mal jemand gehabt und kann mir helfen? Es ist saudringend!
> 
>  
> 
> Typo3 Version ist 4.0
> 
> Extensions: 
> 
> - htmlArea RTE
> 
> - CSS Styled Content
> 
> - Page PHP Content
> 
> - News
> 
> - indexed Search Engine
> 
>  
> 
> Viele Grüße
> 
> Michael
> 
>  
> 
>  
> 
>  
> 
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
> 
> 



More information about the TYPO3-german mailing list