Search the website and IRC logs

#TYPO3 IRC log from : Saturday 21 April 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
02:28 Rocketjock Hello Everyone...Hi Ries, gerards, uschi
02:28 Ries Hey Rocketjock
02:29 Rocketjock Ries: didn't think you would be on :)
02:29 Rocketjock Ries: send me some warm weather please
02:54 Rocketjock nite all
05:19 just2b good morning
05:53 Ries Hey jus
05:53 Ries I am off to bed
06:48 uschi morning all *yaaaaaaaaaawn*
07:18 Richard-nl Hey hey
07:18 uschi morning Richard-nl
07:18 Richard-nl Who know something about the Advanged Calendar and Users?
07:19 Richard-nl The problem is that everybody including visitors can edit the calendar. What has to be only the allowed group.
07:19 Richard-nl Morning uschi
07:20 Richard-nl I did what the manual tolt me to.. bus still.
07:20 Richard-nl http://www.kringag.nl/97.html
07:20 uschi have one more coffee before you start working, Richard-nl
07:21 Richard-nl Is it that early then?
07:21 uschi seems that everybody apart from us two is still fast asleep
07:21 Richard-nl 9:24 am still sleeping??
07:21 uschi and i cannot help you
07:21 Richard-nl Thats already late for me.
07:21 Richard-nl not :(
07:21 uschi well, some of the people here stay up very long at night
07:22 Richard-nl That terrible. :)
07:22 uschi no, because i have never used advanced or any other calendar so far
07:22 Richard-nl Oh :)
07:23 Richard-nl If you don't need it than why use it ;)
07:24 uschi well, i need one, but i am currently struggling with sr_feuser_register
07:24 uschi and i will use Calendar base
07:28 Richard-nl :)
09:01 dax77 hi @all
09:01 just2b good morning dax
10:06 uschi morning just2b :)
10:07 just2b hi uschi
10:09 uschi just2b, are you into sr_feuser_register?
10:09 just2b not really.. using it but not really much modifying and no extending
10:10 uschi because, if the display mode is Edit, a link 'delete account' is shown to the user
10:11 uschi but this link points to the edit page itself
10:11 just2b this shouldnt be a priblem
10:11 uschi i am just trying to reverse engineer what goes wrong here
10:11 uschi what do you mean by 'shouldnt be a problem'?
10:12 just2b the delete link should show a question like "you really want to delete"on the same page
10:12 uschi it does not do so
10:14 uschi it does not do anything but reloading the page
10:14 just2b tried another version ?
10:15 uschi perhaps it is the order of $ars in addURLMarkers
10:15 uschi i have the newest version
10:15 just2b so try a downgrade
10:15 uschi before that the problem seems to be a different one
10:15 uschi i would rather prefer to have this one fixed
10:15 uschi because in the version before there were other bugs
10:16 uschi and apart from this flaw everything now seems to run quite well
10:16 just2b i am fine with 2.5.2 .... you just should do that to confirm if it is a bug of that version...
10:17 uschi how do i downgrade?
10:17 bane007 hi there! i would like to know if there is any document describing typo3's security (risks, issues, solutions...). if no, does anybody know anything about it? thanks a lot for the answers!
10:18 just2b uschi: EM > search for ext > click on the title > press version in drodown > press import
10:18 uschi thx
10:18 uschi just2b, and another question
10:18 just2b bane007: you want to find holeS? :D
10:19 uschi what is the correct installation order
10:19 bane007 just2b: haha not really, i'm writing some paper about security with cms
10:19 uschi fh-library, newloginbox, sr_feuser_register, kb_md5pw?
10:20 bane007 maybe some document about cmses generally?
10:20 just2b bane007: the core is relativly save, take a look at > http://news.typo3.org/news/teams/security/
10:20 just2b bane007 and for extensions: the usual stuff like checking post/get, XSS and so on, take a look at http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.0.0/view/1/5/
10:21 just2b uschi: i don't no dependency, but for a single downgrade it doesn't mather
10:22 uschi well, what i know for sure is, that kb_md5fepw has to be the last extension to be installed
10:22 koomi moin
10:22 just2b moin uschi
10:22 uschi moin koomi
10:22 just2b ah moin komi
10:22 just2b ...
10:23 bane007 just2b: thanks for these
10:23 just2b bane007: you still have to differ betwen core and the extensions!
10:23 bane007 just2b: i'm aware of that!
10:24 just2b ok.. I guess there are quite some insecure extensions out there... :/
10:25 just2b but there is e.g. no security category in the biggest forum of TYPO3 in contrast to joomla where every day is a thread like "my cms got hacked..."
10:25 just2b maybe also because TYPO3 needs some time to learn and is not used by the n00bs ...
10:25 Richard-nl Hey hey
10:26 Richard-nl Question: I get an error on this line: $origArr = $GLOBALS["TSFE"]->sys_page->getRawRecord($this->theTable,$calendar_uid);
10:26 Richard-nl Where do I have to look for the solution (advanced calendar)
10:27 Richard-nl Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/t3lib/class.t3lib_db.php on line 801
10:29 just2b richard: activate sql-debug in install tool to get more information
10:29 Richard-nl I'll try. :) thx
10:43 Richard-nl Cleaned but not solved
10:46 MasterYin Morning everyone
10:46 MasterYin got a problem with the table pages_language_overlay
10:47 MasterYin anybody there
10:47 MasterYin ?
10:47 just2b should we ask already or should we wait for the question?
10:48 MasterYin sorry i didn't knew if anybody is here
10:49 MasterYin I use a the field title for my GifBUILD (txt.field = title) but it allways uses the title from the default language
10:50 just2b so what is your code
10:51 MasterYin in my gifbuilder I set: text.field = title, shouldn't he uses the title from the translated pages too?
10:51 just2b it should yes
10:52 MasterYin I just see it does so... but not with the field I realy setted, I have extended the tables a little
10:54 MasterYin I have inserted into pages and pages...overlay the field gif_Header, with these fields it just uses the default lang... :-(
10:54 just2b lol.. hiding information is not a good idea ;) add the field in the overlayfield @ install tool
10:55 MasterYin where?
10:55 just2b search for overlay.. don't have it in my mind
10:56 just2b language_overlay_field or so
10:57 MasterYin got it.... big thx
10:58 just2b np
10:59 MasterYin I didn't know if I allready asked you, but is there a possibility to "vererben" the datas if a field is empty?
11:00 just2b yes it is
11:00 MasterYin how?
11:01 just2b temp.id = TEXT
11:01 just2b temp.id {
11:01 just2b override {
11:01 just2b required = 1
11:01 just2b data = levelfield : -1 , tx_rgmenu2_id, slide
11:01 just2b }
11:01 just2b }
11:01 just2b and you need to add the field @ addRootLineFields
11:08 olegs hi
11:08 olegs I am trying to install typo3 under freebsd
11:08 olegs I'd like some help
11:08 olegs if anyone's around
11:09 MasterYin Whats your problem?
11:09 olegs I did as described in INSTALL.txt - chgrp nobody typo3temp etc.
11:10 olegs in typo3 Install tool I got errors
11:10 olegs typo3temp/llxml/ not writable
11:10 MasterYin what kind of errors?
11:10 olegs etc.
11:10 olegs install tool creates them with 755 nobody:nobody
11:11 olegs I do not understand why it can't write there.
11:11 olegs php is running in safe_mode
11:12 olegs I did severall installs on Linux, but not in freebsd
11:14 olegs can't find anything related to this problem in google
13:01 DonJ Hi, does someone know the rggooglemap extension? I installed it successfully and saved a POI. However, if I want to show it on a page I get an error
13:01 just2b I know it quite well
13:01 just2b included static ts from extension? set the starting poi?
13:01 just2b starting page
13:02 DonJ uhm no ;) static ts is another extension which I require?
13:03 just2b no
13:03 just2b go to template > click "edit whole reccord"
13:03 DonJ yep
13:03 just2b scroll down to "static ts from extension" > include the entry of the ext
13:03 DonJ ic
13:05 Ries morning folks
13:05 just2b ries: morning ;)
13:06 DonJ morning. Still gives me the same error though. "SELECT * FROM tx_rggooglemap_cat WHERE uid IN () ORDER BY title"
13:06 just2b DonJ: there will be a new version out there soon... take a look at e.g. http://p28123.typo3server.info/index.php?id=20 or http://www.rggooglemap.com/index.php?id=35 with dozens of new featuzres
13:06 just2b you made at least one POI record?
13:06 just2b poi category record
13:07 DonJ Nope, where do I create it? I didn't see that option
13:07 DonJ New version looks nice
13:07 DonJ Are you writing the extension?
13:08 just2b yes it is my work
13:08 just2b go to a sys folder and > "create new record"
13:08 just2b sry the ext is kind of weird.. i found out after some complaining.. i sit in front of it since many months ;)
13:09 DonJ ah ok ;) thx then for your effort! Well but when i create a new record in Google-Map the category drop down is empty
13:10 just2b yeah you have to make a category record first
13:11 DonJ sorry for being so retarded but where do I do that? you just said 'sys folder and > "create new record"' but I can't see an option to create a category when I am in the google-map view
13:11 just2b not in google map view... sry ... in page or list view
13:15 just2b got it?
13:15 DonJ hmm done that but I still get the same error.
13:16 just2b you saved a tt_address record with a cat?
13:16 DonJ yep
13:16 DonJ on the page under plugin I selected Show POI
13:17 just2b there shouldnt be a problem if you have a) a category, b) tt_address record with this category, c) setting the startingpoint in plugin to the sysfolder where tt_Address recorss are saved
13:17 DonJ think I'm missing c)
13:19 DonJ it works now, brilliant thx!
13:20 just2b ok ;) register yourself at rggooglemap.com if you want to get hottest information
13:20 DonJ You should definitely write those 3 points in the manual. I googled and looked around but couldn't find decent info on how to install
13:20 DonJ thx again
13:21 just2b new manual will get better
13:21 just2b you also don't need the be module anymore..
13:21 DonJ ic nice
13:22 just2b there will be a button next to the long+lat field, you press it > big popup with the map in it
13:30 max_muetze hello again... how can i display sections of a statistik (www.christianeiselt.de/statistics.php) on my webpage? (t3 4.1, cc_awstats) i thought of a little module which shows one table of the whole page in my frontend...
13:31 just2b you again ;) I guess you need to modifiy the script or the extension
13:32 max_muetze ;)
13:33 max_muetze ah, mh, i think that should i do... but since i don't know much about php it will be a great problem... so it is not very simple to realize, right?
13:33 just2b i don't know... sry
13:33 max_muetze k
13:33 just2b why does every love this yaml so much?
13:34 max_muetze i don't know, but it looks good and it is a very nice entry to typo3...
13:35 max_muetze i am not that good in design... so my page would look very ugly if i had to design a template first...
14:14 DonJ just2b I created this: http://www.iat.de/215.html Is there a way to hide the "Zeige: IAT" ?
14:30 just2b DonJ: edit the template
15:34 Recnelis Hey guys
15:35 Recnelis Is it possible to make a 1x1 pixel image the background in a Gmenu ?
15:35 Recnelis The menu gets built up by gifbuilder... but the 1x1 pixel image does not repeat x and y..?
16:19 tilman_ I defined multiple layouts and made em accessible by the typeNum in the TS-Setup, i.e. you get em by giving the GET-Var type=1 or whatever - how can I define a Menu where the type can be chosen in frontend ?
16:20 tilman_ I saw something similar with the special = language type in HMENU, in the end I'm searching for something like that, just for my templates
16:21 Rocketjock Hello all
16:21 Rocketjock dax77: nice job on the new release of cal
16:21 dax77 Hi Rocketjock :) - thx
16:23 Rocketjock daz77:I like new save and create new option in the BE... real handy
16:23 Rocketjock dax77*
16:24 dax77 thx, most of it is from jeff. I will pass on what you said :)
16:26 Rocketjock dax77: thx... I even got the time zones to work :)
16:27 dax77 oh, you did?
16:28 Rocketjock dax77: as far as I can tell yes
16:28 dax77 so you changed the javascript or what did you do?
16:31 Rocketjock dax77: I canged the timezone setting in controller/class.tx_cal_base_controller.php to -7 in two places... seems to work now
16:31 dax77 oh oh
16:32 dax77 do you have only frontend or backend events?
16:33 Rocketjock none -> -7 and +000 -> -7.... only frontend
16:35 Rocketjock OK, I am off to take the wife shopping... see ya all later
17:35 tilman_ someone awailable ?
19:25 Rocketjock hello
19:38 Kogelvis Evening all
19:42 Kogelvis I have a strange problem, one i've never encountered before
19:42 Kogelvis I've created most of my site in a workspace i created, everything worked just fine
19:43 Kogelvis now that i've published the page the doctype is missing on top of the page which results in things not working as intended on my site
19:43 Kogelvis on every site i've created i've added page.config.doctype = xhtml_trans and it just worked
19:43 Kogelvis in the workspace it did and still does
19:44 Kogelvis but on the live version it doesn't
19:44 Kogelvis you can find my template setup over here: http://phpfi.com/228757 i hope any of you has a clue on how to fix this?
21:49 Rocketjock hello
22:15 hen^nn hey, anybody out there who can help me somehow ?
22:19 hen^nn hm I just ask mb some will help me later on.. I downloaded, unzipped and uploaded version 4.1.1 afterwards I set the chmods and then I used the 1 - 2- 3 Install tool to set up .. I receive an error in the head like "Warning: mysql_list_tables(): supplied argument is not a valid MySQL-Link resource" .. i didn't know what he wants and I just continued and "finished" it but the sample site is missing
22:20 hen^nn !help
22:20 hen^nn ^^
22:34 nutcase has anyone an idea, why links in tt_news list-mode aren't rendered as links, although they are rendered as links in teaser-mode
22:35 hen^nn no but u seem to be able to run it mb you can help me? ^^
22:36 nutcase hen^nn: what is your problem?
22:36 hen^nn I just paste what i wrote mom
22:36 hen^nn hm I just ask mb some will help me later on.. I downloaded, unzipped and uploaded version 4.1.1 afterwards I set the chmods and then I used the 1 - 2- 3 Install tool to set up .. I receive an error in the head like "Warning: mysql_list_tables(): supplied argument is not a valid MySQL-Link resource" .. i didn't know what he wants and I just continued and "finished" it but the sample site is missing
22:37 nutcase url?
22:37 hen^nn www.fgtd.de
22:37 nutcase or: do you see: no template found or something lige that
22:37 nutcase like*
22:37 hen^nn No pages are found on the rootlevel!
22:37 hen^nn thats what he says
22:37 nutcase you have setup everything correctly
22:38 hen^nn i hope so
22:38 nutcase but you downloaded dummy, so you have configure your page by yourself
22:38 hen^nn ah that means
22:38 hen^nn it is ok so far
22:38 nutcase yes, this looks like a freshly installed dummy-site
22:38 nutcase you have to create pages and a template
22:39 nutcase read the guide: "modern template building"
22:39 hen^nn but the documentation says there is something like a skeleton page with loads of examples
22:39 nutcase or "futuristic template building"
22:39 hen^nn hmmm ok
22:39 hen^nn i'll try
22:39 hen^nn thank you so far
22:39 nutcase that is when you downloaded testsite-package instead of dummy
22:39 nutcase there is an example site in it
22:40 nutcase what stands fgtd for?
22:40 hen^nn fachgymnasium technik dreizehn
22:40 hen^nn ^^
22:40 hen^nn my class
22:41 hen^nn i'll try it with the guides you mentioned
22:41 hen^nn thank you
22:45 nutcase kein problem ;)
22:46 hen^nn ja hätt ich das mal vorher gewusst ;)
22:47 nutcase naja, so lernt man nen bisserl englisch ;)
22:47 nutcase and others can profit of our conversation
22:50 hen^nn sure but typo3 is quite tough for a newb like me ^^
22:55 Ries hen^nn: typo3 get's easy after a year... no worries
22:56 Ries or better said...
22:56 Ries Most people learn typo3 faster then driving a car
22:56 Ries then learning to drive a car....
22:56 hen^nn if at least the "dummy + source" thing would work
22:56 hen^nn ^^
22:57 Ries it works..... at least 50.000 people are using it
22:58 hen^nn so i'm too stupid for the documentation.. i uploaded the hole load i created 1 database and i start the 1-2-3 install tool and do what it wants
22:58 hen^nn afterwards i go to /typo3/install
22:58 nutcase hen^nn: you installed everything correctly: just read the guides i mentioned
22:58 hen^nn hm ok
22:58 hen^nn but
22:59 hen^nn there should be a page rightaway or not
22:59 nutcase no
22:59 nutcase not in dummy package, that is for creating a website from scratch
22:59 hen^nn ah so theres the source = core.. and the dummy is for?
23:00 nutcase dummy is only links and empty directories
23:00 nutcase it's a basic framework you can start with
23:00 nutcase or am i wrong Ries?
23:01 Ries let me read back.. I was just coding
23:01 hen^nn hehe
23:01 nutcase Ries: i have another problem, you surely know the solution for:
23:02 Ries nutcase: You are right... dummy is just a empty website... with empty they mean... like a empty barrel... nothing in there
23:02 nutcase tt_news: links in content work for latest mode but not in list mode
23:02 Ries nutcase: check the TS and see if they clean something up in list mode.... I can imagine they do.
23:02 nutcase links in content of a news-entry
23:02 nutcase ok, thx, i'll browse my setup
23:03 nutcase Ries: off-topic: do you have a page about yourself and your work? you are THE guru here in ir
23:03 nutcase irc
23:04 Ries nutcase: I believe there are a couple of guru's out here, gerards also knows a lot of typo3
23:04 nutcase Ries: thanks, found it: plugin.tt_news.displayList.subheader_stdWrap.stripHtml = 1|0
23:04 Ries ad denyerec also starts to know a shit load of typo3
23:04 Ries (watch y language!!!)
23:05 Ries I am just a longer time channel user.....
23:05 Ries I remember dec 2005 we had on average just 30 users... a couple of months before around 20 users
23:05 Ries and no we even average on saterday 40 users and during the week 70 users
23:05 nutcase i myself used typo3 in 2003 the first time
23:05 Ries I would live to see that double in the next 12 months
23:06 Ries nutcase: I just started 2.5 years ago :)
23:06 nutcase and started writing extensions without even knowing how to setup typo3
23:06 nutcase do you do it as a professional?
23:08 Ries nutcase: I make my living out of it yes...
23:08 Ries I am a full time freelance typo3 developers.. and relevant technologies
23:08 Ries it's what I do for 10 hours a day :)
23:09 nutcase ok, i do it only ~15 hours a week, as i am still a student, who has to go to lectures sometimes
23:09 nutcase 15-20 hours
23:09 nutcase but also as freelancer
23:10 Ries theer is aenough work with typo3...
23:10 nutcase yes, there is indeed
23:11 nutcase and still increasing
23:11 nutcase kaspar created a whole branche
23:11 nutcase which country are you from?
23:11 nutcase kasper*
23:11 Ries I am origionally from Holland, but now living in Ecuador
23:13 nutcase wow
23:13 nutcase what made you move to ecuador? money? sun?
23:13 nutcase waarom trek je naar equador ? :D
23:14 nutcase (bad nederlands)
23:15 hen^nn nutcase the multilingual talent ^^
23:15 Ries nutcase: I can read your dutch :)
23:16 Ries nutcase: I moved to Ecuador because my Wife is origionally from Ecuador
23:16 Ries not really for the sun... I am at 3300 meter so it's rather chilly sometimes... but often during the day 25 degrees, all year long ;)
23:16 Ries I really want to move to a coast city called manta...
23:17 Ries then it's liek sun sun sun, ocean which is around 22-25 degrees and nice waves
23:17 nutcase ah, that's a reason, ik ben niet nederalnds, maar duits, mijn ouders hebben een bungalow op zeeland...
23:18 nutcase dat is waarom ik een betje nederlands kun praten
23:18 Ries zeelands is quite nice... although I find the beaches in North Holland much better
23:18 nutcase maar heel slecht nederlands
23:18 Ries I lived in Julianadorp
23:19 Ries eheh your dutch is (Y)
23:19 Ries yo hablo solo un poquite español....
23:19 nutcase our bungalow is 10mins from sea. i can hear the noise of the waves, when i lie in my bed
23:19 nutcase no comprende espanol
23:20 hen^nn hablo un poco espanol tambien
23:20 hen^nn lol
23:21 Ries bueno!!!
23:21 Ries and I am living in this country already for 2.5 years :s
23:22 Kogelvis more dutch speaking people over here :)
23:23 hen^nn we should stick to english ^^
23:24 Ries Why teh name kogelvis??
23:24 Kogelvis :)
23:24 Kogelvis good question
23:24 Kogelvis thought it up quite some years ago, can't actually remember where it came from
23:25 Kogelvis but i still like the nickname
23:26 hen^nn thats good
23:26 hen^nn i like people with a lasting nick
23:26 hen^nn ^^
23:27 Kogelvis my first nickname i had about a year then i thought up this name and i have it about 6 or more years now i think
23:27 hen^nn ^^
23:28 Kogelvis and since everyone i know knows me under this name i have no intention to change it :)
23:28 nutcase my nick is about 12 years old :D
23:28 Kogelvis that's a long long time :)
23:28 nutcase i used it in a bbs first
23:29 nutcase long time before i saw www the first time
23:29 Kogelvis oldskool :P
23:29 nutcase at the age of twelve i called myself "teddykiller" :D
23:30 Kogelvis :P
23:30 hen^nn lol
23:31 nutcase http://hemsidor.torget.se/Users//9130/smileys.txt search for "teddykiller"
23:31 Ries nutcase: I use to call me to some names of Marillion used in it's song
23:31 Ries s
23:31 Ries anybody using dojo here?
23:34 nutcase never heard of it
23:35 Kogelvis dojo as in the javascript library?
23:37 nutcase Ries: you use it for ajax?
23:38 Ries nutcase: among that...
23:38 nutcase for ajax i use xajax
23:38 Ries nutcase: if you are into ajax, and web2 website you should look it up
23:38 Ries Ahh... I looked at it, it kinda sucks IMHO
23:39 Ries dojo has tree Drag And Drop with build in RPC messages
23:39 Ries to make DnD work with RPC I use so far in total 3 lines of javascript code :)
23:40 nutcase Ries: wow, i HAVE TO look into dojo
23:40 Ries yeaa it's ia really nice...
23:41 Ries to create additional nodes in a tree using remote RPC is as easy as returning a JASON array
23:41 nutcase xajax was my first contact with ajax at all. i liked it as it is addressed at php-developers
23:41 Ries I created a directory browser that allowes to move directories around
23:41 nutcase JASON array? you make me fear
23:41 Ries dojo is like 5% ajax....
23:42 Ries the rest is just widgets that are way to cool
23:42 Ries I personally hate programming in ajax... so that is why I use dojo
23:42 Ries The dojo tree is even a inline editor to change text nodes :D
23:44 Ries even things like toobars, Editors and tab containers with remote retreival of data... is damn easy
23:47 nutcase sounds very interesting
23:51 hen^nn so now I have the power of typo 3 + some extensions how can I use it ? ^^
23:53 Ries hen^nn: first know what to make ...
23:53 Ries have a design
23:53 Ries and understand templating
23:53 Ries I use templavoila a lot
23:53 Ries others use traditional templating with markers
23:55 hen^nn i know how to create templates
23:55 hen^nn but
23:56 hen^nn i'm missing the interface between the template and the functions of typo 3
23:57 nutcase good night
23:57 Kogelvis good night

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.