[TYPO3-english] TYPO3 6.0.0Beta2 and TemplaVoila

Andreas Becker ab.becker at web.de
Wed Sep 19 16:04:40 CEST 2012


Hi Christian

The listed patch isn't working here!

i.e.

-----
diff -ur templavoila/cm1/index.php templavoila60/cm1/index.php
--- templavoila/cm1/index.php    2012-08-16 13:41:49.730067927 +0200
+++ templavoila60/cm1/index.php    2012-08-16 13:38:51.100097256 +0200
@@ -34,7 +34,7 @@
 unset($MCONF);
 require ('conf.php');
 require ($BACK_PATH.'init.php');
-require ($BACK_PATH.'template.php');
+require_once ($BACK_PATH.'template.php');
 $LANG->includeLLFile('EXT:templavoila/cm1/locallang.xml');
 require_once (PATH_t3lib.'class.t3lib_scbase.php');

@@ -2753,4 +2753,4 @@
 $SOBE->init();
 $SOBE->main();
 $SOBE->printContent();
-?>
\ Kein Zeilenumbruch am Dateiende.
+?>
-----

What exactly do you mean with removing the "required" lines? all of them?
also those above the mentioned change to required_once or all required
without the $BACK_PATH line?

---

Andi




On Wed, Sep 19, 2012 at 8:31 PM, Christian Kuhn <lolli at schwarzbu.ch> wrote:

> Hey,
>
>
> On 09/19/2012 09:28 AM, Andreas Becker wrote:
>
>> Has somebody get TYPO3 6.0.0 Beta 2 working with TemplaVoila?
>>
>
> Yepp: The fatals are easy to fix by removing the require lines.
> Furthermore the docheader in page module needs to be adapted a bit.
>
> We hope a TV update is online around 6.0.0 release.
>
> Regards
> Christian
>
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>


More information about the TYPO3-english mailing list