Search the website and IRC logs

#TYPO3 IRC log from : Monday 17 August 2009

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 31
09:19 fuchur morgen
09:19 fuchur erm
09:19 fuchur good mornin
09:19 fuchur :-D
09:29 foool I want to setup typo3 on a portable hard drive is there a package for this?
09:51 MasterYin GoodMorning everyone
09:51 MasterYin Anyone here using the tagpack-Extension?
09:53 uraan Hi
09:54 uraan Please tell me how to call the external added php script function through TS
09:54 uraan ?
09:57 dokma Hey guys! I can't remember which function expands EXT:path/image.jpg syntax
09:59 uraan anybody knows how to call the external added PHP script function
09:59 uraan ???????
10:01 dokma uraan: from ts?
10:01 uraan dkma: yes
10:01 uraan dokma: yes
10:02 dokma what does the script do?
10:03 dokma uraan:
10:03 uraan script return some output just for the time you can say it will return 'Hello World'
10:04 dokma uraan: did you try PHP_SCRIPT ?
10:04 uraan Currently i am trying to achive it like this
10:04 uraan subparts.phpop = USER_INT
10:04 uraan subparts.phpop.includeLibs = fileadmin/phpscripts/user_functions.php
10:04 uraan subparts.phpop.userFunc = user_functions -> listView
10:05 uraan But it give me output nothing
10:05 ndee hello there, if a news is directly added in the live workspace, is it normal, that the news doesn't show up in the draft workspace?
10:05 dokma ahh yes
10:05 dokma that is a better way
10:05 uraan dokma: PHP_SCRIPT or PHP_SCRIPT_EXT
10:06 uraan dokma: but it is not giving me any output
10:06 uraan dokma: can u suggest me any tutorial link where it is described indetail
10:07 dokma I'm looking for it right now
10:07 dokma uraan: did you discover the mail archive ?
10:07 iamjay hm I've got a question, what would u ppl do to accomplish an image thats being picked randomly out of a mass of images?
10:07 dokma uraan: http://lists.netfielders.de/pipermail/typo3-english/
10:07 uraan dokma: not yet
10:08 dokma I think you will be more than served with a lot of stuff there
10:08 dokma I have one more link for you
10:08 dokma uraan: http://www.typo3wizard.com/en/snippets.html
10:11 dokma uraan: and last but not at all least, ma video tutorial on xdebug, eclipse and sshfs: http://www.valdez.hr/fileadmin/video_en/eclipse_php_xdebug.ogv
10:11 dokma uraan: saved me weeks of time
10:11 dokma ries, void you guys here?
10:20 dokma teppi|work: you remember which function expands EXT:path syntax ?
10:21 teppi|work do you mean t3lib_extMgm::extPath() ?
10:21 teppi|work dokma,
10:22 dokma teppi|work: let me see
10:22 dokma teppi|work: that one returns path to the extension when you have an ext key
10:25 dokma teppi|work: what I need is a function that converts EXT:path/image.jpg to typo3conf/ext/extKey/path/image.jpg
10:25 dokma if the extension is in that folder
10:26 maholtz|WORK morning
10:27 dokma morning maholtz|WORK
10:31 maholtz|WORK @dokma: sth like t3lib_div::getFileAbsFileName ?
10:36 dokma maholtz|WORK: something like that. I just need it to be relative because I want it as a path to an image for the extension.
10:38 Nekdy is there a TS condition to match if page is hidden in menu?
10:45 teppi|work Nekdy, [globalVar = TSFE:page|nav_hide = 1] should work i think
10:46 Nekdy thx a lot
11:08 maholtz|WORK i want to set config.locale_all = xxx , with "locale -a" i usually get what i can use, but on one system i get only "C" and "POSIX". so it seems, that i cannot use "de" f.e. ? any hint?
11:14 coolguy hello there. is it easy to a replace a marker: ###marker### with the content of a defined page e.g. pid=7 ?
11:26 coolguy not?
11:27 coolguy i only found a sample where they replace a content element with a marker
11:27 coolguy but i need all elemts from the page
12:43 pmk65 Is anyone here using IE5.5?
12:50 maholtz|WORK @pmk65: you need it for testing? there is an ietester which you can use for testing
12:55 pmk65 maholtz|WORK: I use IETester, but I need a final test in the real browser, as there's some small differences that doesn't show up in IETester.
12:56 pmk65 Once I get the positioning correct in IE5.5, I'll create an ext of the script.
12:57 pmk65 http://www.sharemation.com/typo3test/ihateie/ihateie.html
12:57 pmk65 (should be viewed in an IE browser)
13:24 doublemc hallo zusammen
13:24 MarkusH doublemc: english please ;-)
13:25 MarkusH hi
13:25 doublemc ohh
13:25 doublemc sorry
13:25 doublemc my english is very bad
13:25 doublemc :-)
13:25 MarkusH try
13:26 doublemc i search a muti language newstiker
13:27 MarkusH you want to get rss-feends?
13:28 MarkusH maybe tt_news is good
13:31 doublemc http://www.appletcollection.com/
13:31 doublemc forexample
13:34 doublemc a forexample tt_news?
13:53 pmk65 doublemc: check TER. -> http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=newsticker
14:02 coolguy hello, is it possible to replace a marker ###marker### with the content of a page?
14:05 pmk65 coolguy: just fill your marker with the content of the page you want displayed. You could use the CONTENT object for that.
14:05 pmk65 Do you use TemplaVoila?
14:06 coolguy no not templavoila. just the regular way. can you give me a tip how to get the content of a page?
14:06 coolguy when i google i only find samples wherethey catch one content-element into a marker
14:07 coolguy but i need all elements from the page
14:18 pmk65 coolguy: there's a good explanation of the CONTENT object type on typo3wizard. -> http://www.typo3wizard.com/en/articles/explaining-the-content-object.html
14:19 coolguy okay thanks
14:43 coolguy by the way. it is recommended to use templa voila?
14:43 cdngfrog coolguy: well, you should test TV and decide yourself
14:44 coolguy but its good usable? or is it a feature which is not well implented yet?
14:44 cdngfrog Mapping templates is very easy and fast
14:46 cdngfrog It's stable and easy to use, but you should have at least the HTML of your templates ready before you start
14:53 coolguy yes okay
14:55 fuchur anyone knows how to export a given extension as t3x by cron?
14:55 ries dokma: solved your prob already?
14:58 pmk65 I needed to test something in IE6, which is not compatible with Vista. I used the IETester, but it's a bit unstable. So I searched the net for a solution (that didn't require me to install a virtual PC), and found this one: http://www.xenocode.com/browsers/
14:59 pmk65 (Works only on PCs), but it's a really cool feature.
15:00 cdngfrog Works only on PCs... and only on mondays while sunset.
15:07 maholtz|WORK @fuchur: afaik there was some scripts called tools_t3 on sourceforge, perhaps they are now in forge - there was an shell script to create an t3x file via script
15:07 fuchur oh ok
15:08 fuchur i thought about rsyncing and then commiting to svn
15:08 fuchur but that would produce problems when trying to reinstall the ext
15:24 m4rtijn hi all
15:24 maholtz|WORK hi m4rtijn
16:08 dokma ries: I used $GLOBALS['TYPO3_LOADED_EXT']['cwt_community']['siteRelPath']
16:08 dokma should probably be like this: $GLOBALS['TYPO3_LOADED_EXT'][$this->extKey]['siteRelPath']
16:08 ries dokma: did you need the relative or teh absolute path?
16:09 dokma relative for img path
16:09 ries I used to use a function from t3lib_div
16:09 dokma there is extRelPath
16:09 dokma but that is related to typo3 folder
16:09 dokma relative to
17:23 ManDay The tt_news module uploads pictures to /uploads, is that correct?
17:27 ries ManDay: Not to uploads/tx_ttnews ??
17:27 ManDay correct
17:27 ManDay like all the others
17:27 ManDay thanks
17:27 ManDay My problem is:
17:28 ManDay When I upload a picture implicitly throught tt_news or one of the other extensions it will get stored in /uploads and I hence don't have access to it through the backend. Meaning if I want to use it somewhere else I'll have to REUPLOAD it to fileadmin!
17:28 ManDay Is there any solution for this?
17:33 ries ManDay: No, there is no solution to this, it's the way how typo3 works...
17:33 ManDay ok, but what is the reason for that?
17:34 ries Good reasons I don't want to explain here (just trust me on it)
17:34 ries you can check out if tt_news is compatible with DAM, DAM suppose to solve these kinda problems
17:44 ManDay ries, lol @ good reasons
17:44 ManDay ries, it's not just about tt_news. all the content in /uploads should be somehow assessible
17:45 ries ManDay: One of the reasons it's not is because TYPO3 manages that content....
17:45 jbaptiste_j -
17:45 ries The ususal way of accessing uploaded content is to first upload it to somewhere in the fileadmin folder
17:45 jbaptiste_j hello
17:45 ries Hey jbaptiste_j
17:46 ries and then select the content from there...
17:51 ManDay ries, k
17:51 ries ManDay: If you where planning to save HD space then it wouldn't, since TYPO3 makes a copy of the image for the extension...
17:52 ManDay i see typo3 is very clever
17:52 ries One other reason is it prevents mistakes, for example... if a user deletes a image from uploads, then it might disappear on various places on the site, un-known to the user
17:53 ManDay so what, if he uploads it to fileadmin first and then selects it there the same might happen
17:53 ries The downside is, that ... depending on the site you need more HD space
17:53 ries DAM tries to solve some of this issues
17:53 ries But DAM is not well integrated into many extensions
17:53 ManDay what is DAM?
17:53 ries DAM=> Digital Asset management
17:54 ries if you upload to fileadmin, then uses can keep picking images from there... but a copy is always made to the uploads folder
17:55 ManDay Ok ires, then consider the following scenario: I create a new content element "Text with picture" and under "Media" I just pick to upload a picture from my computer - it will get stored to uploads, right?
17:55 ManDay *ries ^
17:56 ries ManDay: Yup
17:56 ries wb jbaptiste_j
17:56 jbaptiste_j hello, my chatzilla seems not to work from this place so I fell back on Mirc
17:56 ManDay well, than its obviously flaw in typo3, ries - because instead it should ask me where to store the picture to.
17:59 ries ManDay: I am not sure what the exact decisions where at the time of design of this system... You would need to talk to Kasper about that, he knows far better then me....
18:00 ManDay maybe some deicisions that were made are just wrong. there is no disgrace in admitting that
18:00 ManDay or its not even an decision
18:00 ManDay it just does not ask the user
18:00 just2b what is the topic?
18:01 ManDay just2b, files in /uploads are not easily accessible to the user for further usage
18:01 just2b which makes absoutly sense
18:01 ManDay it depends
18:01 ManDay it makes sense to have a typo3 administered place where files are stored
18:01 just2b when would you need those files and why dont you want to go the normal way
18:01 ManDay it does not make sense however that files are automatically uploaded to a place where they can never be reused again
18:02 just2b yes because the user doesnt want them to be reused, otherwise the real place would be fileadmin
18:02 ManDay just2b, how can you tell me that the user doesnt want to reuse them? i beg to differ: there are many cases in which exactly taht happens
18:03 just2b because it is the single upload field and not taken from the fileadmin tree
18:03 ManDay yes, thats the way typo3 implemented it and thats what im questioning
18:03 just2b therefore I always hide this field, so this dcan never happen and the user needs always to specify where to save
18:03 ManDay hm...
18:03 ries ManDay: it's fo rthe reason why DAM was build...
18:04 just2b single upload field > image is "gone", fileadmin > user has access to it
18:04 ries By just allowing people to get access to uploads wouldn't solve the problem
18:04 ManDay ries, it should have been default in the first place
18:04 just2b ries .. i think there are far more reasons for dam
18:04 ManDay ries, absolutly not, thats why i claim it should ask the user where to store the file by default!
18:04 just2b so hide the field
18:04 ManDay if the user still denies to specify then it can be stored in uploads
18:05 just2b because there are reasons where a user just wants to use a file from the desktop ones and not needing it again
18:05 ManDay just2b, I will
18:05 ries just2b: true... but i's one of teh reasons (file re-use)
18:05 just2b ries > yes absoltuly and the new dam and new typo3 really looks cool and i start already with it for a real project
18:05 ManDay just2b, thats just flawed. by your logic you could as well argue that if you store something on your computer it should store it to some place where it can never be reused again by default
18:06 ManDay you never know whether youll need it again and it should always stay assessible
18:06 ries ManDay: it is7was a 8 year old design decission.... if it was THAT bad it would have changed already....
18:06 just2b manday > thats why there is the option to hide this field
18:07 ries We all agree already that it's sub-optmial, but it protects the site from deleted images quite well
18:07 just2b so i dont know really why the discucsion needs to be done ... it is just an option to set
18:07 ManDay k
18:07 ManDay I'll set that option right now
18:08 ManDay is there any tool for undoing all the uploads to /uploads (move them to some other place, for example all the tt_news pics) ?
18:08 just2b no
18:08 just2b and you shouldn really change paths of other extensions because 3rd exts can rely on it
18:08 ManDay im not intending to change any kind of paths
18:09 ManDay i just want to move the pcitures which have been uploaded to /uploads so far
18:09 ManDay just2b, can you tell me where I disable the "instant upload" field?
18:09 ManDay (in group perms)
18:18 just2b not out of memory
18:18 just2b anyone knows if pdf generation froml xml works well?
18:20 ManDay just2b, then I hope you can quickly have a look, because that's the solution you suggested. I cannot find anything like this
18:23 just2b maybe that, dont really know because dont wanna test it > user tsconfig > http://pastebin.com/d411a52b8
18:27 ManDay Thanks.
18:27 ManDay I'll put this in the groups TS conf
18:28 ManDay Yes it worked, thanks just2b
18:30 just2b good
18:30 ManDay I'm a little puzzled tho that if you upload an element in the typo3 element browser it does not show you were it will upload the file to
18:31 just2b FE -> source code??+
18:31 ManDay What?
18:33 MarkusH HardPhuck: fuchur: Phlogi_: I found a solution for my "blank page"-problem
18:33 MarkusH bug_1007_alternative.diff
18:33 MarkusH http://bugs.typo3.org/view.php?id=1007
18:34 just2b why not looking it up in source code
18:35 ManDay just2b, is this directed at me?
18:37 Phlogi_ hey just2b is here again :D
18:39 ManDay no shit sherlocks
18:39 ManDay xD
18:39 just2b yeah but wont be long or more often
18:42 ManDay Maybe you can tell me whether your last comment (look at source) was directed at me
18:42 just2b yes it was
18:42 ManDay Because if yes there must be some sort of misunderstanding
18:43 ManDay I think you misunderstood me. I was wondering that the TYPO3 element browser doesnt show you which dir it will upload your file to
18:43 ManDay if you click the dir it will upload it to there
18:43 ManDay yet there is no hint or whatsoever what directory is currently selected
18:46 Phlogi_ just2b: why? no longer working with typo3?
18:46 just2b Phlogi_ even more wokring with typo3 and so no time for fun
18:46 just2b or asking some questions over and over or just idling in some channels
18:46 Phlogi_ just2b: this channel is not fun :D
18:46 just2b yeah it is hard work
18:46 just2b ...
18:46 Phlogi_ jop
18:46 just2b unpaied
18:47 Phlogi_ thats just because typo3.org sucks
18:47 just2b no, you can never compare static website to real people and communication
18:48 Phlogi_ it could make a huge difference however
18:50 just2b yeah sure but still irc is a cool thing
18:51 Phlogi_ of course :) But I don't think lots of ppl from the typo3 community are using it...
18:51 Phlogi_ its a little bit weird how they act anyway if you compare it to other OSS communities
18:51 just2b yeah but because there is no need to .. everybody knows tsref by heart ^^
18:52 Phlogi_ definately :)
18:52 just2b and this is the only reason to visit typo3.org
18:52 just2b and the news
18:52 just2b which are in feed reader
18:52 Phlogi_ tsref on typo3.org sucks and not to talk about the TCA ref... thats almost unusable
18:53 just2b tsref sucks? everything is in it
18:54 Phlogi_ its the way its presented.... i mean if you compare this to modern documentation... but there is the wiki that does a good job
18:54 Phlogi_ but not for the developer stuff
18:55 just2b possible .. it is hard to see that from 3rd ones eyes ^^
19:02 Provito when creating news items they are hidden by default, any tips to make then published by default?
19:02 just2b Provito > google it damn ^^ > http://www.google.at/#hl=de&q=tt_news+default+hidden&btnG=Google-Suche&meta=&aq=f&fp=93ef40c98ae48ef7 first hit
19:03 Provito just2b, thanks, I was googling around but didn't find it initially. Cheers
19:40 ManDay I was wondering that the TYPO3 element browser doesnt show you which dir it will upload your file to
19:40 ManDay if you click the dir it will upload it to there
19:40 ManDay yet there is no hint or whatsoever what directory is currently selected
20:15 fuchur mh, is there any special forum for T3 developers?
20:24 ManDay is there ANY way to EVER delete one of the files in /uploads/ ?
20:38 ManDay by what is determined what "columns" are displayed on a page?
20:39 ManDay in the backedn, editing a page you always get like "left center right border"
20:39 ManDay how can i make only "center" appear when editing a page?
20:52 fuchur ManDay: why should you not be able to delete files in /uploads?
20:53 ManDay How could I (throught the typo3 backend) ?
20:53 ManDay I cant even see the files in upload
20:53 ManDay /fileadmin is as far as it goes
20:53 fuchur try the extension quickexplorer
20:53 fuchur this helps to drive throu all folders
20:53 ManDay is it possible without quickexplor?
20:54 fuchur i don't think so ... why should it? :)
20:54 fuchur use FTP instead
20:57 ManDay Where would you put tools like captchas (not as an ext)? I put them in fileadmin, but they don'T really belong there, do they?
21:09 ManDay Is "Media > List" replacing "File > Filelist" ?
21:19 fuchur ManDay: they belong in extensions :)
21:19 ManDay well, it's not a real extension in this case - just a php script
21:19 ManDay is there any place intended for things like that
21:19 ManDay or is it assumed to have everything available as an extension?
21:20 fuchur second i think
21:20 void ManDay: ideally yes.
21:21 void ManDay: but don't worry to put some of your user scripts something at your fileadmin... there is nothing bad with it
21:21 void s/something/somewhere/g
21:21 ManDay just caring because its getting indexed, too
21:22 void you can always disable indexing of some dirs, i think
21:42 ManDay Is "Media > List" replacing "File > Filelist" ?
21:51 HardPhuck yes
21:52 fuchur someone knows how to validate form-data against TCA in frontend-extensions?
21:52 fuchur using tcemain i think but very bad documented :(
21:56 ManDay thanks phuck
21:59 HardPhuck np
22:10 Phlogi_ fuchur: there is for every type... what do you need?
22:10 Phlogi_ http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.0.0/view/4/2/
22:10 Phlogi_ you should use 4.2.0 though :)
22:11 fuchur mh, somehow the $TCA in my ext. does not contain alle my db-fields
22:11 fuchur just some general db stuff
22:11 Phlogi_ hmm created with kickstarter?
22:11 Phlogi_ just add them
22:12 fuchur of course with kickstart
22:12 Phlogi_ thats weird.. never had that issue
22:12 fuchur mh
22:13 fuchur just a sec, will print_r
22:13 Phlogi_ go back to kickstarter maybe
22:15 fuchur Phlogi_: http://cxg.de/_17e31e.htm
22:15 fuchur this is all i can find in TCA concearning my ext
22:16 fuchur in $GLOBALS[TCA]
22:19 ManDay Does anyone speak german or is in posession of a german typo?
22:20 ManDay or at least knows what "selection" in the group poermission refers to?
22:20 ManDay Hi
22:20 fuchur hi :D
22:20 ManDay Unter "Erlaubte Ausschussfelder" gibt es Einträge mit "Auswahl: ..."
22:20 ManDay Weißt Du worauf die sich beziehen?
22:20 fuchur mh english only ... feel free to query :)
22:20 ManDay ok
22:22 ray4 oerks, was mach ich hier?!?
22:22 ManDay I'm referring to what's called "Selection" (Auswahl) in the group permissions
22:22 ManDay Does anyone know anything about this?
22:23 ray4 viel Spass noch ;) Ich glaub ich hab hier vor Monaten mal wegen nem exploit gejoined... CU or not oder so...
22:23 fuchur ManDay: i don't :(
22:23 ManDay Do you even have it?
22:23 ManDay Or am I the only one?
22:23 fuchur mh
22:23 fuchur *looking*
22:24 fuchur frontend user group? backend?
22:24 ManDay backend
22:24 fuchur i dont have "Auswahl"
22:26 fuchur Phlogi_: any suggestions? :)
22:30 ManDay anyone any idea about anything?
22:30 ManDay like what is "Auswahl" / "Selection" ?
22:32 fuchur dont think so ... too much questions, too few answers :D
22:32 ManDay thats life
22:32 ManDay xD
22:33 Phlogi_ fuchur: look how its used in an existing extension...
22:33 fuchur mh
22:33 fuchur *schnauf*
22:33 Phlogi_ core tca even
22:34 Phlogi_ you where you can select a fe user group?
22:34 ManDay Phlogi_, nah im where i can set permissions for a be-user group
22:34 Phlogi_ ah I see
22:34 Phlogi_ no idea
22:34 Phlogi_ isn't that in the 4.2. $TCA array reference
22:34 ManDay hm ok thanks ntl
22:34 Phlogi_ ?
22:34 ManDay no idea
22:35 ManDay maybe something else
22:35 ManDay "selection" seems a common term
22:35 Phlogi_ if thats done with TCA, just find the file in the core sysext for it
22:40 Phlogi_ have you found it?
22:40 ManDay not sure what you mean
22:40 ManDay how i could do this
22:40 ManDay holy cow
22:40 ManDay i think they just caused a great mess right here in town
22:40 ManDay a lots of police and ambulance ona way
22:41 Phlogi_ ManDay: hmm I think its not done with TCA
22:41 Phlogi_ the code is in:
22:41 Phlogi_ typo3/sysext/beuser/mod/index.php
22:42 Phlogi_ I did a search for the db column in be_groups ;)
22:42 Phlogi_ explicit_allowdeny
22:43 ManDay im very sorry but i cant follow you right now
22:43 ManDay explicit_allowdeny?
22:43 Phlogi_ thats the column the info is saved IMHO
22:43 Phlogi_ not sure
22:43 Phlogi_ just browsed through be_groups
22:44 Phlogi_ and picked one column
22:44 Phlogi_ if there is TCA for it that name must be in there
22:44 Phlogi_ oh
22:44 Phlogi_ look into: t3lib/stddb/tbl_be.php:
22:45 Phlogi_ 'type' => 'select',
22:45 Phlogi_ 'special' => 'exclude',
22:45 Phlogi_ thats what you're looking for guys
22:49 ManDay im not really sure whether i got this or there might be a misunderstanding but ok
22:49 ManDay give me sec
22:50 ManDay Ok, I'm yet not fully with you. So what do you suggest does this "Selection" setting do?
22:55 Phlogi_ dunno... at least it is used to produce exactly that list you were talking about
22:55 Phlogi_ read through the reference doc... although its a damn pain :D
22:55 Phlogi_ ['columns'][fieldname]['config'] / TYPE: "select"
22:55 Phlogi_ on http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.0.0/view/4/2/
22:56 ManDay Oh yeah phlogi, but I'm more concerned about what exactly the "selection" setting does
22:56 ManDay but thank you a lot anyways!
22:57 ManDay this might serve as a good starting point to figure it out ;)
22:57 Phlogi_ ManDay: yes... exactly...
22:57 Phlogi_ greping source code helps often btw :)
22:58 ManDay sure, what would i do without grep?!
22:58 ManDay prolly use egrep, but thats not the point
22:58 ManDay xD
22:58 Phlogi_ its good that you know the tools... its the most importang thing :)
23:02 Phlogi_ ManDay: can't you just use a selection tool like: http://typo3.org/typo3temp/tx_terdoc/documentscache/d/o/doc_core_api-4.0.0/docbook/pictures/100002010000024D000000CC8C871BB4.png
23:02 Phlogi_ the other thing is not that userfriendly anyway
23:04 ManDay " can't i just" ? thats what typo3 gives me
23:04 ManDay in the be user dialog
23:04 ManDay i think we are having a slight misunderstanding
23:05 Phlogi_ jup
23:34 MyKill .
23:35 MyKill hallo zusammen. hoffe ich bin hier mit deutsch nicht völlig falsch. wo hin kann ich mich denn wenden wenn ich jetzt ein problem habe? oder poste ich das einfach hier rein?
23:35 fuchur this is english
23:35 MyKill ok, thx
23:35 fuchur feel free to ask your question
23:35 fuchur and don't ask to ask ... just ask :)
23:35 MyKill at first i have to translate :-D
23:36 fuchur otherwise you could try typo3.de oder typo3forum.com
23:36 MyKill oh, thanks!
23:38 ManDay g night all
23:38 ManDay thanks fuchur Phlogi_ and HardPhuck again
23:38 fuchur no problem
23:39 HardPhuck :)
23:42 Denyerec hey hp
23:42 Denyerec I think I need to learn that also
23:42 Denyerec but their site confuses me...
23:42 Denyerec they say you have to pay for it
23:42 Denyerec but then.... typo3 uses it
23:43 HardPhuck of course
23:43 HardPhuck because TYPO3 is free
23:43 HardPhuck and does not break their terms
23:48 MyKill I have installed Typo3 on my Debian. My Apache and PHP versions are: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 I tryed it with the dummy package. When I tryed to enter the correkt site i get an "The requested URL /typo3/install/index.php was not found on this server." error. I have also tested the symbolic links and they are all correkt. After that I replaced the index.php to get sure and it was displayed correkt. All files are unvaried.
23:48 MyKill my bad english ;)
23:48 MyKill Has anybody an idea
23:52 Phlogi_ Denyerec: I think its dual licensed
23:56 Phlogi_ jQuery is way cooler
23:59 Phlogi_ hmm its totally crazy what you can produce with extJS
23:59 Phlogi_ not ad

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.