Re: [TYPO3-english] Corruption

2009-04-10 Thread Dmitry Dulepov
Hi! Christian Tardif wrote: > I'm facing a strange corruption problem with Typo3. Unti recently, I > never had such problem with any of my installations. But since, let's > say two or three weeks, I sometimes face the problem of a non-well > rendered site. If I check (I'm working with Firefox) to

Re: [TYPO3-english] typo3 sites and enterprise applications

2009-04-10 Thread Dmitry Dulepov
Hi! Riadh wrote: > I have a question about typo3. I can not find in the documentation how can I > integrate enterprise applications with the sites developed with typo3 (in the > intranet or exemple). > > -I have found that it can be possible through web services but how? Using > extensions? M

[TYPO3-english] Save Document error

2009-04-10 Thread Andre Paschunski
Hello all, I have a problem. I'm not able to save any new item. E.g. it is not possible to update my standard admin user. As soon as I press the save document button an empty page apperas in firefox and I get a http 500 error in IE. It is quite the same if I want to create a new webpage. Nothing

[TYPO3-english] RealURL how to make the urls like this: www.mysite.com/pagetitle.html

2009-04-10 Thread Radoslav Kolarov
Hi, I can't handle with this to make all pages URLs like this: www.mysite.com/pagetitle.html So when the user goes for example to www.mysite.com/aboutus.html the system have to load the page with title aboutus. How to tell realurl to make this in $TYPO3_CONF_VARS['EXTCONF']['realurl'] array? Tha

Re: [TYPO3-english] Corruption

2009-04-10 Thread Peter Russ
--- Original Nachricht --- Absender: Christian Tardif Datum: 10.04.2009 02:13: > I'm facing a strange corruption problem with Typo3. Unti recently, I > never had such problem with any of my installations. But since, let's > say two or three weeks, I sometimes face the problem of a non-we

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Hi, Dmitry. > Hi! > > Victor Livakovsky wrote: > >> Where an I wrong? Maybe, I forgot something? >> > > One thing that I forgot in the article is including the userfunc file. This > should be done in typo3conf/localconf.php. includeLibs in TS will not work Thank you for your responce. I'

[TYPO3-english] Get page id and decrease with 1

2009-04-10 Thread Radoslav Kolarov
Hi All, I want to get page ID with typoscript and decrease the number with one. I get the ID with this code: temp.value.field = uid and set prioriCalc to 1 temp.value.prioriCalc = 1 But how to decrease the number? I try some solutions for example: temp.value = {field:uid} - 1 but it recognize {

[TYPO3-english] CoolUri - tt_news -> related news

2009-04-10 Thread Joe Berger
Hi, using CoolUri mit TYP03 4.2.6 I'm very happy. But now I discovered the following problem: The Link to related news in single view is wrong. This is a normal tt_news link to a single view: http://mydomain.de/news/meisterkonzerte-der-musikalischen-akademie.html And this is a link from singl

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > 4. Created new TO with "Mobile version" type of rendering. (by the way, > when I look at this TO at TV module it's filed "Render Type:" contain > nothing, but when I edit it "Mobile version" is presented at drop-down > menu) This is a bit suspicious. > I also tried

Re: [TYPO3-english] Get page id and decrease with 1

2009-04-10 Thread Dmitry Dulepov
Hi! Radoslav Kolarov wrote: > I want to get page ID with typoscript and decrease the number with one. > I get the ID with this code: > > temp.value.field = uid Don't use "temp" on its own. Use "temp.something", not just "temp". > and set prioriCalc to 1 > temp.value.prioriCalc = 1 > > But how

Re: [TYPO3-english] Get page id and decrease with 1

2009-04-10 Thread Radoslav Kolarov
Hi, thanks for the response Dmitry Dulepov wrote: > Hi! > > Radoslav Kolarov wrote: > >> I want to get page ID with typoscript and decrease the number with one. >> I get the ID with this code: >> >> temp.value.field = uid >> > > Don't use "temp" on its own. Use "temp.something", not just "

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Hi, Dmitry. >> I also tried to comment the condition [userFunc = user_isMobile] - so, >> the mobile template should be applied at 'normal' browser, but nothing >> happened. >> > > How does your page declaration look like? > > page = PAGE > page.10 ..<- what is here Here is the

Re: [TYPO3-english] Changing templavoila fields (typoscript path) by my own extension

2009-04-10 Thread Arne Reith
Hello Dmitry, thank you for your answer. (and the great book about extension development, I like it very much :) I don't know if I understand you. But I think the USER Object, to get the content of an extension, is not that what I need. I have an extension wich loads data from different constr

Re: [TYPO3-english] Save Document error

2009-04-10 Thread Andre Paschunski
Hello, In the meantime the first problem has been solved. I changed nothing but I was able to change the admin username. But now I have the following problem. If I wan't to add a page I get the following message: 2: SQL error: 'Unknown column 'hidden' in 'field list'' (pages:NEW49df3261c2488)

Re: [TYPO3-english] Save Document error

2009-04-10 Thread Simon Harhues
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andre, Andre Paschunski schrieb: > If I wan't to add a page I get the following message: > > 2: SQL error: 'Unknown column 'hidden' in 'field list'' > (pages:NEW49df3261c2488) > > Anybody an Idea how to fix? Seems, that you've got a broken databa

Re: [TYPO3-english] Save Document error

2009-04-10 Thread Dmitry Dulepov
Hi! Andre Paschunski wrote: > In the meantime the first problem has been solved. I changed nothing but I > was able to change the admin username. No idea about your first problem. > But now I have the following problem. > > If I wan't to add a page I get the following message: > > 2: SQL error

Re: [TYPO3-english] Changing templavoila fields (typoscript path) by my own extension

2009-04-10 Thread Dmitry Dulepov
Hi! Arne Reith wrote: > I simply want to access other elements of the page content from my > extension. You can do it only for elements that are rendered after your plugin, not before. Why don't you render the title inside the plugin, together with record rendering? -- Dmitry Dulepov In TYPO3

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > page.10 < plugin.tx_templavoila_pi1 > page.10.userFunc = tx_templavoila_pi1->main_page That should work. > Also tried this: > page.10 = USER > page.10.userFunc = tx_templavoila_pi1->main_page This will not. What phone do you try? -- Dmitry Dulepov In TYPO3 blog

Re: [TYPO3-english] cooluri and language tag - /de

2009-04-10 Thread Andreas Burg
Hello Jan, > Whatever, I think that common practice is > > example.com for default language (german in your case) > example.com/lang for rest > > What you have to do is to redirect (using mod_rewrite) "example.com" to > "example.com/de". In such case there will be L variable set and > hopefully

Re: [TYPO3-english] content elements are always saved even when closed without saving???

2009-04-10 Thread Morten Kjems
> This is how it works. TemplaVoila creates the object even before the editor > started to edit it. This was made by Robert&Kasper long time ago and was not > changed since. The reason behind it is to place the object into the right > content block on the page. It was the simplest solution at th

[TYPO3-english] Tagging all sorts of content

2009-04-10 Thread Rik Willems
Hi all, Some while ago I read a discussion [1] about a new extension that would allow tagging of all sorts of content (tt_content, tt_news, cal, etc.). An existing extension would/should be merged into the new one and some nice plans were discussed. Did anything come from this? Or, what is cur

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Aha! I've trued the same at other web. And it perfectly works! So, it's not a problem of your manual. I'll make a research and write in this thread, what's wrong, if I find it :) Thank you for support! :) >> Also tried this: >> page.10 = USER >> page.10.userFunc = tx_templavoila_pi1->main_page >>

Re: [TYPO3-english] content elements are always saved even when closed without saving???

2009-04-10 Thread Dmitry Dulepov
Hi! Morten Kjems wrote: > Is this only true for editors? The problem is none existing when content > elements are created by an administrator? For admins too. -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/cbrealurl-preconfigure-your-realurl.html LinkedIn: http://www.linked

Re: [TYPO3-english] Get page id and decrease with 1

2009-04-10 Thread Dmitry Dulepov
Hi! Radoslav Kolarov wrote: > I have insertData but it still return {field:uid} as null Than "temp" is incorrect I think... For example, in you original TS: temp.value.field = uid What is the type of "temp"? -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/cbrealurl-pr

[TYPO3-english] problem with popup window

2009-04-10 Thread Adrian Marcinkowski
Hello everyone I have the problem with popup window. When I click on the photo, the popup window give me the message about not existing address and in the address path I have www.mywebsite.comindex.php without "/" before index.php Can anybody tell me how to fix this? Thanks

Re: [TYPO3-english] problem with popup window

2009-04-10 Thread Georg Ringer
Adrian Marcinkowski schrieb: > Can anybody tell me how to fix this? add the / to the end of the baseURL georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] problem with popup window

