Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 8 June 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
01:51 mm2mm2 ACTION Working with a Typo3 developer...he is always "resetting" our server. This usually happens when we update pages, even though we clear the caches on our local and live servers. The "reset" can only be done by him...this giy has taken two years to deliver a fairly basic site, and he still hasn't worked out the whole permission level arrangement, either. But this business about "resetting the server" is troubling, as he says he is the only one who can d
02:14 nkuttler mm2mm2: two years? have you considered.. you know.. creating some competition?
02:40 Fery hello
02:40 Fery I can use some help with removing css with ts on a single page
02:41 Fery any typo3 guru around?
02:41 Fery :)
02:42 Fery echo
09:11 noway Hi alll!
09:12 noway tt_products say Shop Plugin:: Wrong parameters. GET/POST var 'tt_products[product]' is missing or no product with uid = 1 found on allowed pages 2 .
09:12 noway demo here http://santehoptstroy.ru/index.php?id=7&tt_products[cat]=1&cHash=168299176e5897831678c2824ff98fa6
09:12 noway please help
09:13 aterriblechaos noway: sounds quite clear, no product with uid 1 exists, when setting tt_products[product]=2 like this http://santehoptstroy.ru/index.php?id=7&tt_products[cat]=1&cHash=168299176e5897831678c2824ff98fa6&tt_products[product]=2 it works
09:14 noway aterriblechaos: ok, then how to post categories in the menu?
09:15 noway I do it this way
09:15 noway page.10.marks.VMENU = COA
09:15 noway page.10.marks.VMENU {
09:15 noway 10 < plugin.tt_products
09:15 noway 10.code >
09:15 noway 10.code = LISTCAT
09:15 noway # Sysfolder mit den Kategorien
09:15 noway 10.pid_list = 2
09:15 noway 10.expAll = 1
09:15 noway }
09:17 aterriblechaos looks good, what is the output of this snippet ?
09:19 noway aterriblechaos: It render menu on the right
09:26 tmkd hi
09:26 tmkd how can i resize all images that appear on single
09:26 tmkd ???
09:26 tmkd displaySingle.image.file.width = 200 for example?
09:48 Sephis hi im searching a good doku with a small howto for realurl ?
10:20 Prot0 morning
10:22 PiMB morning
10:28 Prot0 what ever happened to http://snippets.typo3.org/ ?
10:28 Prot0 tech probs again?
10:28 PiMB went down and never up again.
10:28 PiMB maybe mail to someone?
10:28 PiMB :)
10:28 PiMB or is there someone here that got something to do with .typo3.org?
10:30 Prot0 i read steffen kamper maintains that one, there was a news article at the end of 2009 that said it went back up after some tech problems
10:30 Prot0 ill tweet it :D
10:30 Prot0 maybe someone knows it there
10:37 _newbie3 hi people. who knows how to use templates in the development of extensions ??
10:38 _newbie3 for displaying content
10:38 PiMB |o,
10:38 _newbie3 a
10:38 _newbie3 \name Gera
10:38 _newbie3 blin
10:39 PiMB better yet
10:39 PiMB even google knows..
10:39 PiMB http://wiki.typo3.org/index.php/Extension_Development,_using_HTML-Templates
10:40 chris--- hi
10:40 gera PiMB: cool_
10:40 gera ))
10:41 Prot0 hey
10:42 chris--- i have a really weird problem with my latest typo3 installation. as soon as i try to edit a content element i get a message saying "Ok" and then i get logged out of the backend. after googeling the problem i saw that quite a few people had this problem, unfortunately nobody has a solution. after searching for quite a bit i found out that it has to do with the TS for rtehtmlarea. can anyone think of a reason why this may the case?
10:44 Prot0 chris---: havent heard of that before, what browser/os are you using?
10:45 chris--- Prot0: here it comes, same problem under: mac with FF and safari and Win with IE6/7/8 and FF
10:46 chris--- doesn't look like a browser problem to me. or at least i hope so, because nearly every browser is unusable :)
10:46 Prot0 :-) and what version of TYPO3?
10:46 chris--- latest, 4.3.3
10:48 chris--- teh TS setup i use is the one i've used a hundred times before without any problems. added it to the rootpage of my site in the options tab (also as always)
10:48 chris--- the
10:48 chris--- as soon as i delete it everything returns to normal
10:48 Prot0 TS setup as in Page/User TSconfig?
10:48 chris--- jep
10:49 PiMB tried deleting it line for line
10:49 chris--- let me paste it somewhere
10:49 PiMB see what is the problem?
10:49 Prot0 :-)
10:50 chris--- PiMB: did that already
10:50 chris--- http://pastie.org/996095
10:52 PiMB and? any result on where things are wrong?
10:52 Prot0 did you try entryHTMLparser_db = 0 ?
10:53 chris--- PiMB: give me a second, i'm testing it again
10:53 Prot0 something weird in there: .tags
10:53 Prot0 . is not needed there
10:58 chris--- git it
10:58 chris--- got it
10:58 chris--- "contentCSS = fileadmin/templates/css/rte_classes.css"
10:59 Prot0 :-)
11:00 chris--- interesting though that this leads to a log out, that requires you delete all your cookies to be able to log back in
11:00 gera $this->templateHtml = $this->cObj->fileResource('header_reg.html');
11:00 gera help please
11:01 gera ow to correctly specify the path to the file?
11:01 Prot0 where is the file located?
11:01 gera how to correctly specify the path to the file?
11:02 Prot0 can be fileadmin/files/path/to/file/file.html
11:02 gera typo3/ext/asb/templates
11:02 Prot0 or EXT:my_ext/res/template.html
11:02 gera may be use variable like PATH_TO_EXT
11:02 gera ??
11:02 Prot0 EXT:
11:02 Prot0 ..
11:03 gera oo__
11:03 Prot0 EXT:ext_key/templates/file.html
11:03 gera thanks))
11:05 Prot0 welcome
11:16 xaver how can i change the <title> in a extansion (own extansion), i searched and found always typoscript
11:16 Prot0 page title tage?
11:16 Prot0 *tag
11:16 xaver yes
11:17 Prot0 its stored in $GLOBALS['TSFE'']
11:17 Prot0 depends on how its rendered
11:18 xaver ok, var_dump $GLOBALS['TSFE'] and i dont found the title :(
11:18 Prot0 hehe
11:18 Prot0 its probably set with typoscript somewhere
11:18 Prot0 page.headerData.x ..
11:19 xaver yes
11:20 xaver i fountdh is: $GLOBALS['TSFE']->page['title'] = 'new title';
11:20 xaver but no change
11:20 PiMB $GLOBALS['TSFE']->page['title'] =
11:20 PiMB could be that someone else overwrites this
11:21 PiMB I know tt_news has a line that does for instance
12:12 aterriblechaos Somebody has a tip how i can implement differnet shipping costs depending on the weight of products in commerce ?
12:39 proserion Hey ppl, I know that it is possible for the pids to be shown at the tree in BE, but where do I enable that feature?
12:39 Prot0 User TSconfig
12:40 Prot0 add options.pageTree.showPageIdWithTitle = 1
13:24 xaver i use realurl in 1 projekt and i have 2 rootpages / trees, any idear for the config
13:27 maholtz|WORK morning ;)
13:28 ironm morning maholtz|WORK
13:34 ironm hi guys .. has one of you a running typo3 4.4 beta 3 with at least two languages?
13:36 Prot0 nope, only 1 lang
13:37 ironm Prot0: I miss language_ids in TMENU links when adding the second (or more) language
13:38 ironm Prot0: both links (pages) have a second alternative language defined and both have content in both languages
13:40 Prot0 hm, well no clue about that. It's still beta so.. should check the bugtracker if there are any known errors about this (if you are sure that your configuration is correct :-))
13:40 maholtz|WORK @ironm: did you test it with 4.3?
13:40 ironm maholtz|WORK: yes .. it is working as it should
13:40 ironm 4.3.3
13:41 maholtz|WORK so, please check bugs.typo3.org and if there is no such issue, please write an bug report
13:42 ironm maholtz|WORK: https didn't work as expected for typo3 4.3.3 .. TMENU links have still http even the baseURL ist https://...
13:42 ironm maholtz|WORK: I did .. last week . not real raction until today: http://bugs.typo3.org/view.php?id=14607
13:43 ironm reaction ...
13:43 ironm maholtz|WORK: typo3 4.4 beta3 works at least with https as a baseURL correctly ..
13:47 maholtz|WORK @ironm: what happens if you deactivate realurl? does it work?
13:48 ironm maholtz|WORK: I didn't use realurl for this test
13:49 ironm maholtz|WORK: I tried with and without "simulate static documents" .. in BOTH cases it doesn't show the language_id in TMENU links
13:50 ironm maholtz|WORK: I have defined language switching menu .. the links there work as expected .. the TS source is inside the bug-ticket ...
13:52 ironm maholtz|WORK: I am going to set three test-servers like: t3bugs433, t3bugs440b3 and f3bugs100a9.some_domainname.org .. maybe it is difficult to follow some bugs for developers ...
13:53 ironm maybe there are some new parameters you have to set when using more than one langauge to get the language_ids in TMENU links for typo3 4.4 ???
14:04 maholtz|WORK config.linkVars = ?
14:04 ironm let me check it .. I mean I set config.linkVars
14:05 neoneye in my extension code I invoke this t3lib_div::sysLog('Hello world', 'my_extension');
14:05 neoneye where can I see the message in the backend?
14:06 neoneye the Log module I would assume
14:06 neoneye but I don't see it, what am I missing?
14:06 ironm maholtz|WORK: http://paste.phlogi.net/linkvars/
14:07 ironm maholtz|WORK: the same setting works with typo3 4.3.3 ...
14:08 ironm at least for it is crucial that typo3 4.4 can correctly create TMENU links for multi language sites
14:08 ironm at least for me ..
14:10 neoneye I'm using PHP's error_log, but I would like to use TYPO3's Log module. How do I write a message to the log?
14:12 neoneye where can I see the content of the sysLog? (the place where all the sysLog messages ends up)
14:13 ironm another question: does one of you run successfully typo3 4.3.3 with an https baseULR? .. for some reason I have got always http:// in TMENU-links
14:14 ironm neoneye: as fas as I can remember there are few options in the setting (typo3/install .. all settings)
14:14 ironm you can set them
14:15 neoneye there is also simplelog(), but this only works when the user is logged into the backend
14:15 neoneye I would like to write to the log when normal visitors visit the page
14:17 neoneye ironm: ok, will try that.
14:18 ironm neoneye: I did some tests (debugging) .. can't remember exactly what I have changed ...
14:21 neoneye there is indeed a TYPO3_DLOG in the install module
14:23 neoneye aha the [systemLog] option can write to a file or send the message as email
14:23 ironm neoneye: good to know .. some more details would be also interesting when you get it working ... thank you in advance :)
14:24 neoneye however.. how do I write to the Log module
14:24 maholtz|WORK @ironm: dont know what goes wrong, but you should set linkVars = L(int), otherwise it will be possible to insert text into your links (which will not hurt, but looks ugly)
14:25 ironm maholtz|WORK: thanks a lot :) .. I will change it to "L(int)" and test again
14:27 ironm maholtz|WORK: I didn't know that it is allowed to use such syntax: "config.linkVars = L(int)"
14:27 maholtz|WORK well, that will not solve your issue
14:27 ironm well .. at least I can try it
14:27 maholtz|WORK but prevent you to get another issue;)
14:27 maholtz|WORK you can use regexp to..
14:27 ironm *lol*
14:28 ironm how can I use REGEX in TS code?
14:30 maholtz|WORK not in TS but in config.linkVars = L/[0-9]+/ (not tested, but should work:)
14:31 ironm maholtz|WORK: it is working with "linkVars = L(int)" .. BUT the language_ids are still not there .. as you noticed already before
14:32 ironm I see .. REGEX like link.Vars = L/[0-9]+/ .. merci :)
14:32 maholtz|WORK sorry, no idea
14:33 ironm I guess it is more for the core developers
14:33 ironm thank you very much for your ideas maholtz|WORK :))
14:34 maholtz|WORK hth:)
14:34 ironm I mean the issue with missing links .. I don't know enough the core structure and PHP to change the code myself :/
14:37 maholtz|WORK @ironm: did you check the results in object browser? do you get errors there? Sometimes i had small typos which totally break my config
14:38 ironm @ maholtz|WORK : I mean I did .. but I can check it again ...
14:40 maholtz|WORK hm:( i hope trunk is not broken with that functionality
14:41 aterriblechaos it is, i played around a bit with 4.4 trunk and languagmenu/multilanguage sites and there is definively something broken
14:42 ironm what kind of troubles did you have aterriblechaos ?
14:43 ironm aterriblechaos: maybe like: http://bugs.typo3.org/view.php?id=14607
14:43 ironm aterriblechaos: http://paste.phlogi.net/linkvars/
14:44 aterriblechaos special.language stopped working in my example ... without config.linkVars=L more did work than when setting it .. did'nt have the time to investigate more
14:45 ironm maholtz|WORK: it looks good .. no errors from TypoScript Object Browser ...
14:50 maholtz|WORK @ironm: perhaps write a message to the dev-newsgroup
14:51 ironm dev-newsgroup? .. do you have a URL maholtz|WORK .. or is it an email address (obscured mail address) ?
14:54 ironm aterriblechaos: at least such menu http://www.phlogi.net/f/t3/tsp/sp/langmenu-1/ works for me (typo3 4.4 beta3)
14:54 maholtz|WORK http://typo3.org/community/mailing-lists/use-a-news-reader/
14:54 ironm merci maholtz|WORK :)
15:08 aterriblechaos ironm: i did a clean install now (without realurl etc), only for testing language menu and multilanguage and now it works
15:10 ironm aterriblechaos: do you have language_id in Menu (TMENU) when switching to the second langauge? .. how your TS code for the menu and TS setup looks like ?
15:10 jjulian hi is it possible to disable the syslog completely?
15:11 ironm the language switching menu was always working .. I missed the language_ids in TMENU-links after switching to another (than default) language
15:11 ironm aterriblechaos:
15:12 ironm aterriblechaos: and I made two times new clean installation (typo3 4.4 b3)
15:13 ironm aterriblechaos: the pages I have tested with have contents in both languages ..
15:13 aterriblechaos i have a simple gmenu in my testsite and a sitemap (special=directory) tmenu, in both the L parameter is addet
15:14 aterriblechaos i am using 4.4 trunk
15:14 ironm aterriblechaos: I didn't try with sitemap ..
15:14 ironm is it the same as 4.4 beta3 ?
15:15 aterriblechaos its a custom sitemap, a normal tmenu
15:15 aterriblechaos no, it is sligtly different i think
15:15 ironm oh .. how to install such trunk?
15:16 aterriblechaos you need to use a svn client and checkout https://svn.typo3.org/TYPO3v4/Core/trunk/
15:16 ironm thanks a lot aterriblechaos :)
15:16 aterriblechaos on windows you can use tortoise svn, unix comandline is like "svn co https://svn.typo3.org/TYPO3v4/Core/trunk/"
15:17 ironm aterriblechaos: I use linux
16:46 pascalj hey guys - does anyone know how TYPO3 determines the exact file in from the string in the fe_users.image field? In that field is only a filename, and no directory...
16:47 pascalj -in
16:52 kanotix no idea pascalj .. hello :)
17:11 aterriblechaos pascalj: you can use $TCA['fe_users']['columns']['image']['config']['uploadfolder'].. default directory is uploads/pics
17:13 pascalj aterriblechaos: thanks, but I'm a little bit confused: fe_users.image contains "a.jpg,b.jpg". a.jpg is in uploads/pics/foo, while b.jpg is uploads/pics/bar. Does TYPO3 search those directories?
17:17 aterriblechaos pascalj: that sounds strange, i dont have a clue for that sorry
17:18 pascalj aterriblechaos: thank you anyway :-)
17:25 xaver anyone use Ajax with Typo3 and RealURL? linktopage run perfekt but no realurl
17:25 xaver or anyone know a extansion with ajax and realurl?
17:39 HardPhuck hey
17:42 xaver nobody?
17:43 ironm xaver: it is not easy to configure realurl .. maybe somewhere there is the issue
17:43 xaver realurl on normal site is no problem
17:44 xaver only problem is a list with link loaded with ajax
17:44 ironm xaver: if you like I can send you my realurl config ...
17:44 ironm I see
17:44 xaver you use realurl und ajax?
17:44 xaver and
17:45 ironm xaver: I used realurl .. I don't really know if I used ajax too ..
17:45 xaver i load with javascript the links
17:45 ironm I made some tests with typo3 4.3.3 .. know I moved to typo3 4.4 beta3 AND have some other troubles ...
17:46 ironm was it working with javascript xaver ?
17:47 xaver i have a result list, if you use a slider you get a new result
17:47 ironm well .. I didn't use a slider ... even don't know if it es an extra extension ...
17:48 ironm it is ...
17:48 xaver its a own extansion
17:48 ironm your own extension?
17:48 xaver everything work, only thing is realurl by links
17:49 ironm do you use typo3 4.3.3 ?
17:49 xaver yes
17:49 xaver no
17:49 xaver 4.3.2
17:49 xaver with IE fix from 4.3.3
17:49 ironm xaver: I am afraid I can't really help you .. BUT .. maybe on of you guys!? ;)
17:50 xaver i search a lot of hours, in google is no result, only a lot of pople with same problem
17:51 xaver ironm: thx :)
17:51 xaver i have to go :)
17:51 ironm well .. have a nice evening xaver ;)
17:52 ironm xaver: I will try the last trunk of typo3 4.4
18:25 ironm re
18:26 ironm aterriblechaos: are you still around?
18:27 ironm aterriblechaos: I have installed the last svn-trunk BUT it didn't change anything ... there is still no language_id in menu links (TMENU)
18:27 ironm I
18:27 ironm I mean the typo3 4.4 svn trunk
18:37 aterriblechaos ironm: strange, has to be something in your setup because for me its working.. but as i sayd before i also had troubles so something has to be buggy
18:39 ironm aterriblechaos: how is your TS code for the normal menu looking? .. do you have there in the menu left (e.g.) language_id in links /after changing to another language? .. I don't mean language_ids in the language switch menu
18:42 ironm aterriblechaos: maybe you can see more than me: http://www.phlogi.net/f/t3/tsp/sp/menu_test/
18:43 ironm the menu code above doesn't work ..
18:44 aterriblechaos i was just using a normal tmenu with special=directory and wrapItemAndSub=<li>|</li>
18:44 aterriblechaos had a simpler menu than yours, but this one should work too
18:45 ironm hmm ...
18:46 aterriblechaos strange, do you have some extension installed? i did it on a clean instalation with no extensions installed
18:47 ironm no additional extension ... only "simulate static documents"
18:47 ironm but I have tried also without .. the same behavior
18:51 aterriblechaos in my instalation also your menu code works flawlessy, it has to be something else ..
19:05 ironm thank you very much aterriblechaos :)
19:05 ironm I am checking the language settings ...
19:40 KrabatR hey, is there a way to add a configuration (TS) to just one content element? (not to the hole site template)
19:42 ironm every page can have its own TSconfig (see Options) @ KrabatR
19:49 KrabatR ironm: yea page... but i need to configurate single elements on that side with different TSconfig
19:49 ironm what is a single element for you KrabatR ?
19:51 KrabatR like one Listview element for tt_products, or a html element (i talk about backend elements)
20:00 ironm I don't know KrabatR *sorry*
20:02 KrabatR ironm: no problem! but thx for trying :-)
20:03 ironm ;)
20:06 ironm I will try to set tt_products few days weeks later .. so will get probably same questions *g*
20:18 KrabatR ironm: good luke with that^^ if you understand germen i would buy the book "Der Typo3-Webshop" by Adrea Herzog and Franz Holzinger... it realy helped me alot
20:25 ironm KrabatR: yes .. I do .. I have this book here ... and some others too ;)
20:27 ironm KrabatR: you know probably .. if you donate you can get the really newest/last version of tt_products
20:36 danielig hello t3
20:38 KrabatR ironm: at the moment i am just glad that my version works... so "never touch a running system :-)"
20:39 ironm wich version do you use? .. typo3 4.3.3 ?
20:40 ironm I had troubles to set typo3 4.3.3 working correctly when using https:// as a baseURL ..
20:40 ironm https://.. works with typo3 4.4 b3 .. but some other things DON'T :-(
20:41 ironm login / register (for the shop) should use https anyway .. the extension https works so far ...
20:41 ironm for typo3 4.3.3. ...
20:53 HardPhuck ahahaahahhaa
20:53 HardPhuck The Choice Matrix
20:53 HardPhuck who did that?
20:53 HardPhuck http://typo3.org/download/packages/
21:33 HardPhuck that's strange, 4.4b3 won't accept mysql credentials
21:33 HardPhuck when installing that is

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.