[TYPO3-templavoila] Problem with adding new elements

Miriam Torbeck miriam at torbeck.de
Thu Jun 21 12:11:00 CEST 2007


Hello!

Am Donnerstag, den 21.06.2007, 11:23 +0200 schrieb ck at ckworld.ch:
> hi all
> 
> i added a new element in the datastructure
> 
> <field_langmenu type="array">
>     <tx_templavoila type="array">
>      <title>LangMenu</title>
>      <description>lib.langMenu</description>
>      <sample_data type="array">
>       <numIndex index="0"></numIndex>
>      </sample_data>
>      <eType>TypoScriptObject</eType>
>      <TypoScriptObjPath>lib.langMenu</TypoScriptObjPath>
>     </tx_templavoila>
>    </field_langmenu>
> 
> 
> i tried to build a language menu with THE languageMenu.php (original)
> but it doesent work the FE shows nothing.
> 
> my TS Script Setup look like:
> lib.langMenu = PHP_SCRIPT
> lib.langMenu.file = fileadmin/media/scripts/languageMenu.php
> 
> so i testet a simple text:
> lib.langMenu = TEXT
> lib.langMenu.value = TEST
> 

If this is working, then TV is not responsible for the missing
LanguageMenu!

Then you have to check other possibilities:

1. InstallTool: [noPHPscriptInclude]
Look, if the phpscripts are allowed to be used in other places than
media/scripts - default value!

This was my today's AHA with exact your described problem!

2. Look, if the php-script has correct rights for execution in its
directory

3. Recheck your path information

4...?

Good Luck!

Miriam


--  
Miriam Torbeck, 22848 Norderstedt



More information about the TYPO3-project-templavoila mailing list