2009-04-10 Thread Marcus 'biesior' Biesioroff
Adrian Marcinkowski pisze: > Hello everyone > > I have the problem with popup window. When I click on the photo, the > popup window give me the message about not existing address and in the > address path I have www.mywebsite.comindex.php without "/" before index.php > > Can anybody tell me how

Re: [TYPO3-english] problem with popup window

2009-04-10 Thread Adrian Marcinkowski
Georg Ringer pisze: > Adrian Marcinkowski schrieb: >> Can anybody tell me how to fix this? > > add the / to the end of the baseURL > > georg Thanks Georg - it works! ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfield

Re: [TYPO3-english] content elements are always saved even when closed without saving???

2009-04-10 Thread Morten Kjems
> For admins too. You are right! I guess the editor just have have to click delete when they regret the creation of content. Thanks ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/lis

[TYPO3-english] Simple newsletter subscription

2009-04-10 Thread Morten Kjems
I am looking for a really simple email subscription solution. This is the subscription process I want: 1. The user types his name and email in a simple form and click subscribe. 2. A confirmation email is sent 3. The email is stored No need to confirm email or chose categories etc... Any plugin

Re: [TYPO3-english] problem with popup window

2009-04-10 Thread Marcus 'biesior' Biesioroff
Marcus 'biesior' Biesioroff pisze: > config.baseURL _have to_ end with the slash / > > i.e. > config.baseURL = http://www.yourdomain.loc/ :) I see Georg that you was first, sorry, I missed your answer. -- Marcus 'biesior' Biesioroff a.k.a. Marek Krawczyk (original) Polish TYPO3 Community Pr

Re: [TYPO3-english] content elements are always saved even when closed without saving???

2009-04-10 Thread Dmitry Dulepov
Hi! Morten Kjems wrote: > I guess the editor just have have to click delete when they regret the > creation of content. ...or think before creating it! :D Am I too pedantic? :) -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/cbrealurl-preconfigure-your-realurl.html LinkedIn:

Re: [TYPO3-english] problem with popup window

2009-04-10 Thread Georg Ringer
Marcus 'biesior' Biesioroff schrieb: > :) I see Georg that you was first, sorry, I missed your answer. don't be sorry for telling the solution too ;) happy easter georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfi

Re: [TYPO3-english] Tagging all sorts of content

2009-04-10 Thread Michael Cannon
Try tagpack at http://typo3.org/extensions/repository/view/tagpack/current/ -- Michael Cannon CEO, Acqal Corporation -- Official TYPO3 Agency for Website Content Management Taiwan +886 9 8329 0956 US +1 (404) 963-8850 x103 Fax +1 (866) 275-7385 Read more at www.Acqal.com/blog

[TYPO3-english] ve_guestbook: captcha checking always fails

2009-04-10 Thread Damien Sauveron
Dear all, I have a problem by using captcha with ve_guestbook. Everything is ok (captcha images appears, the fields also) until I submit the form. Indeed, the checking fails, an error message informs the user that the captcha is invalid and the message is not included in the guestbook. I have e

Re: [TYPO3-english] Simple newsletter subscription

2009-04-10 Thread Steffen Gebert
Morten Kjems wrote: > I am looking for a really simple email subscription solution. > > This is the subscription process I want: > 1. The user types his name and email in a simple form and click subscribe. > 2. A confirmation email is sent > 3. The email is stored > > No need to confirm email or

Re: [TYPO3-english] Changing templavoila fields (typoscript path) by my own extension

2009-04-10 Thread Arne Reith
Hi Dmitry, > You can do it only for elements that are rendered after > your plugin, not before. Thats sounds logical. And I suppose there is no way to affect the order of execution?! > Why don't you render the title inside the plugin, together > with record rendering? On all pages the h1 t

Re: [TYPO3-english] typo3 sites and enterprise applications

2009-04-10 Thread Riadh
thank you Dmitry Dulepov for replying I have searched a lot in the internet about how can I use web services in a php code. I have found a lot of tools like nuSOAP, Pear SOAP or I can even use the extension of php 5 for saop web services. But I prefer using another third party framework : WSO2 W

[TYPO3-english] error

2009-04-10 Thread Vahan Amirbekyan
Hi, I am not sure if this is the right place for this message but anyway... I am running typo3 4.2.2 and still see this code below in the core when the "''" is being returned is the file for the page cache HTML content is not found. Why not to re-cache the page? instead of this dead-end solution

Re: [TYPO3-english] error

2009-04-10 Thread Dmitry Dulepov
Hi! Vahan Amirbekyan wrote: > I am running typo3 4.2.2 and still see this code below in the core when Old insecure version!!! > Who should I send the patch to ? http://typo3.org/teams/core/core-mailinglist-rules/ Make sure you follow the rules described there. -- Dmitry Dulepov In TYPO3 blog

Re: [TYPO3-english] typo3 sites and enterprise applications

2009-04-10 Thread Dmitry Dulepov
Hi! Riadh wrote: > Is it possible or not to integrate this frameworks with typo3 through > extensions or directly through php ? It will not create problems in the > CMS? It depends on how it is integrated :) > I can not understand why in typo3 documentation there is no information > about integr

Re: [TYPO3-english] Changing templavoila fields (typoscript path) by my own extension

2009-04-10 Thread Dmitry Dulepov
Hi! Arne Reith wrote: > Thats sounds logical. And I suppose there is no way to affect the order > of execution?! It is executed in the order of DS fields. I would not rely on the order in the plugin, I would search for some other way. > If I put the h1 in the div of the extension, my css to acc

Re: [TYPO3-english] cooluri and language tag - /de

2009-04-10 Thread Jan Bednarik
Hi, > But maybe you can help me getting rid of the /lang suffix at all, and > you have a solution, to solve it with subdomains en.domain .com and > de.domain .com, with cooluri in a singletree concept? I've searched the > net, but have still no idea how to do this. I'm currently working on thi

Re: [TYPO3-english] CoolUri - tt_news -> related news

2009-04-10 Thread Jan Bednarik
Hi Joe, do a quick check - disable CoolUri and see if it works. If so, post an uncool (without CoolUri enabled) link to the related news so I can see how it looks. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ___ TYPO3-english mailing

[TYPO3-english] Change TYPO3_SITE_SCRIPT

2009-04-10 Thread Jan Bednarik
Hey guys, there's a web running on really bad hosting which I cannot do anything about. The problem is that TYPO3_DOCUMENT_ROOT directory is different from what it is supposed to be. I cannot upload any file because: Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir re

Re: [TYPO3-english] Change TYPO3_SITE_SCRIPT

2009-04-10 Thread Jan Bednarik
It's really stupid. See yourself: echo __FILE__: /srv3/www/eurofilmfest.cz/subdomains/www/touch.php $_SERVER[SCRIPT_FILENAME] => /home/www/eurofilmfest.cz/subdomains/www/touch.php it doesn't make sense! -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ___

