Search the website and IRC logs

#TYPO3 IRC log from : Friday 25 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
06:48 kevke Help! I have records that exist in List view, but not in Pageview nor frontend, please help me!
07:23 maslenka morning
07:34 kevke Help! I have records that exist in List view, but not in Pageview nor frontend, please help me!
07:34 kevke morning anyway
07:38 maslenka are you using templavoila?
07:38 kevke nope
07:39 maslenka hmm then i would check if "missing" elements are not hidden
07:40 kevke where do I do that?
07:40 maslenka in list view
07:40 maslenka if there is yellow light bulb, its hidden, if blank light bulb, its shown
07:41 kevke ah, sometimes it is for the dumb, but however, all are go
09:51 dbugger hey guys. i have trouble with my magento system. When i try to add something to the cart, a empty white box pops up...
09:51 dbugger can someone help me? Im pretty sure it has to do with some weird ajax thign on typo
10:09 neoneye does TYPO3 have a limit of how many bytes an extension plugin may return?
10:10 neoneye I'm experiencing that things starts to behave really strange when exceeding 101100 bytes
10:10 neoneye but works just find below 101050 bytes
10:11 neoneye where is this size limit set?
10:11 unma hm - is there an example how to use extbase in the backend?
10:14 neoneye srand(0);$content = $this->rand_str(101100, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890<>/%$"\'');
10:14 neoneye this is the content I'm returning from my plugin
10:14 neoneye where rand_str() is a function that generates a long string of random letters
10:15 neoneye when I return a string that is too long all I'm seeing is a white page.. I suspect that something in TYPO3 have gone wrong
10:16 neoneye but where to look?
10:18 neoneye it doesn't happen if the string is pure a-z letters
10:19 neoneye only for strings that contains < >
10:21 maslenka neoneye: couldn't that be an issue of max_execution_time in php?
10:21 unma (oh - there is a BE-modul in the blog_example ext :)
10:23 Nastya hey)
10:26 neoneye hmm, it takes about 0.5 second if I do a bin2hex and this is for strings much longer
10:27 neoneye so I don't think execution time is the problem here
10:27 coolguy hi there. i got a question to the treelevel
10:27 aterriblechaos neoneye: no error messages in apache eerror log ?
10:27 neoneye the string is somehow postprocessed
10:27 neoneye sadly no error message in the error log
10:28 coolguy is the treelevel 0 the page with the earth (pid 0) or is treelevel 0 the first page under pid 0?
10:29 aterriblechaos coolguy: akair earth is 0 and first pages are 1
10:29 neoneye I have set displayErrors to 2 and added devIPmask
10:31 aterriblechaos neoneye: hm, if <> are making problems it could also be related to xhtml cleaning..you could check taht
10:32 neoneye aha, didn't knew of xhtml cleaning in typo3
10:33 aterriblechaos ususally you set it with config.xhtml_cleaning
10:33 neoneye but I did do a w3c validation of the content yesterday and it didn' t report any errors
10:34 neoneye with random data as well as xhtml data, the limit is about 100000 bytes
10:34 neoneye but some strings are valid with different random seed
10:35 aterriblechaos hm i would try to set config.xhtml_cleaning=0 ... since there also exists strings that work with more than 100000 bytes it has to be something else i think
10:40 neoneye hmm, didn't seem to work
10:40 neoneye it was set to all
10:45 Neo2 Hi everybody. I have a problem with the HTMLRTE. It seems that the editor is only right displayed if there is already content in the text area. If not, the rich text editor appears in a corrupted manner? Any ideas how to solve this problem?
10:49 Neo2 Another question would be. How can I set a default value for the htmlRTE within a FCE. My approach would be to place a blank by default in the textfield
11:06 coolguy hi there. is it possible to test conditions like [PIDinRootline = 1594]?
11:07 neoneye go the the template analyzer and set the condition
11:08 neoneye just to see if something happens for just this condition... page.10.userFunc = x
11:08 neoneye this should give you a blank page for just that page
11:11 coolguy i just need a true or false if this condition is triggered
11:21 Serpiente coolguy: [PIDinRootline=1594]\npage.headerData.1=TEXT\npage.headerData.1=<!-- triggered -->\n[global]
11:21 Serpiente visit the page you want to test and take a look in the html header..
11:22 Serpiente I did it like this
11:22 Serpiente page.headerData.2=TEXT
11:22 Serpiente page.headerData.2.insertData = 1
11:22 Serpiente page.headerData.2.value=<!--id: {TSFE:id} -->
11:23 Serpiente printing actual pid
11:25 coolguy thx @ serpiente
11:38 Neo2 So I've on the way to solve my problem. The RTE seems to not calculate the height of the iframe for some reasons.
11:55 Recnelis Hey guys, has there been any change to felogin language selection? Even though my webpage language is danish set via "config.language = dk" felogin insists on being in english
12:21 Denjerek Hail to the king baby!
12:43 tPl0ch Hi, I am trying to add an alias to an translated page, but I can only add an alias to the default language, the translation mask doesn't give me an input field for the alias. Is this possible?
12:47 tPl0ch typo3 version is 4.3.3
12:50 teppi|work tPl0ch, afaik alias is only a mapping for page uids and can not handle the L-parameter .. or better: i never saw somebody using it that way .. couldnt you use realurl and set then a pagepath manually for this page?
12:51 teppi|work have a look at tx_realurl_uniqalias
12:52 tPl0ch teppi|work, yeah, will do. Another thing is that all my FCEs are translating correct (with 0-1 inheritance), but the built-in typo3 CEs do not
12:54 tPl0ch I created translation copies of normal text elements, and the translation shows up in the page module. But they won't show up in the frontend
12:56 tPl0ch Could it be that those elements are inside Layout FCEs?
12:56 tPl0ch i mean could it be that the translation won't show in frontend?
12:56 tPl0ch because of being put into a Layout FCE?
13:02 teppi|work tPl0ch, couldnt you test this if you simply create some text outside these containers?
13:02 teppi|work and translate them?
13:10 tPl0ch teppi|work, nope, the translation won't show up
13:11 teppi|work then maybe the setup for tt_content isnt correct I would assume
13:12 tPl0ch what can I do about it?
13:13 tPl0ch in versions before that was never a problem, the CEs always translated by default
13:34 maslenka any clue why I am missing "Access" section for Flexible content pagecontent elements?
14:04 ironm hi guys :) .. is direct_mail the best current extension you can use for newsletter? (in connection with pi_direct_mail_subscription and netmailing)
14:10 Neo2 Can anyone explain why the new RTE hangs up if the item - in a FCE - is initially closed?
14:12 ironm Neo2: what client OS do you user Neo2 ?
14:12 Neo2 Win XP
14:13 Neo2 If have a problem with the page refreshes too when saving a page. The frame becames blank
14:13 ironm you could try a Linux LiveCD and check if you still have this problem Neo2
14:14 maslenka shouldnt be client OS issue
14:14 maslenka maybe browser issue
14:14 ironm maslenka: more the browser issue maslenka ;)
14:14 ironm Neo2: wget -c http://kanotix.com/files/fix/.test2/lu-kde3-test.iso
14:14 Neo2 Possible. But my clients are working with xp too. I've tried the same thing on IE with the same problem
14:14 maslenka i had troubles using typo3 admin interface using IE tester
14:15 maslenka using native IE 8 was slightly better
14:15 maslenka but still had issues
14:15 Neo2 IE tester is still a little bit buggy
14:15 maslenka sweet firefox :D
14:17 neoneye how do I look up a page by its PID in the page tree ?
14:18 ironm it looks like some people are a bit masochistic *g* .. I stopped using M$ more than 10 years ago ... well .. for private projects .. some custommers tend also to be masochistic and still use this crap *g*
14:19 neoneye there will hopefully be less pain now that ie9 has gotten a canvas tag
14:19 ironm Hey guys :) .. is direct_mail the best current extension you can use for newsletter? (in connection with pi_direct_mail_subscription and netmailing)
14:23 Neo2 neoneye:go in the list mode
14:23 neoneye I'm already in list mode
14:24 Neo2 Most of the customers use Win, and a website should be compliant for all current operating systems.
14:24 initCH hey there.. im working on my first extension (a portfolio tool for managing projects, customer and statments)
14:24 neoneye I try using the filter, but numbers seems not to work
14:24 initCH so i extended tt_content for my projects - i'd like to use the field "isextension" to identify if its an extension
14:26 initCH i created a sysfolder in the backend containing Customer, Statements and Tags
14:26 initCH but how can i add "projects" to the tt_content?
14:27 Neo2 I found the following error: [25-Jun-2010 14:12:19] PHP Fatal error: Cannot redeclare class JSMinException in \trunk\htdocs\typo3\contrib\jsmin\jsmin.php on line 297
14:29 initCH noone
14:29 initCH ?
14:32 ironm hi initCH .. I am here however not able to answer you questions
14:32 ironm salut Serpiente :)
14:33 Serpiente hey ironm
14:33 ironm Serpiente: got your email ... merci! :)
14:33 Serpiente kommst du aus dem französischsprachigem teil der schweiz?
14:33 Serpiente no problem
14:34 initCH nein, aus der deutschschweiz =P
14:35 initCH ah ironm, du kommst aus zürich?
14:35 ironm oui initCH ;)
14:35 initCH =)
14:36 Neo2 Ah ces suisses. Ils sont partout, ma parole.
14:38 Neo2 macht ja nichts ;)
14:40 maslenka o.O
14:40 maslenka weird languages
14:46 Serpiente registered to freenode.net now^^ maybe I'll stay here :P
14:47 ironm have you solved your news-cache issue maslenka ?
14:51 maslenka ironm seems so
14:51 maslenka ironm added 'plugin.tt_news.userFunc = news_main' to root template :<
14:52 ironm good to know that maslenka ;) .. I will play today with tt_news around
14:53 maslenka will it hurt if I delete everything from typo3temp dir?
14:53 Neo2 no
14:53 maslenka need to transfer page and its 20 MiB there :D
14:54 maslenka ok bye bye temp then
14:59 maslenka ironm: i think it was issue with static template from some other module.. I changed order at which templates are loaded and add that "hack line"
14:59 maslenka ironm: so far working
15:00 maslenka i mean extension template
15:00 ironm maslenka: I have noticed sometimes also some "unexpected" dependencies
15:01 maslenka well i did some debugging and found that 'plugin.tt_news.userFunc = news_main' disappeared from template TS somewhere in process of loading template on frontend
15:01 maslenka so.. hardcoded it
15:02 ironm interesting ..
15:02 ironm with 4.3.3 maslenka .. or already 4.4.0 ?
15:02 maslenka both :D
15:03 ironm same behavior in both cases ?
15:03 maslenka yes
15:03 maslenka when i was browsing in TS object browser, that line was there
15:03 maslenka but not on FE
15:04 ironm I see it today later I guess *g* . first I have to setup tt_news .. will take a while *v*
15:04 maslenka ended in typoscript parser code.. instead of trying to understand that i just redeclared missing line
15:05 maslenka lazy programmer :(
15:06 ironm *lol* .. it is just typo3 maslenka .. one pitfall follows the nex one ;)
15:06 ironm +t
15:06 maslenka hehe :)
15:08 maslenka i dont like ftp :(
15:12 ironm you are not alone maslenka ;)
15:36 maslenka blah
15:37 maslenka TYPO3 Fatal Error: File not written to disk! Write permission error in filesystem?
15:37 maslenka how can i find which file was not written to disk?
15:43 pascalj stacktrace
15:43 pascalj set the devIpMask to your ip
15:43 maslenka found
15:43 maslenka any clues why typo3 cant write to directory created by typo3?
15:44 maslenka directory permission is 777 :<
15:46 maslenka safe mode
15:46 maslenka and i clearly stated to hosting guy i want safe mode off
15:47 pascalj yeah, this whole server environment thingy is really a pain, but it also allows you to do many cool things
15:48 maslenka open_basedir shoud do the trick
15:48 maslenka i go call them and kick their asses ^.^
16:29 initCH hey there..
16:30 initCH i created an extension and added some fields to tt_content
16:30 initCH but when im editing a page, i cant see the fields i added
16:30 initCH but under configuration -> tt_content i can see them in the $TCA
16:31 ironm initCH: you have these fields in the table .. how do you display them on the target page?
16:33 initCH i created the extension with kickstarter
16:33 initCH and all the extra-tables i can see under list
16:33 initCH that works well
16:34 initCH just my tt_content fields should be shown in the page under extend
16:35 initCH ironm?
16:35 ironm yes?
16:36 initCH any ideas?
16:36 initCH n'what u mean with "how do you display them on the target page?"
16:44 [SySteM] Hello
16:44 [SySteM] Need some help with cache & tt_news
16:44 [SySteM] please
16:45 ironm what kind of help do you need [SySteM] ?
16:45 [SySteM] On my homepage
16:46 [SySteM] 'got a tt_news plugin on tt_content
16:46 just2b [SySteM] a bit more information needed .. lol .. what do you need, what is wrong, which versions you use, ....
16:46 [SySteM] i clear conf cache
16:46 [SySteM] tt_news rendering is ok
16:46 [SySteM] all next request : rendering of tt_news is empty
16:46 [SySteM] until i re-clear configuration cache
16:47 ironm do you have entry in your root template [SySteM] :
16:47 ironm [12:50:38] <maslenka> ironm added 'plugin.tt_news.userFunc = news_main' to root template
16:47 [SySteM] Only if i logged as admin
16:47 [SySteM] if i anonymous, its ok... but if admin go on page... anonymus see tt_news empty next.
16:47 Serpient_ Foobar
16:48 [SySteM] i dont have entry talink about cache on my ts root template
16:48 [SySteM] on my adminpanel
16:49 [SySteM] all is empty about rendering plugin.tt_news
16:49 [SySteM] on the nexts passages
16:58 [SySteM] :(
17:02 ironm [SySteM]: check you pc
17:03 [SySteM] lol its not my pc :)
17:03 ironm your private channel ;) @ [SySteM]
17:03 [SySteM] sorry :D
17:03 ironm I wroute you there some hints [SySteM]
17:03 ironm wrote ..
17:07 Denjerek PEWPEWPEW
17:08 ironm salut Denjerek *g*
17:14 [SySteM] Please.. admin user navigate ever on no_cache ?
17:17 [SySteM] o my god :D
17:17 [SySteM] there is the bug :
17:17 [SySteM] im admin, i show my tt_news rendering on my homepage
17:18 [SySteM] adminpanel is hide
17:18 ironm there are many such bugs around [SySteM] .. some of them are logged on ;)
17:18 [SySteM] i make control f5
17:18 [SySteM] more time
17:18 [SySteM] its running
17:18 [SySteM] when i show adminpanel
17:18 [SySteM] tt_news are empty
17:18 Denjerek Hey iron
17:19 Denjerek If I manage to get my SAN and dev server sorted out this weekend, I might actually get on withh learning how to write BE extensions.
17:20 mcfly_ hey there! i've been doing some 4.4.0 testing and with my local xampp it works just fine. so i just copied the whole project to a webserver and now it won't let me past the login-screen
17:20 mcfly_ it doesn't matter wether compression is active or not
17:21 mcfly_ i enter my data > loading.gif > form reappears without any error-message (something like "wrong password")
17:22 ironm Denjerek: what kind of extension should it be?
17:28 [SySteM] i dont find anything about : tt_news disappeard when i check "force TS rendering" on AdmPanel :(
17:29 Nastya hello everyone)
17:30 Nastya does anybody know where from typo3 gets FE[fe_users][status] for registration form?
17:32 [SySteM] nobody from the certification team ? :d
17:37 Denjerek ironm: I want to write something that will manage backend versioning for editors
17:37 Denjerek so they can see what they need to review and who performed the edits etc.
17:38 pgampe Denjerek: while you are at it ... maybe you can integrate it into the tast center,
17:38 pgampe Denjerek: I think there was something like this already, but it won't work any more anyway
17:42 ironm sounds not bad Denjerek! .. maybe you could integrate vi in BE, please ;)
17:43 ironm vi/vim ...
17:43 Nastya better nano or ee
17:44 ironm not such crap Nastya *ggg* ... do yourself a favour and learn vi ;)
17:46 ironm see you later .. I have to make my run now :-)
18:08 Denjerek pgampe: the taskcentre is key to it all
18:09 Denjerek I believe that should be the place the editors begin at on a large site.
19:15 uriahheep hmm... has anyone here ever experienced a problem with error 406 showing up on everything referred from a newly created page?
20:08 soee is there any way to make BE content editor to see custom css ?
20:35 TheEternalAbyss ok how the heck do i make typo3 stop adding spaces in ending tags

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.