Search the website and IRC logs

#TYPO3 IRC log from : Friday 5 February 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
02:01 guillom hi
02:01 fLoo hi
02:02 guillom I see that TYPO3 is using Redmine, but bugs.typo3.org is using Mantis. Is there a plan to move the bug tracker to Redmine?
02:04 fLoo dunno
02:04 fLoo whats the reason to ?
02:06 guillom oh, we're considering moving from bugzilla to Redmine, and if TYPO3 were using Redmine as bug tracker, it would be a major argument
02:07 guillom I see that the usability team for example is using it as a tracker
02:07 guillom I was just wondering why the "regular' typo3 wasn't (yet?)
02:56 Yan1126 Hi guys, anyone knows of an extension for Typo3 that truncates all deleted pages?
07:36 ndee is it possible to raise the limit of 500 to unlimited in the log backend module?
07:52 ZaFantasy hi
08:58 sorenmalling Morning, anyone here who has been working with section_frames on tt_content element?
09:07 animan hi. has anyone here used ke_yac calendar extension?
09:07 animan I'd like to know that is it possible to show event name in the title of the (singleview) page?
09:17 ZaFantasy why I get 0 in the middle of the url ? ....com/ponudba/0/sri-lanka/?no_cache=1
09:17 ZaFantasy ries http://pastebin.com/m321dc60c
09:17 ZaFantasy ups
09:27 BejjWrk rice chrispies ?
09:39 kaktuspalme Hallo :)
09:48 BejjWrk hmm
09:49 BejjWrk Fatal error: Class 'ReflectionClass' not found in .../t3lib/class.t3lib_div.php on line 4939
09:49 BejjWrk when trying to upgrade to 4.3.1 from 4.2.10, any ideas ?
09:50 Prot0 erm
09:50 BejjWrk not even installtool works
09:50 Prot0 :]
09:50 Prot0 didnt have that before
09:52 BejjWrk its very odd
09:52 Prot0 whats on line 4939?
09:52 BejjWrk there is no special plugins or anything either
09:52 BejjWrk t3lib/class.t3lib_div.php: $reflectedClass = new ReflectionClass($className);
09:52 BejjWrk thats whats there
09:54 marcuslind I'm in the need of a good booking-extension. My client wants to set up some dates and hours and then let the customer book them through the frontend. The hour that the customer booked will ofc be unavailble for the next customer. Anyone got a good tip on what extension to use?
09:56 Prot0 BejjWrk
09:57 Prot0 installed extbase/fluid?
09:57 BejjWrk Prot0: no, this seems to be php-related hmm
09:57 Prot0 hm
09:57 Prot0 Reflection was not compiled with my php binary
09:57 Prot0 aye
09:57 Prot0 ;]
09:58 BejjWrk i think mine was
09:58 BejjWrk lolz
09:58 BejjWrk but its a reported bug on php.net
10:03 marcuslind Anyone used EXT: Event Database?
10:06 Prot0 whats the ext key?
10:08 animan anyone knows a way to display the title of the event as a page title in singleview of ke_yac calendar ext?
10:20 eJunky good morning together, can anybody give me a short hint regarding the RTE?
10:21 eJunky I have a yaml CSS class p.icaption_right and I don't want it to show up in RTE?
10:21 eJunky Unfortunately I cannot find a solution to disable it.
10:22 Prot0 disallow it in the RTE configuration
10:22 Prot0 :]
10:24 Prot0 something like RTE.default.allowedClasses = class1,class2
10:53 BejjWrk Prot0: turns out there was --disable-reflection in my php compile params ^^
10:53 Prot0 lol :D
10:53 Prot0 ok, makes sense then :)
10:54 BejjWrk yup lol
10:54 BejjWrk things like that happens when you manually compile things ;)
10:54 BejjWrk tho my php is by far faster than a default setup
10:55 BejjWrk using php-fpm with nginx and memcached
11:21 marcuslind I'm in the need of a good booking-extension. My client wants to set up some dates and hours and then let the customer book them through the frontend. The hour that the customer booked will ofc be unavailble for the next customer. Anyone got a good tip on what extension to use?
11:21 marcuslind I tested around a bit with Event Database. It didnt work perfect for my need.
11:25 Prot0 marcuslind: welcome to the world of customers ;]
11:25 Prot0 in most cases nothing is perfect, but its a start
11:32 marcuslind Prot0: Well actually I didnt even get it working close to what I was needing
11:32 marcuslind that's why I was asking for a tip
11:32 marcuslind if anyone else implemented a booking-extension for their client
11:37 iaj what can you guys recommen me to show 'quotes' on the page?
11:40 johnson_hh hi, how can i refresh my realurl path cache without loosing the old urls?
11:41 johnson_hh i want the old urls to be redirected to the new page addresses via a 301
11:46 iaj no recommendations for a plugin that enables me to have random quotes (from a txtfile or sth) to appear on my page?
11:55 animan it should be possible to somehow read the title of single ke_yac event from DB and show it on the pagetitle?
12:09 animan anyone?
12:14 kabro20 hi
12:15 kabro20 I am modifying extension class file, and I am wandered how to put data in cache
12:16 kabro20 I am begginer in php...so I wandered how can I use cache in typo3 instead of session or cookey
12:16 kabro20 to store some array
12:16 soren_madsen Hey guys - I'm a little worried that I might screw things up, so can someone please point me in the right direction as to how I should move an existing SVN repository (of an extension) to the Forge site where I've created the extension as a project. I'm looking at 'svn switch relocate' - is that right?
12:31 Denjerek Anyone here familiar with PHP SPL iterators?
12:34 Denjerek I want to know how to know if I'm on the FIRST element
12:35 Denjerek I can use hasNext() from the cachingiterator
12:35 Denjerek but there isn't an "IsFirstElement"
12:41 cdngfrog Denjerek: #php
12:41 Denjerek They're a bunch of self-obsessed callous monsters.
12:41 cdngfrog We're all :-)
12:41 Denjerek nah, the people in here are lovely.
12:42 cdngfrog And mostly inactive
12:43 animan but once they start talking.. :D
12:43 cdngfrog Heh, true
12:44 Denjerek i can't join #php anyway
12:44 Denjerek it's #overflowed and in mod lockdown
12:45 cdngfrog I can join, strange.
12:45 animan you don't happen to know how could i take page title from DB? tx_keyac_dates table and title field
12:45 cdngfrog animan: with TS?
12:45 cdngfrog animan: or via php?
12:46 animan ts
12:48 cdngfrog animan: you can use the CONTENT object in combination with table = yourTable
12:48 cdngfrog we need a bot here that links to the tsref...
12:49 animan i've googled that and got some examples with tt_news, but for some reason I can't get them to work
12:50 cdngfrog can you paste that to pastebin?
12:56 animan http://pastebin.com/m8b34d94
12:56 animan atm it's like that
13:01 cdngfrog animan: sorry, I don't do that much with TS, but it seems that conf.<tablename> has to be the same as table = <tablename> so that T3 knows how to display it
13:08 animan :/
13:08 animan that didn't work either
13:08 cdngfrog well, that's odd
13:13 cdngfrog maybe someone who is an integrator *shout* could help us out
13:16 animan integrator?
13:18 cdngfrog http://certification.typo3.org/index.php?id=56
13:24 animan unfortunatelly, like you said, ppl here are rather inactive :/
13:25 cdngfrog yep
13:25 cdngfrog pretty sad for an open source project of that size
13:29 cdngfrog animan: by the way, you do realize that the plain text will appear in the <head> section of your html?
13:29 cdngfrog so if you want change the title you should use wrap = <title>|</title>
13:37 animan yep, but nothing gets rendered at all. I think I'm asking the field incorrectly
13:40 animan or table
14:37 Yan I need to know how to allow the tags dl, dt, dd in Typo 4.2.6
14:59 Prot0 in the RTE?
15:12 Yan yes
15:12 pmk65 Yan: Do you use HTMLArea RTE?
15:13 Yan yes
15:14 pmk65 Install the extension: rtehtmlarea_definitionlist
15:14 Yan thanks.
15:15 pmk65 http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_definitionlist/1.1.0/view/
15:23 Yan doesn't work with 4.3
15:31 cdngfrog "I need to know how to allow the tags dl, dt, dd in Typo 4.2.6"
15:32 Yan ??
15:32 Yan I know, but I need to try it in 4.3 also
15:34 Prot0 http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/5/1/
15:34 Prot0 RTE.default.allowTags
15:35 Prot0 in page TSconfig
15:54 net-mapper hello
15:55 net-mapper can anyone tell me how to prevent typo3 from generating the xml header
15:55 net-mapper ?
15:57 net-mapper i need it badly, because it causes my site to deform
15:57 net-mapper in Internet Explorer 6
16:00 net-mapper helooo
16:01 net-mapper anyone here
16:24 FloLeBlanc hi all
16:24 FloLeBlanc can you install an extension via ftp by uploading the t3x and importing it in the BE?
16:34 ries FloLeBlanc: yes you can
17:01 Yan Any way to disable the parse for the RTE so it doesn't parse what I save?
17:03 Guest56913 please let me know, how can i add time for publishing content?
17:08 FloLeBlanc ries: thx
17:10 ries Yan: why do you want to do that?
17:11 FloLeBlanc ries: how? where would I have to upload the t3x to?
17:12 Yan ries: because it's too complicated. it parses way too much things and i'd rather have it disabled so whatever I save in the DB, is what is displayed on the website.
17:12 ries FloLeBlanc: do you mean a extension (expanded) or just using the upload button?
17:12 ries Yan: in reality it's not that complicated and protects you from other people doing stupid things...
17:12 FloLeBlanc ries: if I use the upload button I can select a file from my local harddrive => upload => file too large
17:12 ries I think you need some TS to disable teh parser
17:13 FloLeBlanc looking up from the extension repository doesn't work either - I know which flags should be set but my provider isn't reachable atm
17:13 ries FloLeBlanc: Ic what you mean, I think you need to upload the expended structure
17:13 FloLeBlanc so I wanted to know if I can upload the t3x via ftp and install it from there
17:13 FloLeBlanc but how to extract those? :)
17:15 Yan then, how cna I allow dl, dd and dt and prevent the RTE to put an empty <p></p> tagset in front of it.
17:22 FloLeBlanc nvm I took the ext from another installation
17:26 ries FloLeBlanc: extract in a other installation.. :)
17:33 rohitvi hi all, am new to typo3 and looking for some help!
17:33 rohitvi can anybody help me?
17:34 phil1 rohitvi: how can I help you?
17:34 rohitvi hey phil
17:34 phil1 rohitvi: if you are new, you should proberly start reading some docs :P
17:35 rohitvi yeah, i did that
17:35 rohitvi :)
17:35 rohitvi i was trying to add time for publishing content
17:35 phil1 so whats up?
17:35 rohitvi is that possible
17:36 phil1 yeah ..
17:36 rohitvi ohh
17:36 phil1 just go to the content element and click the acces tab
17:36 rohitvi ok
17:36 rohitvi i can enter date but i couldnt find how to enter time
17:37 rohitvi i added the extn date2cal as well
17:38 phil1 hm, seems that there is no time :(
17:38 phil1 sorry I guess I was wrong
17:38 rohitvi hmm no probs
17:39 rohitvi i have been trying from 2 days but couldnt... :(
17:41 rohitvi so somebody can help for this case?
17:42 phil1 rohitvi: it might be easier to just ask on the newsgroup/mailing list
17:42 rohitvi hmmm i thought of it
17:43 rohitvi but then thought i can get something here as well... :)
17:44 rohitvi thanks anyways, going out...
18:00 TheEternalAbyss ok i need help. my images aren't loading properly in the frontend. I add the image to the page, go to frontend, click on the image to enlarge it and it says "server not found" cause the stupid thing is removing the "/" after localhost, so my url become localhostindex_etc instead of what it should be (localhost/index.phpetcetc) can someone explain to me why it's doing that and how I can fix it please!?
18:02 timdeluxe TheEternalAbyss: do you use something like realurl or simulatestaticdocuments?
18:03 TheEternalAbyss no i disabled that
18:04 timdeluxe did you check the rewrite rules (.htaccess)?
18:06 TheEternalAbyss why would i need to chack that?
18:06 timdeluxe cause it is the only thing i can imagine right, which could cause something like that
18:07 timdeluxe +now
18:07 TheEternalAbyss hmm
18:08 TheEternalAbyss i've never dealt with this tho, I don't know what i'm looking for
18:10 TheEternalAbyss i've never edited the htaccess file
18:11 TheEternalAbyss but my other image links work... :( i'm confused
18:13 timdeluxe me too
18:13 TheEternalAbyss it's the click-to-enlarge option
18:13 TheEternalAbyss i'm using that
18:15 timdeluxe yeah nothing special and in 99,9% of all cases running fine :)
18:15 TheEternalAbyss yea
18:16 TheEternalAbyss of course i have to run into that ,1% lol
18:34 jjulian hi is there a way in tmenu to solve the "nosub" problem? i want to have a nested list of ul li ul li two menus deep. and if level 1 of the menus doesnt have a submenu it should anyway create <ul><li> in it
18:34 jjulian i try to achieve that with thmenu
18:34 jjulian tmenu

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.