Re: [TYPO3] TYPO3 4.2 on PHP 5.1

2008-06-10 Thread Michael Stucki
Krystian Szymukowicz wrote: > at http://typo3.org/about/system-requirements/ > there is that TYPO3 4.2 requires PHP 5. Actually this is wrong and should say PHP 5.2 not just PHP 5. I've just fixed that. > So it should go on PHP 5.1. > http://news.typo3.org/news/article/typo3-association-releases-

[TYPO3] active menu item sort/ display active menu item first

2008-06-10 Thread Kathryn Blair
Hi everyone, I hope you can help me out with this. I am a TYPO3 n00b, but I've been trying to find an answer for my question - unfortunately I'm not sure if my approach is at all correct so it's hard to search for the right keywords. Anyway, here's what I need to do. I have a site with four d

Re: [TYPO3] TYPO3 4.2 on PHP 5.1

2008-06-10 Thread Marcus Krause
Krystian Szymukowicz schrieb: > > hi > > at http://typo3.org/about/system-requirements/ > there is that TYPO3 4.2 requires PHP 5. > > So it should go on PHP 5.1. > > > > But > http://news.typo3.org/news/article/typo3-association-releases-version-42-focus-on-usability-and-performance-improveme

Re: [TYPO3] More than 8 image columns

2008-06-10 Thread Maarten Mandemaker
Hi Peter, Thank you for your clear answer. It works perfectly. Maarten Mandemaker Peter Klein schreef: > Hi Maarten. > > If you in the Page TSConfig of your root page, adds this: > > -- cut -- > TCEFORM.tt_content.imagecols.addItems { > 9 = 9 > 10 = 10 > 11 = 11 > # etc. > } > > Then yo

[TYPO3] TYPO3 4.2 on PHP 5.1

2008-06-10 Thread Krystian Szymukowicz
hi at http://typo3.org/about/system-requirements/ there is that TYPO3 4.2 requires PHP 5. So it should go on PHP 5.1. But http://news.typo3.org/news/article/typo3-association-releases-version-42-focus-on-usability-and-performance-improvements/ it states that is should be PHP 5.2. So how is

Re: [TYPO3] More than 8 image columns

2008-06-10 Thread Peter Klein
Hi Maarten. If you in the Page TSConfig of your root page, adds this: -- cut -- TCEFORM.tt_content.imagecols.addItems { 9 = 9 10 = 10 11 = 11 # etc. } Then you'll get 3 additional colums. You can expand it with more if you need it. -- Peter Klein -- cut -- "Maarten Mandemaker" <[EMAIL P

[TYPO3] More than 8 image columns

2008-06-10 Thread Maarten Mandemaker
Hi there, Does anyone know how I can adjust TYPO3 so I can choose to display more than 8 image columns? Greets, Maarten Mandemaker ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/t

Re: [TYPO3] SOAP error

2008-06-10 Thread Allan Jacobsen
Nusoap collides with the builtin xml in newer versions of php. If you really want to use nusoap, then you can go in the file and change the 2 places where it says soapclient to soap_client, and change your code in the same way. Best regards/MVH Allan Jacobsen Infrastruktur, Danske Spil A/S Kors

Re: [TYPO3] SOAP error

2008-06-10 Thread Dmitry Dulepov [typo3]
Hi! Antonio Álvarez Feijoo wrote: > I'm trying to use the class nusoap, but I don't know why it fails. > > - With require_once(PATH_typo3.'mod/tools/em/class.nusoap.php'): > > Fatal error: Cannot redeclare class soapclient in > /var/www/mysite/typo3_src-4.1.2/typo3/mod/tools/em/class.nusoap.php

Re: [TYPO3] RealUrl with TYPO3 4.2 error

2008-06-10 Thread Daniel Calderini
Hi Fabien, Thanks for your answer! After many test I found that the problem didn't come from TYPO3 but from RealURL. My old site used RealURL 1.1.4. For the new one I used RealURL 1.4.0. It seems that there was a change in the way RealURL handled the rootpage_id option between versions 1.2

[TYPO3] SOAP error

2008-06-10 Thread Antonio Álvarez Feijoo
Hello, I'm trying to use the class nusoap, but I don't know why it fails. - With require_once(PATH_typo3.'mod/tools/em/class.nusoap.php'): Fatal error: Cannot redeclare class soapclient in /var/www/mysite/typo3_src-4.1.2/typo3/mod/tools/em/class.nusoap.php - Without require_once(PATH_typo3.'

Re: [TYPO3] RealUrl with TYPO3 4.2 error

2008-06-10 Thread Dmitry Dulepov [typo3]
Hi! Daniel Calderini wrote: > This configuration comes from an old TYPO3 4.0 installation, where it > works perfectly! > > Have I done something wrong? I can propose to open a bug report about it. There were some changes in RealURL and TYPO3 regarding shortcut handling. May be you found a new

Re: [TYPO3] RealUrl with TYPO3 4.2 error

2008-06-10 Thread Fabien Udriot
Hi Daniel, For my realurl's configuration, I often use the extension "cbrealurl" which provides a nice default configuration. Very easy to install. You might consider having a look at it. Fabien Daniel Calderini a écrit : > Hi, > > I have the following page tree in a TYPO3 4.2 installation: