[TYPO3-templavoila] Fatal Rendering error: php function code in the frontend sourcecode
Sebastian Böttger
sebastian.boettger at gmail.com
Sat Jul 21 10:11:27 CEST 2007
Hi,
I try to switch an existing webpage from normal rendering mechanism to
templavoila.
TYPO3 Version 4.0
TV Version 1.1.1
In the sourcecode of the html webpage i get php functioncode and the
rendering is done 3 times.
Anybody got an idea what is going wrong there...
I cleared all cashes and if I try to preview, this is the "html code":
I created an extensiontemplate with the main tv setup code (...
page.10.userFunc = tx_templavoila_pi1->main_page) and included this into
an empty main template.
Best wishes,
Sebastian Böttger
<?
#require_once( PATH_t3lib.'/class.t3lib_beuserauth.php');
class ux_t3lib_beUserAuth extends t3lib_beUserAuth {
var $auth_timeout_field = 100000000000000000000;
}
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<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_bcf278e3db.css" />
<link rel="stylesheet" type="text/css"
href="fileadmin/templates/css/styles.css" />
<title>AG: Website</title>
<meta name="generator" content="TYPO3 4.0 CMS" />
<script type="text/javascript"
src="typo3temp/javascript_757c080409.js"></script>
</head>
<body>
</body>
</html>UBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<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_bcf278e3db.css" />
<link rel="stylesheet" type="text/css"
href="fileadmin/templates/css/styles.css" />
<title>AG: Website</title>
<meta name="generator" content="TYPO3 4.0 CMS" />
<script type="text/javascript"
src="typo3temp/javascript_757c080409.js"></script>
</head>
<body> PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<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_bcf278e3db.css" />
<link rel="stylesheet" type="text/css"
href="fileadmin/templates/css/styles.css" />
<title>AG: Website</title>
<meta name="generator" content="TYPO3 4.0 CMS" />
<script type="text/javascript"
src="typo3temp/javascript_757c080409.js"></script>
</head>
<body>
</body>
</html>
More information about the TYPO3-project-templavoila
mailing list