Re: [TYPO3-english] Tagging all sorts of content

2009-04-10 Thread Jigal van Hemert
Hi Rik, > Some while ago I read a discussion [1] about a new extension that would > allow tagging of all sorts of content (tt_content, tt_news, cal, etc.). There was a discussion about a general category extension. There is already a general tagging extension: tagpack. I tried an older version a

Re: [TYPO3-english] CoolUri - tt_news -> related news

2009-04-10 Thread Joe Berger
Hi Jan, here is an uncool link for a related news in tt_news. http://www.mydomain.de/index.php?id=1402&tx_ttnews[tt_news]=222&cHash=43b19e b7aa It works fine. The strange thing is, that I can't see a difference to a normal tt_news link form a list view to a single view which transforms Cool

Re: [TYPO3-english] cooluri and language tag - /de

2009-04-10 Thread Andreas Burg
Great, I stay tuned. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] ve_guestbook: captcha checking always fails

2009-04-10 Thread Andreas Burg
Damien > My configuration is the following: > typo3 4.2.4 > captcha 1.1.0 > sr_freecap 1.1.2 > ve_guestbook 2.7.1 update to TYPO3 4.2.6 did you choose sr_freecap on the Formular-Tab in the plugin? Do you have something like this in your template? ###FORM_LEGEND_CAPTCHA### ###SR

Re: [TYPO3-english] ve_guestbook: captcha checking always fails

2009-04-10 Thread Damien Sauveron
Dear Andreas, First of all, thanks for your answer. Andreas Burg a écrit : > Damien > >> My configuration is the following: >> typo3 4.2.4 >> captcha 1.1.0 >> sr_freecap 1.1.2 >> ve_guestbook 2.7.1 > > update to TYPO3 4.2.6 After updating typo3, sr_freecap works but not captcha 1.1.0. Perhaps

Re: [TYPO3-english] ve_guestbook: captcha checking always fails

2009-04-10 Thread Andreas Burg
Hi Damien I don't think it's necessary to post so much code. Do you have something like this in your TSsetup? plugin.tx_veguestbook_pi1.templateFile = fileadmin/veguestbook_template.html I just use it with sr_freecap. You can config it very nicely, perhaps like this in your constants: plugin.

Re: [TYPO3-english] ve_guestbook: captcha checking always fails

2009-04-10 Thread Damien Sauveron
Hi Andreas, Andreas Burg a écrit : > I don't think it's necessary to post so much code. I thought that I was interesting to add this small javascript code to avoid spam and since I have found it only in one webpage, it could be interesting to have it somewhere on another archive for interested

Re: [TYPO3-english] error

2009-04-10 Thread Vahan Amirbekyan
Hi Dmitry, you are righ upgrade is needed to 4.2.6 I was waiting for 4.3. Here is the patch... just to complete this thread. line 2756, class.tslib_fe.php case 'get': //$row['HTML'] = @is_file($cacheFileName) ? t3lib_div::getUrl($cacheFileName) : ''; if ( @is_file($cacheFileName)

Re: [TYPO3-english] Change TYPO3_SITE_SCRIPT

2009-04-10 Thread Dmitry Dulepov
Hi! Jan Bednarik wrote: > It's really stupid. See yourself: > > echo __FILE__: /srv3/www/eurofilmfest.cz/subdomains/www/touch.php > $_SERVER[SCRIPT_FILENAME] => > /home/www/eurofilmfest.cz/subdomains/www/touch.php > > it doesn't make sense! Why not? It means your hoster uses links or directory

Re: [TYPO3-english] error

2009-04-10 Thread Dmitry Dulepov
Hi! Vahan Amirbekyan wrote: > you are righ upgrade is needed to 4.2.6 > I was waiting for 4.3. You will wait for a long time and eventually your site will be hacked. Upgrade is very simple for patch level releases, it will take you minutes to become secure... -- Dmitry Dulepov In TYPO3 blog: