Search the website and IRC logs

#TYPO3 IRC log from : Thursday 24 April 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug 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
00:01 michi good idea ruudi
00:01 michi now i going off to sleep
00:01 michi n8 ladys and gentlemens
00:01 Ruudi lol ok
00:36 IIVQ Denyerec: I'm back
00:36 Denyerec And I am just off to bed :(
00:36 Denyerec check your ALTER privs and let us know!
00:37 IIVQ I did
00:38 IIVQ grant alter on *.* to iivq@localhost;
00:38 IIVQ flush privileges;
00:38 IIVQ but to no avail
00:38 IIVQ but sleep well then Den-Schlafen
00:51 ndee is it possible to configure htmlarearte that when I hit enter, that it makes a <br> instead of <p> ? I tried [disableEnterParagraphs] = 1 but that didn't work.
00:53 IIVQ you know that shift-enter does that?
00:54 ndee IIVQ: yes but the users are too stupid for that. They just wanna press enter and it then should make a <br>
00:54 IIVQ ok
00:54 IIVQ just checking :-P
00:54 ndee hehe
00:56 IIVQ nn
00:56 IIVQ good luck
02:50 JS__ hey everyone, is there a way to add a link like this <a href="index.php?id=23&bla=xyz" rel="blabla"> into a normal typo3 hmenu? I cant see where to add the additional "rel" ... i know how to make a specialmenu for this but what i want is one of my links in the main-menu to be modified in this way
08:29 foool hi I have a new installation of typo 4.16 and the htmlare will not load. IE7 shows javascript arror. any ideas how to fix?.
08:38 Ruudi fool at first i'd try Firefox :)
08:49 foool same thing Ruudi - reinstalled it in system - cleaned out the database etc. but it don't load - says - The editor is being loaded. Please wait... and then hangs
08:49 Ruudi it's the latest version of RTE that comes with the source?
08:50 Ruudi i have seen the issue in some earlier version
08:50 Den-Schlafen can anyone spot the error in this?
08:50 Den-Schlafen http://phpfi.com/312141
08:55 foool Hmmm!! I am going install the htmlarea from the zip again to see what happens
09:02 foool fixed it
09:03 bin hi techies
09:03 bin good morning
09:04 bin can any body tell me what the problem with following code
09:04 bin tx_seminars_seminars = 1
09:04 bin tx_seminars_seminars.name = Seminar
09:04 bin tx_seminars_seminars.fields = title,begin_date,subtitles
09:04 bin tx_seminars_seminars.orderBy = crdate DESC
09:04 bin tx_seminars_seminars.sjoin = tx_seminars_speakers
09:05 bin sorry correction in the last line corrct one is tx_seminars_seminars.join = tx_seminars_speakers
09:06 N33D hi all
09:07 mikhas bin: I haven't used tx_seminars much but what is your problem first and foremost?
09:08 bin no i want to select some datas from two tables
09:08 N33D i've got an problem with simulate static documents and tx_comments, anybody?
09:08 bin using inner join
09:09 bin mikhas thats my need
09:16 N33D somebody uses tx_comments?
09:26 banban is it possible to have subpages of LATEST list of tt_news? so i would like to have most recent 5 news on first subpage, next 5 on second subpage and so on
09:31 Barcaro hallo!
09:32 Ruudi banban you can set start item i guess
09:32 Ruudi from witch to start showing
09:33 Barcaro is there any way to use typo3 fe authentication outside typo3?
09:33 banban Ruudi i know, but thats not exactly what i'm looking for
09:51 swemark banban: categories is the shit :)
09:56 just2b ?
10:10 Phlogi_ how can I activate the new ts editor?
10:18 Phlogi_ hihi found it
10:19 tsrepadmin Hi just2b, did you worked with lib/div already ?
10:23 just2b no
10:24 Phlogi_ anyone tested typo3 4.2 in ff3 already? Looks quite garbled here
10:25 nublaii how does the rtehtmlarea work in a different way depending if it is tt_content or tt_news?
10:25 nublaii it performs a cleanup on the tt_news case that I can't figure out...
10:25 nublaii doesn't allow styled paragraphs ...
10:26 Barcaro does anyone know if is there any way to use typo3 fe authentication data outside typo3 (e.g. in a simple ajax script)?
10:27 voidus_ Barcaro: eID?
10:27 void Barcaro: at eID script?
10:29 gerards Barcaro: you can save fe_user data in a session, and access it at the eid script. Normally, I'd create a hash string, and put the fe_user data in a session identified by the hash. I'd send the hash over to the eid script via a GET parameter hth.
10:29 Barcaro thank you for your suggestion void! i'll look around to see what I can da with it
10:30 Barcaro thanks also to you, gerards
10:30 gerards hi void. Are you finally working? or still hiding in your university? :D
10:30 void gerards: did you know that you can use initFeUser() at eID scripts?
10:30 void gerards: second case)
10:31 gerards oh yes you can do that. I do what I suggested when I needed TSFE info. I'm sorry. made a mistake. TSFE is depended on page uid.
10:31 bin h void
10:32 bin i written one typoscript for joiing two tables
10:33 bin tx_seminars_seminars = 1
10:33 bin tx_seminars_speakers.join = tx_seminars_seminars is this correct or not
10:37 N33D somebody uses tx_comments?
10:37 tsrepadmin is elmar hinz here?
10:40 void tsrepadmin: no, it never visited this channel
10:40 void *he
10:44 bin is anybody have idea about how to join two tables using typoscript ... i did with table1.join = table2.. but it not working
10:46 Phlogi_ wtf, when updating to 4.2 on one of my sites typo3 prints out all $GLOBALS['TCA'] array entries. Any idea why? In frontend too
10:46 just2b bin, use the select option in ts
10:47 bin ya iam using that
10:48 bin but when i echoing the query its not showing the join content
10:48 bin just2b what may be the problem
10:49 just2b syntax wrong
10:49 Phlogi_ thats how it looks like: http://pastebin.ca/995563
10:49 Phlogi_ maybe some debug output, any clue?
10:49 bin just2b i given like this table1.join = table2
10:52 Recnelis Hey guys I've got some problems with my HTMLarea RTE.. i can't use the "table" button in it.. anyone got any idea? :s
10:53 Recnelis And thats even as a admin
10:53 just2b bin, take a look at the tsref
10:53 bin ok
10:54 bin just2b i got his idea from there....i did as said by tsref...
10:54 Ruudi any ideas why my mm_forum shows squares not images, did the update to latest version and now my images not shown but square looking gif files with orange borders form temp dir
10:54 just2b bin http://pastebin.com/d275449e9
10:55 bin thanks just2b
10:55 bin let me cheeck with that just2b
10:58 N33D somebody uses indexed_searched ?
10:58 N33D -ed
10:58 Ruudi i'm using indexed search n33d
10:58 Recnelis Does anyone know why htmlArea wont allow me to insert tables?
10:58 N33D i've got a problem with the -> page 1 , page 2 , page 3 link
10:59 N33D it doesn't work, the link is: "#"
10:59 N33D without the " "
10:59 just2b n33d links are called with js
10:59 Ruudi ah ai know the problem i think
10:59 just2b re
10:59 N33D what can i do to solve it?
11:00 Ruudi check your search template
11:00 Recnelis Forget it.. I found the problem...
11:00 Ruudi do you have name="searchform" id="searchform" fields in form tag?
11:01 N33D <form action="index.php?id=15" method="post" class="BM-main-searchform" id="quicksearch" name="quicksearch">
11:01 N33D is my form tag
11:01 Ruudi i think it needs the id or name
11:01 Ruudi to be searchform
11:01 Ruudi and i think the problem is solved in latest 4.2 source
11:02 Ruudi N33D sry name="tx_indexedsearch" that should be correct one
11:02 Ruudi for the search page form the form that includes advanced search, etc
11:03 N33D and id="searchform" ? or indexedsearch as well
11:03 N33D ?
11:03 Ruudi no shouldnt be needed
11:03 benneben hi
11:04 benneben I want to use the uid of the logged in user in an extension
11:04 benneben what is the easiest way?
11:04 just2b using $GLOBALS
11:04 benneben or where can I find it?
11:04 just2b google
11:04 just2b $GLOBALS['TSFE']->fe_user->user['uid']
11:05 N33D still doesn't work :(
11:06 Ruudi N33D you got quick search on your page and results page with template?
11:06 benneben just2b is there some sort of overview of all those pre-defined variables?
11:07 just2b search for typo3 cheatsheet
11:07 Ruudi N33D can you give the link of the page so i could take a look into html for a sec?
11:07 N33D this is url www.bimbim.nl
11:09 Ruudi N33D you need to change the template for the results page form not the quicksearch at the top of your page
11:10 N33D Oh that is the problem? Can i exclude the objects with PIDinRootLine ? i only know you can set it for a special page
11:10 Ruudi dunno about that
11:11 N33D Hmm oke thanks for you're help! iam going to make another template then..
11:12 Ruudi you can change the form tag in the results page template, i hope it helps, as I remember it did the trick for me
11:13 N33D Ok thanks!
11:16 N33D brb
11:19 tf anyone has experiences with the extension mv_external_translation??
11:55 tf what means that error: Fatal error: Class 't3lib_parseHTML_proc' not found in M:\Webroot\rheinmagnet\typo3\t3lib\class.t3lib_div.php on line 3500
12:02 N33D somebody uses tx_comments?
12:03 just2b ask in english mailinglist, dmitry is fast
12:04 N33D but, i can't post my question over there? i don't understand, because as i know i can only post a bug on bugs.typo3.org
12:04 N33D everybody is telling me about the mailinglists, but i don't understand?
12:04 just2b it is a normal newsserver
12:05 just2b sure you can post there
12:05 N33D what the url of that mailinglist?
12:05 just2b oh a you are the bugtracker flooder..
12:05 just2b newsserver > news.netfielders.de
12:05 N33D haha bug tracker flooder?
12:06 N33D where should i ask the question? becuase project-comments is not on that list..?
12:07 just2b as i said in english mailinglist
12:07 N33D then i come over here:
12:07 N33D http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
12:07 N33D ?
12:08 N33D and then i must enter some information or something?
12:08 just2b use the newsserver!
12:08 tf what means that error: Fatal error: Class 't3lib_parseHTML_proc' not found in typo3\t3lib\class.t3lib_div.php on line 3500
12:09 just2b tf the class isnt found where it is look up
12:09 N33D sorry mate, but i really don't get what you are trying to say.. what newsserver?
12:09 tf and how can i fix it=?
12:10 just2b use outlook express, thunderbird or any other newsserver client, server url news.netfielders.de
12:10 N33D and then i can ask my question via that server? sounds great :)
12:11 just2b yeah and dont need to ask in bugtracker anymire
12:12 N33D i was really desperate because i can't ask anywhere.. but i think it's solved now, thanks for the help
12:13 just2b there are so many forums.. so this is really not true
12:13 N33D i really searched, but so many forums are so dead, i ask my questions on many forums
12:14 just2b i just doubt it, but see you in the mailinglists
12:14 N33D http://forum.typo3.tros.nl/ , http://www.mediatech.net/typo3_forum.html .. etc
12:15 just2b typo3.net, typo3forum.net webempoweredchearch got on, etc
12:16 bin hi just2b
12:16 N33D oh darn, as you say.. my google was standing on the extenstion .nl
12:16 tf just2b: how can i fix it?
12:16 just2b tf i dont know the ext
12:17 N33D so i was looking for dutch websites
12:17 bin just2b: have some pblm in typoscript
12:17 tf t3_locmanager
12:17 just2b tf i still dont know it
12:17 bin just2b: thi is my code http://phpfi.com/312162
12:17 bin canu take a look
12:18 just2b e.g. my join didn't begin with a INNER JOIN again..
12:19 just2b and i doubt that searchTables is a CONTENT obj...
12:19 bin ok just2b .. but its will not make pblm
12:21 N33D just2b, can i use Windows Live mail for news.netfielders.de ? i set the configuration, but nothing happends?
12:22 N33D do i need a name and password? ( sorry iam totally new about this )
12:24 just2b no user/pwd needed and i dont know windwos live,
12:25 N33D sorry for taking some time of you, but thanks for helping me out..
12:30 N33D it works , great! so now i can post a message on one group, en then if someone answer then i get an message back?
12:31 just2b yes
12:31 N33D ok, this makes it really much easier :)
12:43 snooops Hello guys.
12:58 Recnelis Is there any way to "reset" the page id's? Because my numbers are all the way up at 900+.. because I copied the whole pageroot by mistake :)
12:59 just2b only if you know what you are doing, use phpmyadmin
12:59 foool hi is indexed search better in local - global or system?
12:59 just2b doesnt matter
13:00 just2b normally it is in sysext ;)
13:00 foool thanx just2be
13:00 just2b f000l np
13:02 Recnelis Hmm.. better not tamper with it then.. u never know what might happen :p
13:34 nublaii on 4.2 is the 'icons on top frame' navigation gone?
13:45 Phlogi_ Ruudi: there is an extension that lets you browse all the variables, its quite nice
13:46 Phlogi_ anyone has an idea whats happening here? http://jungwacht.jublawil.ch/jw/typo3/backend.php
13:48 nublaii your php config is set to display errors on screen? ;)
13:48 nublaii are you using that extension you mentioned?
13:51 Phlogi_ nublaii: fixed
13:51 Phlogi_ thanks
13:52 Phlogi_ oh not really... damn
13:52 nublaii np
13:53 Phlogi_ that new clear cache menu is awesome
13:53 Phlogi_ its caused by an extension
13:55 Rapp hi!
13:55 Rapp can i add a META tag to one single typo3 page?
13:57 Phlogi_ and the winner was: date2cal :)
13:57 just2b winner of?
13:59 Phlogi_ the extension that caused my problems :)
13:59 just2b ah
13:59 Phlogi_ :)
13:59 just2b recursion error?
13:59 webworker hi everybuddy
13:59 Phlogi_ update is now working
13:59 just2b hehe
13:59 Phlogi_ just2b: dunno, what is a recursion error.
13:59 webworker is there any in detail text what have been improved on performance?
13:59 Phlogi_ on the most important and featured site :)
14:00 mitch_ hi! how can I check if the current user is logged in as fe user within a eid script?
14:01 mitch_ i tried to initialize a fe user object but i can't get if the user is logged in or not
14:01 mitch_ :(
14:04 maholtz_ @rapp: page.headerData.1234 = TEXT - ...1234.value = <meta ...>
14:05 Rapp maholtz_, yes, i found that too. but where do i add this?
14:05 Rapp (still bit of a newbie)
14:06 tommyd Hi! If I place a content element twice on a page via the TemplaVoila page module, I get the warning "element is used X times on this page" - and apparently its not rendered a second time. While I can ignore the warning how can I make TV render the element a second time - without copying it?
14:08 swemark I want g2.tepe.se to change into g2.tepe.com
14:08 swemark tips?
14:08 swemark currently its the other way around
14:10 bin is it possible to select datas from database with content objects as CONTENT
14:11 just2b bin using the select yes
14:11 bin also need to join other tables
14:11 bin too
14:11 just2b select...
14:11 Rapp maholtz_, can you tell me where to add it? i tried adding it in the TSconfig tab of the desired page. but the tag does get added
14:12 bin ok just2b i worked with that example but getting nothing
14:12 bin so got a doubt
14:12 just2b it is a snippet from working site..
14:12 bin ok
14:13 bin can u tell me what the problem with that code
14:13 bin http://phpfi.com/312162
14:14 bin just2b please have a look
14:14 just2b is searchTables a CONTENT obj???
14:14 just2b i already asked that some hours ago
14:15 just2b and you have still the same join...
14:15 bin ya
14:15 bin problem with is .. i dont know much abt the ts
14:16 just2b you cant just add TS *somewhere* hoping it works
14:16 bin means as content
14:16 bin ?
14:17 FloLeBlanc hi all
14:17 just2b means it just works if searchtables is a content obj
14:17 just2b hi FloLeBlanc
14:17 bin ok
14:17 Phlogi_ the typo3 logo at top left does not look nice, as its plain white ^^ anyone else noticed that in the new backend?
14:17 Phlogi_ hi FloLeBlanc
14:17 just2b FloLeBlanc you have been at tuga?
14:17 FloLeBlanc I have an upload form that works on my pc on all browsers FF,Opera,IE but freezes on Mac Safari and just does nothing in FF :) any input?
14:17 FloLeBlanc just2b: no didn't have the time unfortunately
14:17 bin but other things are COA
14:17 bin now
14:17 maholtz_ @rapp: page-TS config is only for configuring backend - you have to add an extension template
14:17 FloLeBlanc actually I took a week off from work to do other work atm :(
14:18 just2b FloLeBlanc no action url?
14:18 Rapp maholtz_, what?
14:18 bin just2b: is we have to make that things to COA
14:18 Rapp one more question: where do i set the content-type of my site? seems to be new in 4.2 that it is not set in the style template.
14:18 just2b bin if searchtables supports stdwrap
14:18 FloLeBlanc the action url is just the filename, should it be different?
14:18 bin just2b: sorry i dont know abt that
14:19 FloLeBlanc (the page is on mypage.php and action="mypage.php"
14:19 FloLeBlanc have you been at the tuga just2b?
14:20 just2b sure
14:20 just2b i am also at the pics ;)
14:20 FloLeBlanc and.. how much did I miss :)
14:20 maholtz_ @rapp: do you use TemplaVoila?
14:20 just2b much ;)
14:20 just2b you *always* miss much when you are not at the local typo3 meetings ^^
14:20 Rapp maholtz_, i don't know anymore. :) how do i find out? set up of the site was ~2 years ago...
14:21 FloLeBlanc hehe
14:21 maholtz_ ok. You do not use TemplaVoila... do you know anything about typoscript?
14:22 Rapp maholtz_, a little
14:24 maholtz_ there should be a main typoscript template - do you find that? there should something like page = PAGE
14:24 Rapp in the backend or in a file?
14:24 Rapp in the backend under Template in the menu?
14:25 Rapp ok, found it!
14:25 maholtz_ great:)
14:25 Rapp and there i add it, right? :)
14:26 maholtz_ than you have the meta-tag on all your sites
14:26 Rapp and where do i set the encoding? my content-type changed to iso8859-1 after the upgrade
14:26 Rapp great
14:26 Ruudi anyone uses dam_ttnews? somewhy it doesnt show me the images :o
14:26 Ruudi BE seems to work fine but no img in FE
14:27 maholtz_ @Rapp: for content-type you should have an look at the tsref -> CONFIG
14:29 mitch_ how can I check if the current user is logged in as fe user within a eid script?
14:29 N33D does anybody know f there is an script for checking, how many and wich users logged in on the website?
14:29 N33D or extension
14:30 Rapp maholtz_, can i set this from the backend, or do i have to put it into the config file? i guess the latter...
14:33 FloLeBlanc btw. : does anyone know how I can emulate a subselect on mysql 4.0? I tried an outer join + IS NULL clause to get the rows that differ but the performance is awful
14:34 N33D anybody use the 4.2.0 ?
14:35 maholtz_ @Rapp: via TypoScript
14:35 N33D is the "Save and Close" button gone?
14:35 maholtz_ btw. which config file do you mean? localconf.php
14:35 Rapp yes
14:35 Rapp i have set forceCharset in the install tool now, which writes to localconf.php
14:35 void N33D: me. not.
14:36 N33D not?
14:36 void N33D: at least, i see that button)
14:37 N33D oh i see, strange.. if you want to edit a content item the icon will show. but when you're editting a template, then the button is not shown
14:38 void N33D: if you edit template in web>list, it is shown
14:39 N33D oh i see, thanks
14:44 maholtz_ @Rapp: that is only for backend
14:44 Rapp ok, understood. i have put it in the template TSconfig now, just like the meta stuff
14:44 Rapp seems to work.
15:13 Phlogi_ hmm my news archive menu became empty. It says no news in this view. I checked the inserted plugin, and everything looks fine. Do you have an idea?
15:16 Ruudi hm anyone got dam_ttnews working in 4.2?
15:30 Ruudi would it be possible to use meta.keywords.field = from tt_news table not tt_content?
15:31 maholtz_ @Ruudi: yep, have an look in the tt_news documentation
15:31 Ruudi ok thnx
15:39 backAgain who is using rggooglemaps ?
15:45 Phlogi_ hmm its still empty and i'm out of ideas
15:50 just2b i am using rggooglemap
15:50 just2b if you mean this ext
16:00 N33D i use 4.2.0 now, and in a content element, if you want to place an image, i have 3 options now?? where are the other options?
16:01 just2b you just "images only" right?
16:01 N33D the options like, left side of text, right side of text, below text , etc
16:01 N33D ya..
16:01 just2b are you using "text w img" or "images only"
16:01 N33D ahh
16:01 just2b so which text you wanna place it lefT/right?
16:02 just2b it is not a bug, it is a feature.. typo3 thinks for the dumb users ;)))
16:03 N33D stupid.. i see now that if you have text + image, then the options are there :) maybe i must look before asking "_"
16:04 just2b yeah it is useful to get answers later at real questions
16:06 Phlogi_ why does the amenu from tt_news only display entries if there is a list on the same area (left,main) of the page? Whats the trick to make it work if its on left and the list on right?
16:07 ioops hi all
16:07 just2b would be kind of new to me Phlogi_
16:07 Phlogi_ just2b: hmm it is... maybe i'm missing an option?
16:08 Phlogi_ as soon as I hide the normal list, the amenu is empty, is somehow annoying
16:08 ioops if its possible with typ3 to manage documentation works like translation cooperative or something like this with typo3 ? ( i am looking for about a svn or cvs like for document managment)
16:09 Phlogi_ btw I have set tt_news.archiveTypoLink.parameter to a page pid
16:09 void ioops: you can use workspaces, but not sure that it's suitable for documentation
16:10 ioops humm ok, thus do you know about a softare which I can used to ?
16:12 m4rtijn hi
16:12 ioops hi
16:17 m4rtijn whats the best way to implement a few subsites with custom php scripts?
16:18 just2b custom php script?
16:19 m4rtijn I have some scripts which lists real estates .. from a db. and would like to implement them on my typo3 site
16:19 m4rtijn so the whole website content would come from custom php scripts..
16:20 m4rtijn Im just not sure where to start.. Been reading the frontend programming official tutorial.. but I dont think thats what i need
16:21 just2b cleanest way is to make everything new as extension
16:21 void ioops: wiki, maybe? docuwiki or so..
16:21 ioops ok thx
16:22 m4rtijn yes.. I was thinking about that.. thing is. they dont need to change anything for this real estate thing.. so they dont rly need records or anything backend like.. Only the frontend output..
16:22 m4rtijn still u would suggest an extension?
16:22 Phlogi_ just2b: look here: http://jungwacht.jublawil.ch/jw/index.php?id=131 the same plugin is on the left and on bottom of main. The one on main is showing the menu....
16:23 just2b m4rtijn no i guss not
16:26 m4rtijn any suggestions just2b?
16:29 just2b use an ext to just embed your php
16:29 just2b are enoujgh
16:29 m4rtijn k.. thx
16:30 Phlogi_ grr even the manual has an example havin the amenu on left and list on main :S
16:37 tPl0ch did somebody ever had the problem, that when email links are inserted via the rte, they don't show up as email links but the standard <link> tags not doing anything
16:38 just2b tPl0chonly if something not configured right
16:39 tPl0ch For 2 days now, I am trying to find out how to tell the rte to acceppt _anything_
16:39 just2b you use css_styled_content?
16:39 tPl0ch yes
16:39 just2b you do anything like tt_content.xxxx in your TS?
16:39 tPl0ch no
16:39 just2b you use < styles.content.get ?
16:39 tPl0ch no, I use TV
16:40 just2b ^^
16:40 just2b i am done here lol
16:40 just2b but any snippet shopuld still work
16:41 N33D i've installed tt_news correctly, and i want to edit it in the constant editor. but i don't see it in the tree ( typo3 4.2.0 )
16:41 N33D something new in 4.2 ?
16:42 tPl0ch just2b: http://phpfi.com/312212
16:44 just2b n33d > include static done?
16:45 N33D default CSS-styles (tt_news)
16:45 N33D done..
16:46 just2b and the template?
16:47 N33D omg i think it's the end of the day.. iam going home, and get some sleep i think, haha
16:47 N33D i include online the CSS and not the tmpl
16:47 N33D online=only
16:48 N33D thanks for all help..!!
16:49 N33D going home, with 2 hours of train "_" ciao
16:52 Phlogi_ anyone has an idea why the amenu on the left is empty but the one in main is shown? They have the same options. http://jungwacht.jublawil.ch/jw/index.php?id=131
17:08 Phlogi_ dokma: ? :)
17:15 cobain86 hi
17:15 cobain86 spricht hier jemand deutsch?
17:16 cobain86 ive mad an update to 4.2 with my wamp! my frontend is still working but on my backend all my generated sytes are gone! what could i do?`
17:20 michi hi
17:21 cobain86 hi
17:21 Recnelis How do I via PHP change the <title> tag?
17:22 just2b Recnelis take a look at tt_news > 1 line
17:23 michi next problem...
17:24 michi ah ruudi DBAL has making probs with 4.2.0 stable after installl that was the "killer" -.-
17:24 Ruudi oh i c
17:25 michi Warning: require(../../../init.php) [function.require]: failed to open stream: No such file or directory in /is/htdocs/wp102xxxx/www/typo3conf/ext/cms/layout/db_layout.php on line 72 -.-
17:25 Recnelis just2b: I was using the exact same code.. but it aint working.. :/
17:27 just2b how you crewate the pagetitle?
17:27 void Recnelis: config.noPageTitle = 1, page.headerData.10 = USER, page.headerData.10.userFunc = tx_yourclass->yourfunc
17:28 Recnelis void: I need to do it via PHP.. my extension :)
17:28 void yes,
17:28 Recnelis just2b: $GLOBALS['TSFE']->page['title'] ='testing';
17:28 void ah, yes..
17:28 just2b Recnelis no the default title
17:28 void forgot
17:29 Recnelis The default title is shown as it is.. I don't touch it... - so that' t3 default
17:30 Recnelis The funny thing is that I've used the same code before.. only this time it aint working
17:30 neabo_ i'm using realurl and tt_news. url rewriting works fine. i would like to make some improvement. i have news with assigned categories. is it possible to show category of each news in url? how should i do that? thanks for any answer!
17:30 michi hm
17:31 Recnelis 'm using realurl and tt_news. url rewriting works fine. i would like to make some improvement. i have news with assigned categories. is it possible to show category of each news in url? how should i do that? thanks for any answer!
17:31 Recnelis [17:33:07] <michi> hm
17:31 m4rtijn cobain - did u try DBcheck?
17:31 Recnelis ups
17:32 michi Fatal error: require() [function.require]: Failed opening required '../../../init.php' (include_path='.:/usr/share/pear/php5') in
17:34 michi i hate it :| narf never update a running system ...
17:34 Recnelis This is weird... - why aint it working :S
17:34 just2b michi, always backup before updating
17:36 michi yeah thats the best Todo before Updating :|
17:36 michi what can i do now with this <beep> error? oo
17:40 michi hm then i install other cms...
17:41 just2b that a threat?
17:43 michi that a giving up signal! :|
17:44 just2b never seen such error
17:45 michi thats the main error... Warning: require(../../../init.php) [function.require]: failed to open stream: No such file or directory in /is/htdocs/wp102xxxx/www/typo3conf/ext/cms/layout/db_layout.php on line 72
17:45 just2b you made update or what?
17:45 chefan what did you update?
17:45 chefan typo3, apache, php?
17:46 michi update was yesterday Typo3 only... apache and php are running on webspace server by hoster
17:46 michi 5.2.3 is php
17:46 just2b update with symlinks or uplaoded whole new dir, maybe file missing really? ^^
17:47 michi Apache/2.0.54
17:47 michi just2b upload per ftp (copy to webspace)
17:48 just2b upload it again
17:48 chefan ok, i think, db_layout.php should be in typo3/sysext/cms/layout/db_layout.php
17:50 chefan from there, with the given code, you should find typo3_src/typo3/init.php
17:50 nd__ I get `Fatal error: Cannot re-assign $this in .../typo3conf/ext/extdeveval/class.tx_extdeveval_fetchContentTopMenu.php on line 36` after installing `extdeveval`. Anyone ideas?
17:51 just2b nd__ use version from svn
17:52 michi its in typo3/sysext and typo3conf/ext Oo
17:52 chefan yup, had that too, it's a known issue with the repository version, but in the bugtracker there is a reference to a patched version afaik
17:52 chefan michi: i am pretty sure it shouldn't
17:53 chefan i don't see any reason for init.php to live in the local extension path
17:53 chefan so something obviously went wrong with the upgrade
17:54 nd__ chefan: Where do I get that svn version and how do I get it into my typo3? (And why the flick is it still in the repos?)
17:54 just2b nd__ becuase it is just not released...
17:55 chefan i don't remember right now, but check the bug tracker for extdeveval
17:55 chefan i am pretty sure i found the link there
17:55 nd__ just2b: Agreed so far. But having versions containing bugs in the repos is just bad practice somehow
17:55 nd__ chefan: Ok, I will. Thanks
17:55 chefan download the package and import it locally
17:55 just2b every ext got bugs and yeah even 4.2. got lot of bugs
17:55 michi hm
17:55 just2b should get it here http://typo3xdev.sf.net/
17:56 nd__ just2b: (But this is a bug which kills parts of my backend (the relative unimportant head in 4.1.6))
17:57 just2b dont want to discuss that, get the svn version or just wait until it will be released
17:57 just2b and never update anything if you are not sure it will work afterwardfs
17:57 michi A "System" extension with this key is also available on the server, but cannot be loaded because the "Local" version takes precedence.
17:57 just2b michi which ext'?
17:58 michi Configured TYPO3_MOD_PATH "sysext/cms/layout/" different from "../typo3conf/ext/cms/layout/"
17:58 nd__ just2b: Ok, thanks.
17:58 nd__ chefan: Thanks again, this version works
17:58 michi TYPO3 CMS Frontend (TypoScript)
17:58 just2b shouldnt be a local version of it.. so please to a real working upgrade
17:59 uriahheep hmmm
17:59 michi and how i making a "real" working upgrade?
17:59 uriahheep is it possible to have a gmenu with a tmenu submenu?
17:59 just2b uriahheep sure
18:00 uriahheep ...do i have to use gmenu_layers for thaT?
18:00 just2b uriahheep if you want a layers menu??ß
18:00 just2b dont know what you did lol... normally you just need to change the t3linb and typo3 dir
18:00 uriahheep hmm...
18:00 uriahheep huh? what do you mean?
18:00 uriahheep oh
18:00 uriahheep answering to michi :P
18:02 just2b uriahheep take a gmenu for normal gmenu, a gmenu_layer for a layer menu
18:02 uriahheep just2b: basically, i have a very simple GMENU and i want to add a rollover submenu under the images
18:02 uriahheep ...and, well, i would rather this rollover submenu be a TMENU... but if i can't that's fine
18:03 just2b rollover means mouseover appears?
18:03 uriahheep yeah
18:03 michi oO
18:04 just2b either use gmenu_layers for lvl1 and tmenu for 2, or gmenu in lvl1 and make the appearance yourself using css
18:04 uriahheep hmm, ok, cool :P
18:04 just2b should fine 2nd on my website
18:06 michi hm no idea ...
18:10 uriahheep just2b: just adding "lib.head_menu.2 = TMENU" should result in a very simple menu, right?
18:12 just2b a little bit more should help ;)
18:12 just2b like NO.allWrap or NO.wrapItemAndSub
18:14 uriahheep just2b: hmm... but something should show up, right?
18:15 uriahheep ah, ok, never mind
18:15 uriahheep got it
18:20 michi so
18:20 michi i think i have resolved it...
18:22 michi displaced the old files into another folder and re uploading the new typo3 src version
18:22 michi now i would start re installing the exts narf
19:02 JCal anyone want to answer a stupid question on css inheritance? (notably stopping a child div from inheriting the 100% width from parent div?)
19:13 Ruudi is it possible to keep my login sessions with multiple domains in same page?
19:15 ries JCal: you are sure the child does not get a inline style inherited somewhere?
19:16 JCal ries: i assume it is inheriting from the parent div that is set to 100% width
19:16 ries may be some padding/margind added that shows the effect you are seeing?
19:16 just2b set it via class and it wont inherit
19:18 JCal just2b, ries, see the thing is, i want the width of the div to be variable based on contents, so i cant set a fixed width... the padding/margin appears fine, and everything works fine in FF, but in IE... whoops, huge 100% width divs
19:18 just2b doctype issue?
19:18 just2b see the thing is we are just guessing, based on the things we are being told
19:18 JCal yeah, hmm
19:19 ries yeaa doctype is often a issue... or the XML prologue.... just remove that bloody thing
19:20 JCal lol, i wanted to, is that not needed for typo3
19:21 just2b it is needed what you need
19:21 just2b generate the FE how you need it
19:41 koomi_ lo
19:51 neabo_ i'm using realurl and tt_news. url rewriting works fine. i would like to make some improvement. i have news with assigned categories. is it possible to show category of each news in url? how should i do that? thanks for any answer!
19:51 neabo_ eg: http://host/category_of_news/title_of_the_news
19:58 vagy_ hi
19:59 vagy_ Upgrading from 4.1.6 to 4.2 resulted in a broken page tree at the BE. Is that something known?
19:59 koomi_ neabo_: not sure if this is possible: the url is generated through the link that points to the (e.g) single view.
19:59 koomi_ neabo_ you could add different single views for your categories though
20:00 koomi_ vagy_: did you run the database update/analyzer after updating?
20:01 vagy_ koomi_: yea
20:01 koomi_ what is broken?
20:02 vagy_ the whole tree, tries to render it but it comes back with error msgs and nothing is clickable on it anymore, the rest of the modules play fine (btw i'm talking about the TV Page tree module)
20:03 koomi_ what are the errors (paste them to pastebin.com), what is the "tv page tree" module?
20:03 koomi_ there's the page tree (middle column) and the "tv page" module (right column)
20:03 vagy_ sec
20:03 koomi_ do you run any php caching modules, what php version do you use
20:04 vagy_ 5.2.1 no caching..ofcourse cleared all t3 caches
20:05 vagy_ i'm talking about the middle column
20:07 koomi_ so what's the error message?
20:07 vagy_ pasted it
20:07 koomi_ where?
20:07 vagy_ pastebin
20:07 koomi_ and the url?
20:07 vagy_ http://pastebin.com/d29f4d29b
20:08 koomi_ does the page still render in frontend?
20:08 vagy_ yeap
20:08 koomi_ hmm.
20:09 vagy_ as far as i have tested it (for a couple of hours now) everything else seems to work fine
20:09 koomi_ http://www.goofus.info/single-news-display/archive////typo3-42-not-a-valid-mysql-result-resource-error-after-upgrading/?tx_ttnews%5BbackPid%5D=254&cHash=577600da33
20:10 vagy_ lemme see
20:11 koomi_ http://typo3.toaster-schwerin.de/typo3_dev/2008_04/msg00204.html
20:15 vagy_ fixed
20:15 vagy_ i hadn't COMPARE
20:15 vagy_ thanx a bunch koomi_
20:16 koomi_ you're welcome.
20:22 JCal hey all, whats the TS for a different wrap for last menu item?
20:23 koomi_ JCal: (this is no rtfm): http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/
20:24 koomi_ but it's explained there. i can never remember how it's done, always trial and error
20:24 JCal cool, thx
20:54 Ruudi is there an actual way to set login cookie for multiple domains? i need to keep my login sessions through multiple domains
20:57 chefan depends
20:57 chefan if you have subdomain1.yourdomain.com and subdomain2.yourdomain.com its basically possible
20:58 Ruudi no i have got aliases with different .end
20:58 chefan if not, it would just work with buggy browsers until the next security patch
20:58 Ruudi .ee .lv etc
20:58 chefan actually, site independent cookies is something you don't really want
20:58 Ruudi hm and there is no solution to share login session through domains?
20:59 Ruudi ip is still same, can't be set by IP?
20:59 chefan depending on what you are trying to do, there are workarounds
20:59 Ruudi well i have got site that uses different languages by domain, but login sessions should be kept through all the pages
20:59 Ruudi untill "logout" is pressed
21:02 koomi tricky: using ip based user authentication is a bad idea (our university uses one gateway for 600 workstations)
21:03 chefan include an invisible iframe pointing to defaults site maybe, you just would have to arrange for data accessibility on your end
21:03 chefan koomi: for the cookie that wouldn't make the difference. the auth is not made ip based, but cookie based
21:04 chefan and nat should be able to deliver the cookie where it belongs
21:04 koomi but you can't get cookies from other domains than the user is currently using
21:04 chefan that is true
21:04 chefan or hopefully it is
21:04 koomi would be a disaster if not :D
21:05 chefan you can set whatever you want, but any decent browser would reject the cookie
21:05 chefan would it?
21:05 chefan i think it would just mean there is one more method to spy on you, that you KNOW about :)
21:05 Ruudi hm i see it as a bottle neck, if i can set cookie for one domain why not a cookie that include information about multiple domains and still be restricted to those domains
21:06 chefan not necessarily that there are more options
21:06 chefan Ruudi: don't see it as a bottleneck
21:06 chefan once you understand why, you'll love the concept
21:07 Ruudi hm well right now it would be a simple solution to have a possibility to make a multiple cookie domain
21:07 Ruudi multiple domain cookie i mean sry
21:07 chefan did you ever wonder how much more efficient health care could be if people had their patient history tattooed on their foreheads?
21:07 Ruudi nop :)
21:07 chefan anyway, i personally wouldn't apreciate the idea ;)
21:08 chefan there is a good reason why cookies are restricted to domains
21:08 chefan just accept it
21:09 chefan different idea:
21:09 Ruudi hehe well I won't change it that's for sure :)
21:09 chefan run your site(s) on https and just put the credentials in get parameters ;)
21:09 chefan you CAN'T change it actually
21:10 Ruudi yes that's why :)
21:10 chefan cookie policy is enforced browser sided
21:11 koomi is there no openid implementation for typo3?
21:12 Ruudi there is
21:12 Ruudi tested it some time ago
21:12 Ruudi got it working if i remember right
21:12 chefan weird workaround is iframe & DOM
21:16 Ruudi i think i need to come up with some simpler way...anyways thanx for sharing the knowledge and information about the cookie baking policy and things
21:24 chefan Ruudi: wait a sec, your site is all on the same ip, but different vhosts?
21:24 chefan you could solve the issue with a stateful firewall :D
21:24 Ruudi same ip but diferent aliases on it
21:25 Ruudi no idea about firewalls :)
21:30 backAgain someone´s using rggooglemaps ??
21:36 uriahheep i am
21:37 uriahheep just2b is as well ;D
21:37 uriahheep but what's up?
21:37 backAgain just2b is georg, right ?
21:37 uriahheep yep
21:38 backAgain i think its very buggy right now..
21:38 uriahheep well, he's author of the extension :P
21:38 backAgain i have issues with the infoWindowHtml ...
21:38 backAgain yep
21:38 backAgain so, the infoWindow never gets fully shown in the map
21:38 backAgain the required pan is just to short
21:38 backAgain then i haveissues with hiding/showing the markers
21:39 backAgain i can hide them/show them with the checkboxes, but if no checkbox is selected i get all markers shown etc
21:39 backAgain there is just one map with correct funcionality...at www.gosaunet.at
21:40 backAgain but that is a completly other version
21:40 backAgain at least it looks like
21:40 jananne When i try to search it doesnt work. My pages don't seem to be Indexed...
21:40 backAgain so i wonder what version is that
21:40 backAgain lol..he left
21:40 backAgain fine
21:40 uriahheep backAgain: i'm pretty sure that you can fix that with a bit of CSS...
21:40 backAgain the pan of the infoWindowHtml ??
21:41 uriahheep just use firebug to find the class or id of the infoWindow and create some css to change its dimensions
21:41 uriahheep backAgain: or, maybe i don't quite understand what you're talking about? ;)
21:41 backAgain no..that does not work
21:41 backAgain do you care to show me your map in action ??
21:42 uriahheep heh, sure
21:42 backAgain cool
21:42 uriahheep http://www.abilis.ca/contact/
21:43 backAgain where are u ??
21:43 backAgain bc or ontario ??
21:43 backAgain lol
21:43 uriahheep lol
21:43 uriahheep qc
21:43 backAgain lol
21:43 backAgain bon jours
21:43 backAgain bon
21:43 uriahheep salut :P
21:43 backAgain you have the same issue i am talking about
21:44 uriahheep what is it^
21:44 uriahheep ?
21:44 backAgain if you click on your marker the upcoming bubble is not fitting wihin the mapview
21:44 backAgain the upper border is out of the mapwindow
21:45 backAgain normally the maps are panning to the required location regardless of the bubbledimensions
21:45 backAgain same is in all the examples posted at rggooglemaps
21:45 backAgain except the last example
21:45 backAgain but there the whole sourcecode is totally different, even he uses other .js-files etc
21:46 backAgain so i doubt we are working here with the most stable / funcional version
21:46 backAgain as you dont use the categoryswitch we cant test it on your site
21:46 backAgain :(
21:46 backAgain but do you see what i am talking about ?
21:48 backAgain i was hunting after that all day and thought i found the bug chaning GxMarker to PdMarker..then at least the pannning works...but the categoryswitch is fully unusable....lol
21:51 backAgain and the funny thing is, the panning works if you call the bubble using the textlink...well "funny" ... :(
21:54 backAgain so i made u speechless i guess...and you havent noticed that before, right ?? :D
22:02 |Awillys| hi there
22:03 |Awillys| where can i find the date formats supported by typo3, is it all unix date formats? %s etc...
22:03 |Awillys| some on the format from http://unixhelp.ed.ac.uk/CGI/man-cgi?date seem not to work
22:17 IIVQ hello
22:18 IIVQ Denyerec: thank you for helping
22:18 Denyerec Did you get it working/
22:18 IIVQ However, granting ALTER didn't help a bit
22:18 Denyerec Doh.
22:18 Denyerec What solved it /
22:18 Denyerec I rememeber when I was trying to fix it I changed 101 things
22:18 IIVQ so it appears either timtab or typo3 needs to do it right the first time, can't fix it later
22:19 IIVQ what I did was it showed what tables were missing
22:19 IIVQ 3 tables were missing a total of about 30 columns
22:19 IIVQ I just added them, and it stopped complaining
22:20 IIVQ and seeing that I allready have quite some permissions, I can't think why I wouldn't have had ALTER rights on that db...
22:20 IIVQ did you manage to find the bug report?
22:20 Phlogi if I have an external class in my extension and I want to use pi_getLL() in there, is it a good idea to just extend that class with tslib_pibase, or is that too much overhead? Can I just use that function somehow else?
22:21 IIVQ but, now I'm a bit stuck
22:21 IIVQ I have a completely empty typo3 installation
22:22 IIVQ and I'm trying to learn a bit using http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/0.1.0/view/1/2/
22:22 IIVQ however, there is no sample page in my installation
22:22 IIVQ any way to quickly install that?
22:24 Denyerec I cannot find any bug reports filed by user "denyerec"
22:24 Denyerec which is weird, as I know i have submitted a few
22:25 Denyerec mind you the search feature on the bug system is shite
22:25 Denyerec Um. i'm writing a beginners guide
22:25 Denyerec but it'll be some time until it's ready because I am poor
22:25 Denyerec I need to keep taking stupid cash jobs to pay my bills.
22:26 IIVQ haha
22:26 IIVQ yeah
22:26 IIVQ get a sponsor
22:28 jananne My search icon is gone in IE6! www.l-orex.nl, in FF and 'above' IE6 it's there. I'm using this PNGFix extension. Anyone got a clue why the icon is gone?
22:29 IIVQ what do you mean with search icon? The icon which is next to your address bar (aka favicon"?
22:30 IIVQ jananne: I do see it in Konqueror. I think this is a IE6+PNG-issue
22:31 IIVQ I don't have any stray IE6 lying around here jananne
22:31 IIVQ btw, interessant concept, dat lorex
22:32 jananne IIVQ :)
22:32 jananne hehe :)
22:33 IIVQ Denyerec: I could sponsor you - not with big sums of money though
22:33 IIVQ is there anything immaterial I could help you with?
22:34 Denyerec New 12-24 f4 lens would help.
22:34 Denyerec Dropped mine at a wedding at the weekend :(
22:34 Denyerec That's hardly immaterial, though
22:34 Denyerec if you happen to be an expert product/packaging designer, I have need of some input :)
22:35 Denyerec ... I am a bit concerned about your installation issue. Given that I experienced it myself, I am concerned it may not be isolated, which means that something specific is amiss with the installation routine
22:35 IIVQ product/packaging? As in the cardboard box or IT?
22:35 IIVQ shall I file a bug?
22:35 Denyerec cardboard box
22:36 Denyerec Yerah file a bugreport
22:36 Denyerec I would say "Search for one to see if it's filed already"
22:36 Denyerec but I can't seem to figure out how to search the bug syste
22:36 Denyerec m
22:36 IIVQ however, I don't remember the details anymore. However, I could redo it for the greater help of the community
22:39 IIVQ Denyerec: I don't even know where the bug is in. Is it core or timtab?
22:39 IIVQ I suppose timtab
22:39 Denyerec Surely, though, your Typo installation failled first ?
22:39 Denyerec even beffore you got to TimTab?
22:49 IIVQ http://bugs.typo3.org/view.php?id=8243 Denyerec I hope you didn't mind calling out my name
22:50 IIVQ your name, I mean
22:50 IIVQ No, as far as I can remember, my typo3 installation did not fail
22:50 IIVQ I used the 1-2-3 install which went perfectly. Only thing I had to change was to set truetype to freetype
22:51 IIVQ and I had major issues with getting PHP to work, which I solved before starting Typo3
22:53 jeremy2000 how do i extract a t3x file?
22:54 jeremy2000 jeremy@jeremy-desktop:~/Desktop$ file th_mailformplus_4.0.7.t3x
22:54 jeremy2000 th_mailformplus_4.0.7.t3x: data
22:54 jeremy2000 better question. what format is it in??
22:56 IIVQ it appears to be some mangled GZ format, looking at it
22:56 jeremy2000 its not zip or gz 'cause file command would figure it out
22:57 jeremy2000 i just created both a zip and tar.gz renamed them w/ wierd extensions and "file" command got them both
22:57 jeremy2000 im trying to install an extension and the host wont allow it 'cause of safemode
22:57 jeremy2000 so im trying to manually upload it
22:59 nd_ jeremy2000: http://typo3.org/documentation/document-library/extension-manuals/ter/2.0.2/view/1/7/
22:59 IIVQ jeremy2000: it appears to have a proprietary header
23:00 jeremy2000 thats pretty silly
23:01 IIVQ yep
23:01 IIVQ I'd allways do just a .gz file
23:02 jeremy2000 i just want to install extension but stupid safe mode. .htaccess "php_flag safe_mode off" doesn't work either
23:03 jeremy2000 how do u install extensions if safe mode is on? you just dont?
23:03 IIVQ what does safemode do?
23:04 jeremy2000 i dont know exactly but its giving me error about creating directories because of different uids
23:05 IIVQ ah
23:05 IIVQ I don't know that
23:07 jeremy2000 i just emailed host
23:08 jeremy2000 ive put extenions up by uploading entire directory but not sure how to extract from wierd format
23:14 jeremy2000 \l
23:20 Phlogi is there any reason this should not work?
23:20 Phlogi $piObj = t3lib_div::makeInstance("tslib_pibase");
23:20 Phlogi $piObj->conf = $this->conf;
23:20 Phlogi $piObj->pi_loadLL();
23:20 Phlogi then $piObj->pi_getLL('error.field_validation')
23:20 Phlogi returns nothing
23:24 backAgain any reason you write spanish in italian ??? :D
23:26 Phlogi what?
23:26 backAgain @jananne
23:26 backAgain ;)
23:34 Phlogi hehe, If I look at this function: http://doxygen.frozenkiwi.com/typo3/html/d2/dee/class_8tslib__pibase_8php-source.html#l00971 , how can typo3 then deal with locallang.xml? locallang.php seems hardcoded
23:45 IIVQ Denyerec: thanks for helping anyway
23:46 IIVQ I look forward to reading your n00b guide and am working with the current one

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.