Search the website and IRC logs

#TYPO3 IRC log from : Saturday 12 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
15:27 Zillion Hello
16:41 exs hi
16:41 exs i have some questions. the path to my convert is wrong. how to change it?
16:42 exs cause i have no /usr/X11R6/bin/convert
16:43 exs cause install -> image processing display some red
16:46 exs have i to define the fontpath for a gifbuild?
17:05 exs can someone check my code
17:05 exs the GIFBUILDER doesnt function
17:05 exs dunnow hy
17:29 Dirk_ I have a problem using tt_news, my archive shows me for month may 3 entries e.g., but when I click on the link to see them, I only see 1 entry. Anyone has an idea how to solve this?
17:41 rawtaz i wish i knew mate
17:46 Dirk_ hmm, ok.
17:46 exs is there any help for my problem too?
17:47 Dirk_ I don't know what I can try.... I configured it for the 3rd time but it didn't work...
17:48 rawtaz Dirk_: i guess you either need to look at the code of that extension to try and figure it out, possibly debugging it if possible? or wait for someone here to have a clue
17:54 Dirk_ I don't thing it's a bug in tt_news but in my TS or configuration?!
17:55 Dirk_ Hopefully someone who has big experiences with typo3 or tt_news answers.
17:55 rawtaz yeah, but if you managed to investigate what happens when you have the issue, you might find the cause
17:55 Dirk_ hmm, I see what you mean.
17:56 Dirk_ What I try right now is to use other TS from tutorials and howtos in my news-template.
17:57 Dirk_ Hopefully I have success....
19:04 rawtaz stupud question, and i know the answer is in the documentation, but its just something i came to think about now.. extensions/modules for typo3 are written in php, right? or are they written in typoscript?
19:05 rawtaz +spelling
19:11 roadi php.
19:14 rawtaz ok
20:35 exs now is there someone there?
20:36 exs i have a problem with GIFBUILDER
20:39 ironm hi guys :) .. I am not able to send the test mail (from the install tool) in typo3 4.4beta3 - the smtp server is running (as sending mail manually using "telnet localhost 25" works) - are there some problems with 4.4b3?
20:40 ironm thank you in advance for any hints :) .. I mean that typo3 4.3.3 worked already on this testserver ..
20:40 rawtaz i have no idea, havent used typo3 yet. but shouldnt you tell us anything about possible error messages you get, state of whether you recieve a connection to the smtp server at all, etc?
20:41 ironm rawtaz: there any errors at all
20:41 ironm rawtaz: the smtp server is running .. I can send email using "telnet localhost 25"
20:42 ironm and control it localy ...
20:42 ironm in the mboxes
20:42 rawtaz yes but investigate whether you get a connection to the smtp server at all, or not
20:42 ironm but not when trying to do it from typo3 4.4b3 install ...or just felogin (forgotten password)
20:42 ironm how ?
20:43 rawtaz well, you can check the logs of the smtp server
20:43 ironm I am getting the connection as a root (telnet localhost 25)
20:43 rawtaz or you can sniff traffic using tcpdump for example
20:43 rawtaz yeah
20:44 ironm tcpdump would cost me few days of learning ...
20:44 rawtaz oh no its ok
20:44 ironm some commands examples rawtaz ? .. for tcpdump
20:44 rawtaz if you have the terminal there, do: tcpdump -ni<localhost interface, likely lo0> port 25
20:44 ironm in log files there was nothing ..
20:45 rawtaz that will listen for connection on port 25 on localhost
20:45 ironm ok
20:45 rawtaz if you try the thing in typo3 and dont get anything in the tcpdumping, then its not trying at all :<
20:45 ironm I will try first to run tcpdump ..
20:47 ironm it looks like first I have to install tcpdump
20:49 rawtaz oh
20:49 rawtaz sorry, stupid me assumed some kind of unix or linux or os x system
20:49 rawtaz maybe you shouldnt bother if its a hassle. i mena, if your smtp is logging connections it should tell you wheter it gets one from typo3 or not
20:51 ironm it is linux ...
20:52 ironm debian squeeze ...
20:53 ironm apt-get install tcpdump
20:53 ironm I looked in logs . there was nothing
20:53 rawtaz okay
20:54 exs anyone experience with gifbuilder? lol
20:54 ironm not me exs ;) .. HI
20:55 exs HI?
20:55 exs fuck ivh done!
20:56 exs fucking niceTex command didnt function
20:56 ironm tcpdump -v -ni eth0 port 25
20:56 ironm rawtaz: tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
20:57 rawtaz yes
20:57 rawtaz then try typo3 mailing
20:57 rawtaz if nothing turns up in tcpdump, theres no connection happening at all
20:59 ironm rawtaz: "Mail was sent to: (obscured mail address) " .. but NOTHING in the terminal window of running "tcpdump -v -ni eth0 port 25"
20:59 rawtaz ey
20:59 rawtaz i didnt say eth0 :p
20:59 ironm ok ..
21:00 rawtaz tcpdump -ni<localhost interface, likely lo0> port 25
21:00 exs i have a next problem. my gmenu doesnt function why
21:00 exs who can helps?
21:00 ironm that is true
21:01 ironm rawtaz: tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 65535 bytes
21:01 exs no its ok it was again niceText
21:01 rawtaz is it only "lo" on your box, not "lo0"?
21:01 rawtaz interesting. some linux thing perhaps
21:02 ironm it lo .. BUT .. it is still NO output n the terminal window .. even there is a confirmation from typo3 install like: "Mail was sent to: (obscured mail address) "
21:02 ironm and idea where to look rawtaz ?
21:03 rawtaz ironm: while having tcpdump running, try telnetting to localhost 25 and youll see what it should look like
21:03 ironm I mean the same config worked already for typo3 4.3.3
21:03 rawtaz i dont know what to do if you dont get a connection from typo3, i havent used it yet
21:04 ironm with telnet localhost 25 I am getting few lines . anyway it worked when I used telnet ..
21:05 rawtaz yeah
21:05 rawtaz so, assuming typo3 is configured to connect to localhost:25, its not happening
21:05 ironm thank you very much for your time rawtaz .. at least I know that there is NO outgoing testmessage from typo3 4.4 beta3
21:06 rawtaz no problem
21:06 rawtaz i hope you figure it out
21:06 ironm yes .. it looks like . I will play a bit more ...
21:06 ironm it a bit frustrating ...when it works with typo3 4.3.3 ...... BUT NOT with typo3 4.4 beta3 :(
21:07 rawtaz could it be using some other server? i mean, sounds weird that it says it has sent a mail but havent
21:07 rawtaz yeah
21:08 ironm I set exim4 on the same server .. and getting there messages when using "telnet localhost 25" ... AND there are already some messages from my typo3 4.3.3 tests .. (fe_userregister) ...
21:11 ironm I will check the exim4 logfile : /var/log/exim4/mainlog
21:12 ironm again ...
21:12 rawtaz personally i think i would dive into the extension's code and see what the heck is going on :)
21:13 ironm that is exactly THAT what I wanted to avoid *v*
21:14 ironm I hate it to debug typo3 code *g*
21:14 rawtaz yeah? is it messy or why do you feel that?
21:15 ironm yes .. it is messy .. and as I still test a new installation it is a lot of config work
21:17 ironm hmmm: 2010-06-12 21:35:02 1ONWTt-0001M7-Th SA: Debug: SAEximRunCond expand returned: '0'
21:17 ironm 2010-06-12 21:35:02 1ONWTt-0001M7-Th SA: Action: Not running SA because SAEximRunCond expanded to false (Message-Id: 1ONWTt-0001M7-Th). From <(obscured mail address)
21:17 ironm for the exim4 log ...
21:19 ckoehler anyone know if the extension was uploaded correctly if it couldn't write the new ext_emconf.php?
21:25 ironm rawtaz: there is defenitively no action from typo3 (I could see in logs) to send the testmail ...
21:25 ironm ckoehler: the question is if www-data can write there
21:25 rawtaz if the extension uses mail() to send the stuff it shouldnt be hard to find a starting point to debug from
21:25 ckoehler ironm: ya i know
21:26 ckoehler it coudn't
21:26 ironm rawtaz: I looked already inside ..
21:26 ckoehler but is the extension still in TER already or not?
21:27 ckoehler trying again, so there may be two versions :)
21:27 ironm ckoehler: have you changed the default setting of the Extensions Manager?
21:28 ironm like "untested" extension ..
21:28 ironm or whatever the name is ...
21:37 ironm rawtaz: do you use typo3 4.4 beta3?
21:39 rawtaz no
21:40 ironm ich werde die links auf typo3 4.3.3 umstellen und es nochmal testen .. ob es immer noch geht ...
21:41 ironm ops .. I mean I will change the links to typo3 4.3.3 and test it again if it is still working ...
21:42 rawtaz good idea
22:08 ironm rawtaz: typo3 4.3.3. works when I add to open_basedir list "/usr/sbin/:" .. (sendmail) .. the same didn't work for typo3 4.4 beta3 .. I will check it again ...
22:09 rawtaz aha
22:14 ironm I am changing just the links back to typo3 4.4 beta3 ...
22:39 ironm rawtaz: the same config as 4.3.3 .. BUT the FBS typo3 4.4beta3 doesn't want to work! :(
22:39 rawtaz okay
22:39 rawtaz so, start digging into the code then
22:39 rawtaz just get to it and youll find the problem
22:39 rawtaz start by searching for mail( in the extension's code
22:40 ironm :)
22:46 ironm it is like a bad joke to look for such bugs ;) - http://www.phlogi.net/f/t3/tsp/sp/bugsearch
22:46 ironm rawtaz: ^^^
22:47 rawtaz shouldnt you be searching for "mail(" and now "mail()"? its not likely that theres any occurence of the latter
22:48 ironm if I use ONLY mail I wil get TONS of output
22:48 rawtaz err, i mean "mail(" with something that is not a ) after it
22:48 ironm ok
22:48 ironm \(
22:48 rawtaz you have grep -p right ?
22:48 rawtaz for perl regex grepping
22:49 ironm http://paste.phlogi.net/bugsearch2
22:49 rawtaz actually even a regular regex like egrep 'mail\([^\)]' might work
22:51 rawtaz the ideal would be if you could perform a perl regular expression match with the regex \bmail\((?!\))
22:51 ironm http://paste.phlogi.net/bugsearch3
22:51 ironm ok ..
22:52 rawtaz i think it might be egrep -p or something like that
23:09 ironm public static function mail($to, $subject, $messageBody, $additionalHeaders = null, $additionalParameters = null) {^M
23:09 ironm rawtaz: in /usr/share/typo3/typo3_src-4.4/t3lib/utility/class.t3lib_utility_mail.php
23:09 rawtaz ok nice
23:09 rawtaz start that wild debugging session then, to see what happens there
23:10 ironm do I need cc-debug? @ rawtaz
23:11 ironm rawtaz: or are there some less awfull possibilities? ;)
23:11 rawtaz man, i have no idea
23:11 rawtaz i havent touched typo3 code even once :o
23:12 ironm :o)
23:12 rawtaz but like, add some dumping of the variables and see if they look right, check the return value of the call, etc. or first of all, add a dummy print/error log so you know that you really come to that point in the cde
23:12 rawtaz code*
23:12 rawtaz manual debugging you know, its the shit :p
23:13 ironm ys
23:13 ironm yes
23:13 ironm a big ONE
23:14 ironm I should go to bed today ... have to get up early tomorrow :/
23:14 rawtaz ah
23:14 ironm thank you very much for your hints .. I love to lear n new stuff ;)
23:14 ironm rawtaz: ^^^
23:14 rawtaz no problem
23:14 rawtaz good luck
23:15 ironm I will let you know rawtaz ;)
23:15 rawtaz yeah
23:15 rawtaz ttyl

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.