Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 17 March 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
00:20 TheEternalAbyss Hi i'm getting this: TemplaVoila ERROR:
00:20 TheEternalAbyss Template Object could not be unserialized successfully.
00:20 TheEternalAbyss Are you sure you saved mapping information into Template Object with UID "8"?
00:20 TheEternalAbyss help?
01:01 TheEternalAbyss anyone here can help?
01:01 TheEternalAbyss i'm having mapping issues
01:02 TheEternalAbyss it can't find my subnavigation content
08:15 Winston_S hey's
08:21 BejjWrk morning
08:23 PiMB morning
08:23 Winston_S hey guys. how's going so far?
08:23 BejjWrk too much overhead in php arrays :P
08:23 Winston_S there's no "too much". there's just "too less coffee" ;)
08:24 Winston_S are there any side effects i should take care about when upgrading t3 from 4.3.1 to 4.3.2? i did that yesterday and it was a matter of minutes to complete it.
08:33 BejjWrk heh
08:33 BejjWrk Winston_S: im working with arrays up around 100.000 entrys (I have my own webcrawler)
08:34 Winston_S juck. nasty.
08:34 Winston_S how much data do you hold in memory?
08:39 BejjWrk Winston_S: around 78mb, flushing regularely, the database is aprox 20gb atm (truncated all tables some wk ago)
08:42 Winston_S wow. didn't think that php causes trouble for that amount of data already. do you have got any special reasons for using php?
08:43 BejjWrk its easy :)
08:43 Winston_S *lol* true
08:43 BejjWrk i was thinking to write it in java instead
08:43 Winston_S ouch.
08:43 BejjWrk but its just too fun with php
08:43 Winston_S i guess i'd try perl first, then python, and if all fails fallback to C
08:43 BejjWrk java would be nice actually, good xml parsing, normal regular expressions, and threading!
08:44 BejjWrk tho im gonna rewrite the crawler a bit
08:44 BejjWrk gonna segment it and make subprocesses
08:44 BejjWrk and a processmanager that manages the spawned subspiders
08:45 BejjWrk takes away alot of stress on the actual parser, and lets the manager do the heavy work of maintaining queues and temporary url cache
08:45 BejjWrk and sessions ofcourse :)
08:46 BejjWrk pcntl_fork { spider($url,$cookies); }
08:46 BejjWrk if u get my point :)
08:46 Winston_S true. just feed a queue or something with crawled results and let parser threads access the queue.
08:47 Winston_S been a while since i last used java threads, i guess i forgot most basic things already *g*
08:49 BejjWrk :)
08:52 ndee did anyone ever import pictures into DAM?
09:19 soee hi, iv i want to move my page from one server do another do i only need to copy files/db ?
09:20 PiMB what else is there to copy?
09:21 soee PiMB: but do i nahe to set any rigths than do files/dirs or leave it as i as after copy the files ?
09:22 soee and one more thing can i clear tables like cache* in db ?
09:23 PiMB yes you can
09:23 PiMB files depends on the setting of your other server.
09:23 PiMB might consider taking a look at the install tool after copying.
09:29 soee PiMB: and what with typo3temp dir ?
09:39 lindbergh hallo chan
09:39 lindbergh does anyone have idea
09:40 lindbergh why .docx files from backend are opened as .zip
09:40 lindbergh ie in backend, in filelist section
09:41 lindbergh when I want to open some docx files from fileadmin folder...I got popup screen with message that file will be saved as .zip
09:48 Winston_S this is most likely because docx are basically zip archives.
09:55 lindbergh know
09:55 lindbergh but there are some workarounds for sure
10:02 Winston_S hm. maybe it's possible to force a certain content-type and content-disposition
10:08 MikePer Hello. I read that a more flexible forms wizard and object was planned for 4.3, what is the status of forms? Or can someone suggest a flexible forms extension without templates?
10:10 Bluespuke morning
10:12 MikePer Morning
10:16 Olf hi
10:16 PiMB Morning?
10:17 Prot0 morning ;)
10:17 Olf is there a known problem with latest typo3 and realurl "exclude from speaking path" page option
10:17 Olf it just doesnt exclude it
10:25 sorenmalling Olf: Try to go to the Info module and choose "Speaking URL Management" and clear all saved URLs
10:26 Olf sadly no help, tried different cleaning routines sorenmalling
10:27 sorenmalling Did you clear the whole page tree or just a single page?
10:28 Olf whole tree is cleaned
10:30 Olf changing it's path works fine but not excluding, wich is weird as I have seen it working in my server before, with same real url configuration options
10:32 marcuslind got a few quoteStr() lines ("$GLOBALS['TYPO3_DB']->quoteStr($_POST['starttime']);"). Works perfect on 1 webserver, on the other it tells me "Warning: Missing argument 2 for t3lib_DB::quoteStr() ..."
10:32 marcuslind Anyone know why?
10:32 marcuslind Do I need to set another variable?
10:35 xaver hello, how can i set for a subeditor the new tt_news folder?
10:35 xaver in menu is the entry but no messages in this new folder by the subedtior
10:37 marcuslind In the class.t3lib_db.php it tells me to set a $table variabel ("Just enter the table that the field-value is selected from"). I'm using strQuote() on a $_POST. It's not selected from a table.
10:37 marcuslind What "table" should I send for this?
10:38 marcuslind quoteStr*
10:40 PiMB why are you using quotestr there?
10:40 PiMB usually because you will insert or retrieve something?
10:43 marcuslind Well, it's a post and I do not want them to input ' / " etc.
10:44 marcuslind I asked before and got told quotestr() is the function to use to prevent those kind of injections when developing for TYPO3.
10:47 marcuslind PiMB: User writes data in <input type="text />, Data is send to a function where it's used. When retrieving the data I want to escape it and prevent any injections.
10:48 xaver PiMB: any idear with new tt_news
10:52 PiMB marcuslind afaik the quotestr and fullquotestr are only used on insert/update querys
10:52 PiMB not sure if you can strip for FE output.
10:54 marcuslind But PiMB, If I dont escape the string they can easily insert any injection. Even if it's not for a query. $Variable = $_POST['variable']; could become $Variable = 1; $sql = DROP table; $res = $GLOBALS['TYPO3_DB']->sql_query($sql);
10:54 marcuslind if 1; $sql = DROP table; $res = $GLOBALS['TYPO3_DB']->sql_query($sql) is what they input in the <input />
10:57 marcuslind Also, http://paste.phlogi.net/-dfe73945ba/ that is the function. What is $table even used for?
10:58 Bluespuke someone has an idea how i could set up a LOAD_REGISTER in GIFBUILDER containing the path and the name of the image?
10:59 Winston_S if user input is meant to be stored in a db, escape it. as workaround if quoteStr gives troubles maybe try mysql_real_escape_string( $string, ENT_QUOTES )
11:00 Winston_S drop that ent_quotes, i was confusing it with htmlspecialchars
11:25 teppi|work marcuslind, i could imagine that this params is there because of backward compatibility .. or something like that
11:26 marcuslind teppi|work: OK
11:26 marcuslind but I successfully fixed it.
11:26 marcuslind Thanks for the help.
11:35 randomresult hi there ...
11:36 randomresult i have made a FCE with templaVoila - it contains an image, a link field and a textfield - with 10.stdWrap.typolink.parameter.field = field_link i can give the image a link... now i want to link the textfield with the same link... how can i do that?
11:37 randomresult any ideas?
11:39 soee_ hey i nedd help with this: i moved my files to other server but now i have theis error: Parse error: syntax error, unexpected T_CLASS in ... /typo3conf/ext/chgallery/lib/class.tx_chgallery_tca.php on line 1
11:40 soee_ if i remove this file all is ok, on the old server all was ok
11:40 soee_ but the file must exist so the gallery would work :/
11:43 Winston_S are the used php versions different?
11:43 randomresult soee_: maybe reinstall the ext?
11:43 soee_ i think php is the same - the same provider
11:44 Winston_S think != know. phpinfo(); should tell ;)
11:45 randomresult damn... it must be possible to use the link from my field_link as link for a plaininput field in TB
11:45 randomresult TV
11:49 soee_ ok what i see: the code of the file on my disk is separated to some lines but if i copy it to server the full code is in one line only
11:49 soee_ and thats the problem i think cuz of comments inside code
11:49 soee_ why the code inside file is moved to one line only ?
11:50 Winston_S 1) check php versions, 2) fix line endings. can happen if you for example move from a linux server to a windows box or vice versa.
11:55 randomresult anyone around using TV and FCE?
12:04 soee_ ok problem solved i need to reisntall ext
13:40 TheEternalAbyss good morning
14:04 TheEternalAbyss is there a way to undo en entire day of work?
14:05 TheEternalAbyss an*
14:05 Bitcrusher hey guys
14:05 TheEternalAbyss hi
14:05 TheEternalAbyss is there a way to undo an entire day of work?
14:06 TheEternalAbyss just revert it back in the history?
14:09 TheEternalAbyss oh thank God....nevermind
14:09 TheEternalAbyss I got repaired my template somehow...
14:24 soee how can i change default admin panel language ?
14:36 jbaptiste_j greetings
14:36 miousse hi
14:37 jbaptiste_j St Patrick's day today, gotta have a B33R :)
14:44 TheEternalAbyss no no, not B33R...GR33N B33R
14:44 TheEternalAbyss :D
14:46 TheEternalAbyss then again, I'm not Irish, nor do I drink, so...this day is double lost on me
14:53 jbaptiste_j I'm not Irish, I don't drink (much) but today I do. Maybe absinth in my beer to make it GR33N
15:00 jbaptiste_j I just upgraded to TT-news 3 in my dev server and some things don't work, basically In the "list" mode I display NEWS_CONTENT which has a link in it to a pdf document. Now that I have updated TT-news the name of the link still shows but the link is not active, also I'm using extended link. Also I can't find the exampl html template in my server t_news_v2_template.html
15:01 jbaptiste_j here is the working prod server with tt_news V.2 http://www.crdp-lorraine.fr/typo3/crdp/emprunter/ressources-documentaires/selections-thematiques.html
15:01 jbaptiste_j same page in DEV with TT_news V3 http://dev.crdp-lorraine.fr/index.php?id=815
15:02 jbaptiste_j Télécharger means "Download" it should be a link
15:11 FloLeBlanc hi all
15:12 jbaptiste_j hi flo
15:14 TheEternalAbyss i have news problems too man
15:14 TheEternalAbyss i think it's my languagesswitch or localization causing the problem
15:15 TheEternalAbyss but i'm backing up my entire site cause i intend to screw around with my template :D
15:19 FloLeBlanc does someone know if/how I can check a log of direct_mail to see the list of recepients?
15:51 Winston_S see you
16:13 Bluespuke i would like to place an iframe (yes i know, it's bad...) into the description of tt_news. now i've configured the editor to allow the iframe-tag. but when i save the article, the editor keeps adding a <p>|</p> around the iframe and the <iframe> becomes &lt;iframe&gt;
16:13 Bluespuke someone has an idea how to change that?
16:14 Bluespuke seemst that something is reencoding, because &amp; in the maps url becomes &amp;amp; :(
16:52 soee is tere any way to allow new be user who doesnt have admin rights to clear cache after posting some text ?
17:01 lala7 hello i have one question
17:01 lala7 i new in typo3
17:03 lala7 i want know what are the changes between version 4.3 abd 4.2 because i want to buy a book which is good, but it is for version 4.2 is it okey or are there many changes
17:04 jbaptiste_j what book is this ?
17:06 jbaptiste_j I'm still using 4.2 4.3 has frontEnd Editing to start with
17:07 lala7 sry i don't know the name, i see it in a shop yersterday at see today that it's an old version
17:08 lala7 it's a book for first-time users
17:11 lala7 i find it http://www.amazon.de/Praxiswissen-TYPO3-oreillys-basics-Robert/dp/3897218690/ref=sr_1_3?ie=UTF8&s=books&qid=1268842990&sr=8-3
17:13 lala7 what do you think jbaptiste_j,isnick ?
17:16 jbaptiste_j I'm a noob too and I can't read German, do you know the basics like creating a typo3 template ?
17:16 jbaptiste_j I started by using the tutorial "modern template building"
17:17 kim__ hello
17:17 kim__ I have a big problem
17:17 lala7 no i find typo 3 the last week and want to learn it and yesterday i see this book
17:18 kim__ After updating to 4.3, my EM didn't update also
17:18 jbaptiste_j I suggest you do the tutorial modern template building to get a first feel at typo3
17:18 kim__ ):
17:18 lala7 oki so i won't buy the book
17:19 jbaptiste_j not now, later maybe
17:19 lala7 and use the tutorials at the platform
17:19 jbaptiste_j modern template building is a step by step guide to creating a small site for a football team
17:20 kim__ cant scroll in Extension Manager.. is kind of strange
17:20 kim__ have updated from 4.1 to 4.2
17:20 jbaptiste_j it is not the best method to make a template but to my jnowledge it is the easiest to read tutorial
17:20 lala7 oki ant template is on the typo3 website ?
17:20 jbaptiste_j Kim did you do the database check ?
17:20 jbaptiste_j flush the caches ?
17:21 jbaptiste_j wait lala I'll tell you
17:21 kim__ yes
17:21 kim__ install tool -> update wizard
17:21 jbaptiste_j http://typo3.org/extensions/repository/view/doc_tut_templselect/current/
17:21 kim__ db_check -> manage reference index
17:22 jbaptiste_j lala7 the link is for you
17:22 kim__ flush?
17:22 lala7 thanks
17:22 kim__ how do i flush caches?
17:22 jbaptiste_j in the top right of the screen the little lightning sign, emptu caches or something
17:23 kim__ you mean the "clear all cache" in the top right corner?
17:23 kim__ yes
17:23 jbaptiste_j yes
17:23 kim__ i also deleted the temp files in typo3conf
17:23 kim__ cleaned browser cache also several times
17:23 jbaptiste_j I haven't tried 4.3 myself yet
17:24 kim__ the Extension manager doesnt show 2 Frames
17:24 kim__ the select box and the content all shows in the same frame, like in the Version 4.1
17:24 jbaptiste_j did you try Explorer and Firefox ?
17:25 kim__ yes
17:25 kim__ in MSIE, the EM is also the old version
17:25 kim__ only 1 Frame, Select Box in the Top Area and Content below
17:26 kim__ but not as in Typo3 4.2, which has an extra Frame for the select box
17:26 kim__ very strange.. i know, i had the same problem on another server, too
17:27 kim__ after updating, could'nt scroll in the EM
17:30 kim__ i have
17:30 kim__ found
17:30 kim__ the Problem
17:31 kim__ lol
17:31 kim__ there was an extension installed, called "ch_lightem"
17:31 kim__ but i could'nt see, that it was installed, because i couldnt scroll
17:32 kim__ the ch_lightem Extension is at the very bottom on the Extension List
17:34 TheEternalAbyss how do you move mulptiple pages?
17:34 TheEternalAbyss multiple*
17:36 jbaptiste_j you need to change a setting in user settings Abyss
17:36 jbaptiste_j to allow recursive copy
17:37 jbaptiste_j User tools--> user settings
17:37 lala7 i will disconnect thanks jbaptiste_j for your quick help cu
17:38 jbaptiste_j welcome
18:08 tmkd what mail plugin do you recommend?
18:08 tmkd powermail?
18:13 tmkd phil1: hi
18:13 tmkd phil1: what mail plugin do you recommend
18:13 tmkd ?
18:22 phil1 tmkd: I don't use any ... for newsletter direct mail is used widely, form forms powermail or formhandler
20:12 tmkd phil1: sory i had to go
20:12 tmkd phil1: are you still there?
20:23 tmkd phil1: but can you tell mi how configure powermail? i dont see any place to type login, password , mail server adress
20:39 abourget Did anyone have problems with the tt_news "External URL" feature ?
20:39 abourget It doesn't deal well with translations..
20:44 TheEternalAbyss i can't even get my news to show
20:44 TheEternalAbyss I think it's a localization/languages issue as well

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.