Re: [TYPO3-english] Fatal error problem

2009-05-13 Thread Steffen Gebert
harishathreya . wrote: > Hi, > Our customer has shifted to a new ISP some days ago nad since then we are > getting this error time and again > *Fatal error: Out of memory (allocated 6553600) (tried to allocate 77824 > bytes)* > > Our customer is an employee engagement company which hosts few > c

Re: [TYPO3-english] Subject: changing wrap for first and last menu items

2009-05-13 Thread David Bruchmann
- Ursprüngliche Nachricht - Von:David Banning Gesendet: Donnerstag, 14. Mai 2009 05:25:59 An: Farooq CC: typo3-english@lists.netfielders.de Betreff:Re: [TYPO3-english] Subject: changing wrap for first and lastmenuitems >>You need to wrap your men

[TYPO3-english] Fatal error problem

2009-05-13 Thread harishathreya .
Hi, Our customer has shifted to a new ISP some days ago nad since then we are getting this error time and again *Fatal error: Out of memory (allocated 6553600) (tried to allocate 77824 bytes)* Our customer is an employee engagement company which hosts few competitions for its customers... sometim

Re: [TYPO3-english] Subject: changing wrap for first and last menu items

2009-05-13 Thread David Banning
>You need to wrap your menu this way to give different classes to first >and last li's generated, >? >? wrap = | ? ? //? this is >outer UL within which li's will appear >? ? ? ? NO.allWrap = | |*| class="normal"> | |*| | ? ? // this is >parttdioning li's in

[TYPO3-english] regexp for url_rewrite

2009-05-13 Thread Daniel Bruessler
Hello, why does this lead to an internal server error? RewriteRule ^(.+)\.( |_|%20)+(.+)$ /index.php?title=$1_.$3 [L] Test-cases: Dam_1._Documentation Dam 1. Documentation Dam%201.%20Documentation The regexp-tester says it does match properly. http://regexpal.com/ This is has the same result:

Re: [TYPO3-english] Show content - when no submenu

2009-05-13 Thread Loek Hilgersom
Hi Hanspeter, If I understand you correctly, this might solve your problem: page.10.subparts.leftNavBarGeneric < temp.menu page.10.subparts.leftNavBarGeneric.stdWrap { required = 1 ifEmpty.cObject < styles.content.getRight } Loek ___ TYPO

[TYPO3-english] Realurl preVars and lookUpTable

2009-05-13 Thread Loek Hilgersom
Hi, I'm trying to a realurl preVars configuration working with a lookUpTable and where the path segment will be skipped for the default option. The url's should be like /page, /groupname/page, /othergroupname/page, etc. It works if I do like this: 'preVars' => array( . arra

Re: [TYPO3-english] Domains scenario

2009-05-13 Thread Rachel Foucard
Hi, I'm not sure, but you may find something interesting on the TSREF with : config.typolinkCheckRootline and config.typolinkEnableLinksAcrossDomains Rachel Foucard. http://www.w-seils.com http://www.q-seils.com "Sergio" a écrit dans le message de news: mailman.83.1242142100.4032.typo3-engl...@

Re: [TYPO3-english] rgsendnews error

2009-05-13 Thread Rupert Germann
hi Ahmed, this message is a new feature in tt_news 3.0.0 called "config validation". it is enabled by default but you can switch it off in TypoScript: plugin.tt_news.enableConfigValidation = 0 greets rupert Ahmed Moosavi wrote: > Ahmed Moosavi wrote: >> Hello , >> I've complemented tt_news 3.

Re: [TYPO3-english] Xajax multiple plugins one page

2009-05-13 Thread Mauro Lorenzutti
Hi Gijs, > Hello, > > We used to have a problem with multiple plugins using the xajax > extension on 1 page for example pi1 and pi2 use xajax so it's being > loaded twice and creates an error. > > "Function blabla() is missing" it triggers this errror in the first > plugin typo3 loads on the pa

[TYPO3-english] Xajax multiple plugins one page

2009-05-13 Thread Gijs Epping
Hello, We used to have a problem with multiple plugins using the xajax extension on 1 page for example pi1 and pi2 use xajax so it's being loaded twice and creates an error. "Function blabla() is missing" it triggers this errror in the first plugin typo3 loads on the page, in this case pi1, bu

Re: [TYPO3-english] Video sharing project. Anyone interested?

2009-05-13 Thread Paul Bucalo
I think ffmpeg is more like ImageMagick in terms of complexity and footprint on the server. I've never tried to install from RPM (I can't even imagine an extension that installs something from source) but supposedly it's possible: http://www.mysql-apache-php.com/ffmpeg-install.htm Perhaps any ffmpe

Re: [TYPO3-english] freeCap - help plz

2009-05-13 Thread André L. Keidser
Hi Thank you very mutch! A Rachel Foucard skrev: > Hi, > > freecap is used for including a captcha in extensions form. > I think that maag_formcaptcha is made for your needs. It will include > captcha in standard TYPO3 mailforms, nothing more. > > Rachel Foucard. > http://www.w-seils.com > http

Re: [TYPO3-english] Typogento Realurl configuration

2009-05-13 Thread Prakash
Hi, I observed similar behavior even on the Demo store of www.typogento.com If you go to: http://www.typogento.com/shop/ and click on any of the category menu item like Furniture, Electronics or Apparel you will observer similar 404 errors. Is this issue solved yet? Regards, Prakash Bhat Pra

[TYPO3-english] Show content - when no submenu

2009-05-13 Thread Hanspeter Jakober
Hello I've got a horizontal mainmenu and a vertikal submenu. If there's no submenu available, then I'd like to show the content of the right col. How can I manage this? Thanks for your feedback. Cheer - Peter Typoscript example: page.10.subparts.leftNavBarGeneric < temp.menu #Show this line

Re: [TYPO3-english] freeCap - help plz

2009-05-13 Thread Rachel Foucard
Hi, freecap is used for including a captcha in extensions form. I think that maag_formcaptcha is made for your needs. It will include captcha in standard TYPO3 mailforms, nothing more. Rachel Foucard. http://www.w-seils.com http://www.q-seils.com ""André L. Keidser"" a écrit dans le message de

Re: [TYPO3-english] Modifying extensions db structure after creation

2009-05-13 Thread Xavier Perseguers
Hi, > i have created an extension and worked through setting things up correctly in > the plugins Class. Now, i see that i have missed fields in the DB. And would > like to change names of existing ones. How would i best alter the db? > > Is it safe to just alter the db (by hand) and write cha

[TYPO3-english] Modifying extensions db structure after creation

2009-05-13 Thread Manuel Schmidt
Hello, i have created an extension and worked through setting things up correctly in the plugins Class. Now, i see that i have missed fields in the DB. And would like to change names of existing ones. How would i best alter the db? Is it safe to just alter the db (by hand) and write changes

Re: [TYPO3-english] Video sharing project. Anyone interested?

2009-05-13 Thread Morten Kjems
> While uploading a new video it was possibile to select a category > (funny, people, ecc.) that is based on DAM categories. It was also > possible to order videos based on upload time, rating, comments number, > number of views and (obviously) title. Nice! I like all these features. I have ne

Re: [TYPO3-english] Pages titles on BE and FE

2009-05-13 Thread Xavier Perseguers
Hi, > how could I define a certain title for a page that is shown in the BE > menu and a different title that is shown in the website navigation for > FE? Play with fields "title" and "navigation title" of your page. You may need to update your TS to show the good one in FE. Regards -- Xavi

Re: [TYPO3-english] Pages titles on BE and FE

2009-05-13 Thread Dmitry Dulepov
Hi! Sergio wrote: > how could I define a certain title for a page that is shown in the BE > menu and a different title that is shown in the website navigation for > FE? Use "Title" field for BE and "Navigation title" for FE. -- Dmitry Dulepov In the TYPO3 blog: http://dmitry-dulepov.com/arti

[TYPO3-english] Pages titles on BE and FE

2009-05-13 Thread Sergio
Hi, how could I define a certain title for a page that is shown in the BE menu and a different title that is shown in the website navigation for FE? Thanks, Sergio ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netf