Re: [TYPO3-english] f:cObject nav_menu not rendered ?

2017-05-02 Thread HocomAdvies [ 🌷 Wiechert Hooghwinkel ]
Hi,

The strange thing is that this TS is just a plain copy from an other Typo3 7.6 
site I have running where it works fine. So, I do not see why it now suddenly 
would behave different? I will have a look at the numbering see if that helps 
me somehow. I know sometimes it helps to have it included before other elements 
(TS). So will try that as well.
In the template analyzer I do not see any errors mentioned and see the TS for 
the nav listed after the “footerdata and piwik”. So that might be the problem 
here?

Wiechert Hooghwinkel





> Op 2 mei 2017, om 16:50 heeft Christian Hackl  
> het volgende geschreven:
> 
> Oh i see you have "expAll" already.. :)
> 
> 
> But the Pipe should be in one Line "wrap = |"
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

Oh i see you have "expAll" already.. :)


But the Pipe should be in one Line "wrap = |"
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

No not viewhelper.

You have TypoScript code like:

1. page = PAGE
2. page.value = something
3.  and so on...

30. lib.nav_main = COA
31.  . and so on



than i think you have a error in a line above line 30.
So the parser breaks before it came to your "lib.nav_main".


And maybe you need this:
expAll = 1
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] f:cObject nav_menu not rendered ?

2017-05-02 Thread HocomAdvies [ 🌷 Wiechert Hooghwinkel ]
I tried it with debug but it did not provide me any info that could help me. 

Is this the way to use it? 

 

That’s giving me only:

Extbase Variable Dump
'' (32 chars)
Beste regards,
Wiechert Hooghwinkel




> Op 2 mei 2017, om 16:25 heeft HocomAdvies [ 🌷 Wiechert Hooghwinkel ] 
>  het volgende geschreven:
> 
> Hi, If you mean using something like  
> Regards,
> 
> W.
> 
>> Op 2 mei 2017, om 16:11 heeft Christian Hackl  
>> het volgende geschreven:
>> 
>> mostly there is a error code lines before your code which you have posted.
>> 
>> Is that understandable? :D Sry.
>> ___
>> TYPO3-english mailing list
>> TYPO3-english@lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] f:cObject nav_menu not rendered ?

2017-05-02 Thread HocomAdvies [ 🌷 Wiechert Hooghwinkel ]
Hi, If you mean using something like  Op 2 mei 2017, om 16:11 heeft Christian Hackl  
> het volgende geschreven:
> 
> mostly there is a error code lines before your code which you have posted.
> 
> Is that understandable? :D Sry.
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

mostly there is a error code lines before your code which you have posted.

Is that understandable? :D Sry.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Fluid, iterate through tt_content elements in colPos on a page

2017-05-02 Thread Christian Hackl

i think you can do this in your FluidTemplate:

https://www.typo3.net/forum/thematik/zeige/thema/105439/

German, but i think the second post should work.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] f:cObject nav_menu not rendered ?

2017-05-02 Thread HocomAdvies [ 🌷 Wiechert Hooghwinkel ]
Hi, 

In a new Typo3 7.6.18 system I’m including a menu like this:
   in a partial (header). The 
TS used for the menu is working in other Typo3 7.6.18 version without any 
problem. So Why is this now not included? If I try to include a simple lib.test 
it does work? So Am I overseeing something here? 
I can see the TS for the menu in the Template-Objectbrowser so why is it not in 
the FE? Any advice on this? Thanks.

 

lib.nav_main = COA
lib.nav_main {
20 = HMENU
20 {
wrap = |
entryLevel = 0
1 = TMENU
1 {
expAll = 1
noBlur = 1
wrap = |
target = _top
NO {
stdWrap.htmlSpecialChars = 1
wrapItemAndSub = |
#allWrap = |
}
ACT <.NO
  ACT{
  wrapItemAndSub = |
}

}
2 = TMENU
2 {
noBlur = 1
wrap = |
target = _top
NO {
stdWrap.htmlSpecialChars = 1
wrapItemAndSub = |
#allWrap = |
}
}
}
}


Regards,

Wiechert Hooghwinkel






   


 
HocomAdvies 

+31 (0)343 575 898 

Scherpenzeelseweg 34 • 3953MB Maarsbergen 



www.hocom-advies.nl  • i...@hocom-advies.nl

 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: FileReference anhand von Dateiname erstellen

2017-05-02 Thread Laurin Schaller

Oops, that was supposed to be posted on the German Forum. Sorry.
How do I delete?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] FileReference anhand von Dateiname erstellen

2017-05-02 Thread Laurin Schaller

Hallo Zusammen

Ich habe in meiner Extension im Backend ein Feld zum Abfüllen eines Bildes. In 
einer Backend-Action bekomme ich jeweils einen String mit dem Dateinamen eines 
Bildes. Dieses Bild ist bereits über die Dateiliste im TYPO3 abgelegt worden.

Meine Frage ist wie ich jetzt manuell in meiner Backend-Action eine 
FileReference (anhand dieses Dateinamens) erstellen kann so wie es automatisch 
beim Abfüllen des Feldes passiert.

Ich hab mir ein paar Blogposts angeschaut aber die scheinen alle auf das 
Erstellen einer FileReference im Frontend ausgerichtet und unter 6.2.

Vielen Dank
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Core update feature of Install tool does not work with PHP7

2017-05-02 Thread David Henninger

I cannot use the update check & upgrade functionality of the install tool with 
PHP7 (7.0.18-1~dotdeb+8.1), while it still works with PHP5 (5.6.30-0+deb8u1). I get 
the following error when checking for a new update (7.6.18 is already installed):

#1289386765: Could not analyse class: "TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateUpdateVersionMatrix" maybe not loaded or no autoloader? PHP Warning: Declaration of TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate::injectView(TYPO3\CMS\Install\View\JsonView $view) should be compatible with TYPO3\CMS\Install\Controller\Action\AbstractAction::injectView(TYPO3\CMS\Install\View\FailsafeView $view) in /var/www/typo3_src/typo3_src-7.6.18/typo3/sysext/install/Classes/Controller/Action/Ajax/AbstractCoreUpdate.php line 21 
___

TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english