Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 21 January 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
00:11 lilalinux does anybody know what t3lib_div::_GP is?
00:16 HardPhuck lilalinux: yes it gets the GET and POST vars
00:28 HardPhuck hmmm debug give me Warning: require_once(PATH_tslibclass.tslib_pibase.php): failed to open stream:
00:29 lilalinux thx
00:29 lilalinux shouldn't that be $PATH/tslibclass.tslib_pibase.php
00:29 lilalinux ?
00:30 HardPhuck well this is the line that kickstarter generates
00:30 lilalinux shouldn't that be $PATH/tslib/class.tslib_pibase.php
00:30 HardPhuck require_once(PATH_tslib . 'class.tslib_pibase.php');
00:30 HardPhuck this line is generated
00:30 HardPhuck the plugin works okay i'm just learning to debug
07:32 kevke2001 good morning
07:34 kevke2001 I was wondering, I am trying to install a template, but I simply can't get it running, is there a guide, for basically every template. I mean Typo3 for dummies, or something
09:54 webonaut hi everybody
09:55 webonaut does anybody know more about the security updates? Its an afraightening bulletin but if you check the points in detail it's not that bad or worse than described :-)
09:55 webonaut indexed_search remote code execution is not described if it's possible by web request
10:14 maholtz|WORK @webonaut: i think its on a high level
10:15 maholtz|WORK so, we no not frighten but we should update:)
10:15 gehdan Hey, I have 3 templates defined on the root of my page: Portal (the main template) and the 2 templates for displaying addresses (tt_address). One of the last two is new and started as an extension-template on one of the sub sites.
10:16 gehdan Now, I switched the new template and now I got this: The page where the template originaly started as extension-template shows the addresses as is, like it schould.
10:17 gehdan the addresses on the other pages show mosly like they showed before, but nor exactly. Obviously the new template is used (I can tell by the wrap tah's used)
10:18 gehdan but the templatefile that seems to be used is the old one, not the one I have defined in the setup of this template
10:19 gehdan and yes, the new tamplate is used as base-template in portal, the old one is not.
10:19 gehdan any ideas?
10:19 coolguy_ hello there. typo3 is released and i want to update it cause of some security fixes. does somebody know where i can find a list of these fixes?
10:19 coolguy_ thanks.
10:24 coolguy_ hello? ;-)
10:24 kinea hello. someone could explain me how i can use a hook of another extension from inside my selfcreated extension, without changing the hook files of the other extension?
10:26 kinea ah: maybe i change the global $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sr_feuser_register']['tx_srfeuserregister_pi1']['confirmRegistrationClass'][] = 'EXT:sr_feuser_register/hooks/class.tx_srfeuserregister_hooksHandler.php:&tx_srfeuserregister_hooksHandler'; in the ext_localconf file of my extension
10:29 eMaX hi all
10:29 eMaX Sorry, you didn't have proper permissions to perform this change. - does that ring a bell for someone?
10:30 eMaX I just want to add a content element to a page using templavoila. I did find references to templavoila needing upgrade, and did so, yet the error remains.
10:31 eMaX what I can do is copy some other content element to that place, and also edit or unlink it.
10:31 maholtz|WORK @coolguy_: update the whole source
10:32 eMaX and this error happens everywhere I want to add content elements :(
10:33 coolguy_ hi malholtz. yes i updated the complete source by anyway it would be nice to know which security holes were detected and fixed. any info?
10:34 eMaX needless to say, I try this as the admin user
10:34 JanK hi
10:36 eMaX I'm running on version 4.2.3 of typo3 and the latest of templavoila
10:37 eMaX when I try to create a content element not in the templavoila module, but the normal page module, I get the error: 2: SQL error: 'Unknown column 'crdate' in 'field list'' (tt_content:NEW4976f101f3e6f)
10:38 JanK is there an easy way to download a folder from the Media/File view?
10:38 eMaX and yes, the table tt_content does not contain a field crdate
10:38 eMaX it does contain a "date" column though. Did that change recently?
10:41 eMaX could someone check out the table description of tt_content? is there a crdate, and how is it defined?
10:43 kinea hey this works. suddenly all this makes sense.
10:45 coolguy_ @maholtz: any idea?
10:48 maholtz|WORK @coolguy: you will not get more infos about security holes
10:49 maholtz|WORK afaik its enough what they publish
10:49 maholtz|WORK there is no _real_ need - beside curiosity
10:51 eMaX now when I add crdate to tt_content, I get the next error about cruser_id not being defined.
10:52 eMaX this seems to be an error, as these fields are not in tt_content, but in tx_templavoila_datastructure
11:06 ndl i have imported a list of user to my database, but the password aren't encrypted. All of the current passwords are encrypted
11:06 ndl what should i do with the nwew imported list?
11:06 ndl please help me
11:14 coolguy_ okya
11:14 eMaX something like md5('passwd')?
11:21 webonaut maholtz|WORK: still it's not declared if it is possible to do remote command execution by web request
11:22 webonaut by the way, the 4.2.4 package has the wrong release notes
11:24 maholtz|WORK @webonaut: if someone steals your be cookie he will be able to do a remote command execution
11:25 webonaut maholtz|WORK: are you not mixing up two things now? :-) the session fixation only works if you do like a fishing attack (with a link or something)... is it possible to do a remote command execution without having a backend login or access to the shell for executing the indexer cli script?
11:26 maholtz|WORK if it would be possible without be-login, they would not have set it to "medium"
11:26 Guschtel hi, i just upgraded typo3 from 4.1 to 4.2 and now no pages are listed in the page view anymore. if i go to access - i can still see all pages (currently i'm the admin user), how do i fix this?
11:27 maholtz|WORK install tool check db
11:29 Guschtel ok i missed that step
11:29 Guschtel thanks alot
11:30 Guschtel i thought this was also done by the uupgrade step
11:30 Guschtel its fixed now
11:35 ndl eMaX, yes, it is md5 password, but can I md5 all the password in database?
11:35 eMaX ndl you could update one by one
11:36 eMaX or dump to a file using mysqldump, edit the insert statements, then import again
11:37 eMaX anyone here knows how to handle charset problems? I come from typo3 4.0.2 where I had exported the mysql data and imported it into 4.2.3 I get weird charsets: see http://www.micro-plus.org/4+M55bb54986d3.0.html as opposed to http://www.micro-plus.de/4+M55bb54986d3.0.html
11:38 ndl eMaX, i have too much records about 4000, are there automatically way?
11:39 eMaX I was able to fix the section headers by exporting pages_language_overlay again, changing to CHARSET=utf8 in the table definition and importing again
11:39 eMaX ndl if you export that using mysqldump to a file you'll get a plain text file. you can then use search/replace
11:39 eMaX I did the same with the tt_content, but it didn't work
12:12 animan hi. i'm experiencing some trouble with indexed_search' pagebrowser, where all links are pointed to "#" and therefore return viewer to front page
12:12 animan anyone has an idea what might cause that?
12:13 animan i've checked it against one of other pages where this works fine. Used same template, TS and extensions versions ar same
12:50 kinea someone can explain me how regHash is used?
12:54 maholtz|WORK whats regHash?
13:01 kinea maholtz|WORK: its used by sr_feuser_register as a parameter of the links the comfirmationmails
13:02 kinea *in the
13:03 maholtz|WORK it a sr_feuser_register specific thing, i think. usually you make a hash of your query so nobody can spoofe that links
13:04 FloLeBlanc hi all
13:04 FloLeBlanc does anyone have any information on when the PHP4 Version of 4.0.10 will hit typo3.org?
13:13 pmk65 FloLeBlanc: ?? TYPO3 v4.2+ requires PHP5, so I doubt there will be any more development using PHP4
13:14 FloLeBlanc pmk65: http://typo3.org/download/packages/
13:14 FloLeBlanc it's about a security fix
13:14 FloLeBlanc cite: "We will therefore soon release fixed versions "
13:16 eMaX anyone here uses pdfgenerator?
13:16 pmk65 ok.. Not a security fix, but a stupidity fix, since they didn't check 4.18 & 4.0.10 before releasing them :)
13:18 eMaX cool
13:18 eMaX I think I found a problem many people have
13:19 eMaX google for Error: AFM file not found: timesbd.afm
13:19 FloLeBlanc pmk65: 4.0.10 is the security fix :)
13:20 smeringe FloLeBlanc: why not just apply the patch while waiting? :)
13:21 FloLeBlanc smeringe: because it isn't PHP4 compatible, which is the version my host is using
13:21 FloLeBlanc which leads to my initial question
13:21 smeringe that's what the patch is for..
13:21 smeringe making it php4 compat.. http://typo3.org/fileadmin/development/10204_4-1.diff
13:21 smeringe removing the silly public static declaration..
13:21 smeringe ..or am I out in the jungle? :)
13:22 FloLeBlanc yep, I thought however this is a hotfix and not a complete fix that solves all possible issues
13:22 pmk65 FloLeBlanc: If you need to have a working fix *right now*, just remove the words "public static" from the function declaration of the function generateRandomBytes in t3lib/class.t3lib_div.php
13:22 FloLeBlanc why should they release a new version 4.0.10 for PHP4 if it just includes the patch?
13:22 FloLeBlanc or will they? :)
13:22 smeringe donno. but according to the text there isn't much more to it :)
13:22 pmk65 because a lot of people doesn't know how to apply a patch
13:23 smeringe pmk65: yeah. probably that
13:23 pmk65 or don't have access to modifying the TYPO3 source (shared hosting)
13:23 FloLeBlanc hmm guess then I'll stick with this version and the patch, thank you
13:24 FloLeBlanc I think the wording is interesting... why would I NOT need a security update "right now"? :)
13:24 smeringe hehe
13:27 pmk65 eMaX: If you upload the font you are using, I can create a matching AFM metric file for you.
13:27 _pedda_ hi all
13:28 pmk65 eMaX: You can also try this one if you want to do it yourself. -> http://linux.die.net/man/1/getafm
13:32 eMaX hmm
13:32 eMaX thanks pmk65
13:32 eMaX I saw that I was missing the fonts part of the extension.
13:33 eMaX Now as strange as it is, the pdfgenerator always generates two languages of the page - first a russian one, then the default one
13:34 eMaX actually it is worse - see http://www.micro-plus.org/9.0.html
13:34 eMaX it generates the last and then the first available languages into one pdf
13:35 eMaX I think I'm going to drop the pdf button :D
13:38 tPl0ch hello everyone
13:38 _pedda_ hi
13:39 pmk65 Hi
13:46 tPl0ch where can I see the crawler configuration in the backend with typo3 4.2.x
13:46 tPl0ch I know where it was in 4.1
13:47 tPl0ch but it changed i think
13:47 _pedda_ ?
13:47 _pedda_ did you specify one ?
13:47 tPl0ch i created a global indexing configuration
13:48 _pedda_ did you create an indexing configuration record ?
13:48 tPl0ch yes
13:48 _pedda_ ok
13:48 _pedda_ and now you want to check if something is alreadyindexed ?
13:49 _pedda_ then go to : info -> indexed search
13:53 tPl0ch hmm, have some problems with safemode
13:53 tPl0ch crap
13:58 tPl0ch does somebody have a better tutorial on the crawler extension than the delivered documentation?
14:05 flops hi
14:05 maholtz|WORK @tPl0ch: there is something in the wiki - perhaps you can extend it...
14:07 flops problem: i have an extension with a ext_typoscript_setup.txt. but i want to configure that typoscriptsetup different on some pages. but the different configured setup in the template will not be applied. any ideas someone?
14:08 maholtz|WORK do it via TS-Object Browser
14:08 maholtz|WORK and do it on page object, not via plugin.tx_...
14:09 maholtz|WORK hm (i am not sure, if it helps you much)
14:10 flops ok i will try that. but with other extensions this works normally (tt_new, indexed_search etc...)
14:11 nd__ Hey guys, how can I return some json objects when my plugin gets ajax-questioned for them? How is it possible to output text without the whole typo3-html output?
14:11 maholtz|WORK @flops: perhaps you can show us the relevant typoscript via pastebin
14:12 maholtz|WORK @nd__: page.typeNum = whatever
14:12 maholtz|WORK and then page.config.* check TSref
14:12 nd__ oh, I see... like with xml for ss
14:12 nd__ rss
14:12 maholtz|WORK do it for dynamically javascript and xml
14:16 flops if i try to set it via objectbrowser it does nothing different, it writes it to the template, like i did. but it is always overridden from that file...
14:16 maholtz|WORK do you see the right values in the objectbrowser?
14:16 maholtz|WORK if yes check source if that config will be used
14:18 flops as i said, the value in the objectbrowser are always the values form that file, not form the template
14:20 flops hmm i will check tt_news for that. maybe that is the wrong way (using ext_typoscript_setup.txt)
14:30 nd__ maholtz|WORK: So I add a PAGE object, configure the type to a random number, set content type and call the page... I don't get my text-output there (but strangely I get a parse-time comment.
14:31 maholtz|WORK @nd__ show in pastebin
14:34 nd__ maholtz|WORK: http://pastebin.com/m6440875b
14:35 maholtz|WORK @nd__: where is the output? add siwikiajax.10 = TEXT ...
14:35 maholtz|WORK typoscript is not magic
14:36 nd__ maholtz|WORK: Well, the output has to be dynamic
14:36 nd__ otherwise the ajax would be pretty boring
14:37 maholtz|WORK but you do not output anything yet
14:37 nd__ I print out some text through my view
14:37 maholtz|WORK you dont
14:38 nd__ I do because I see the output when using standard typeNum
14:38 maholtz|WORK there you have defined some output
14:38 nd__ or do I have to configure my view (somehow?) to react to typeNum?
14:38 maholtz|WORK try to understand what happens
14:39 maholtz|WORK die you read 45 minutes typoscript?
14:39 nd__ I'm trying but obviously failing atm
14:39 nd__ did but that has been months ago
14:41 maholtz|WORK siwikiajax.10 = TEXT
14:41 maholtz|WORK siwikiajax.10.value = hello world
14:41 nd__ That works (apart from the fact that that parsetime comment is still there)
14:46 nd__ Well, skimming through thr 45mins I see your point but I do want to get some data from my extension not from ttcontent or styles, so I still don't know how to do that
14:47 maholtz|WORK check tt_content.list for that
14:48 nd__ You mean querying the db with it?
14:48 maholtz|WORK no ts
14:49 maholtz|WORK try do understand how the plugin output gets on your page
14:49 nd__ hmm
14:53 nd__ I'm trying to get it by r eading tt_news
14:53 maholtz|WORK 20 < plugin.tx_yourextension
14:55 tPl0ch omg , safe_mode and crawler is making me mad
14:59 Saiko_ anyone knows how to configure the indexed_search to use the site crawler?
14:59 tPl0ch lol
14:59 tPl0ch Saiko_: I am just trying exactly that
14:59 Saiko_ :D
15:00 maholtz|WORK nothing found in wiki?
15:00 tPl0ch with typo3 4.1 it was no problem, but with 4.2 i am having weird problems with safe_mode and include_path, although i altered the apache.conf files
15:01 tPl0ch maholtz|WORK: the wiki is deprecated, in the client script it says to use typo3/cli_dispatch.phpsh
15:02 maholtz|WORK perhaps you find an hint in manual of "gabriel"
15:03 maholtz|WORK and i am not sure, if the wiki is really outdated - but if so, please update that page
15:05 maholtz|WORK @pmk65: you wrote an lightbox extension, right? can i use it via pur typoscript on IMAGE Object?
15:16 nd__ maholtz|WORK: 20 < plugin.tx_myextensino_pi1 What has to be in plugin.tx_myextension_pi1 then? I still don't get it... and tt_news doesn't really help ;) quite big
15:18 maholtz|WORK well, start with: skwikiwhatever < page
15:18 maholtz|WORK before skwikiwhatever = PAGE
15:18 maholtz|WORK see what happens
15:18 maholtz|WORK you need an extension which outputs anything
15:18 maholtz|WORK you do not need to look into code
15:20 nd__ I have an extension outputting text
15:20 maholtz|WORK page.20 < plugin.tx_whatever_pi1
15:21 maholtz|WORK then you should be able to use make something like page.20 < plugin.tx_whatever_piXYZ
15:21 pmk65 maholtz|WORK: My slimbox is more or less 100% typoscript. (except for the adding of the javascripts, which needs to be in the correct order, so I had to write a php function for that.)
15:21 maholtz|WORK ok, the userFuncs for that
15:22 maholtz|WORK is there a problem if i use mootools and prototype/scriptacolus ?
15:22 pmk65 once it smimbox ext is installed, you just add a rel="lightbox" on the link, and it will open it in the lightbox. (Can also be used for viewing pages inside the lightbox frame)
15:22 nd__ maholtz|WORK: So http://pastebin.com/mb7f1a2b but that doesn't output a thing
15:23 maholtz|WORK perferct, thats what i need
15:23 pmk65 you can only use one of the libs. Mootools or Prototype. if your site is using Prototype, you can use the perfect lightbox extension, which has a prototype version of the lightbix script.
15:23 maholtz|WORK i like the ATagParams configuration... looks very good
15:24 maholtz|WORK shit:(
15:24 maholtz|WORK but, thanks:)
15:24 pmk65 Im working on an update of my Slimbox extension, with support for the jquery version of the slimbox script.
15:24 pmk65 perfect lightbox
15:25 pmk65 perfect lightbox's setup is based on the setup from my slimbox ext (All lightbox extensions is based on my TS setup, except KJ Lightbox, which uses XCLASS)
15:26 _pedda_ you have to set up an indexing configuration record on a page.. some code goes to the tsconfig field of your root page and a cronjob has to be installed in order to index the website even if no user visits it..
15:26 maholtz|WORK @pmk65: good to know:) thx
15:32 HardPhuck i finally got the xdebug to work
15:33 HardPhuck but now i have a problem, when i try to debug a page from my browser the debugger stops on line 42 in index.php although i havent set a breakpoint there
15:34 maholtz|WORK @HardPhuck: that is the first code line?
15:34 maholtz|WORK afaik you can set if it should stop or not
15:34 maholtz|WORK "stop at first line" sth like that
15:34 HardPhuck yes that is the first code line
15:35 nd__ maholtz|WORK: done, thanks for your patience
15:35 HardPhuck ah found it
15:35 HardPhuck 'run to first breakpoint'
15:35 maholtz|WORK @nd__ :) perhaps you can write it down what you didnt understand and put it into 45 minutes typoscript? or in discussion there?
15:37 nd__ maholtz|WORK: In discussion? Wiki? I read 45min as pdf
15:38 maholtz|WORK ah, ok - we wrote it in wiki.typo3.org
15:39 HardPhuck how do you see in unix which ports are being listened to
15:40 nd__ HardPhuck: netstat
15:42 HardPhuck thx
15:44 HardPhuck maholtz|WORK: finally figured out everything and can now debug :D
15:45 maholtz|WORK great:)
15:45 HardPhuck pretty hard to set all this for a debugging noob :D
15:45 HardPhuck and no tutorials around
15:45 maholtz|WORK beside that, which you are starting to write now *g* ?
15:45 maholtz|WORK wiki.typo3.org :)
15:46 _pedda_ hehe..
15:46 maholtz|WORK if you dont like to write in english, you could start in german...
15:46 maholtz|WORK or - which language you want
15:46 HardPhuck i would love to but not this year
15:47 maholtz|WORK ;(
15:47 HardPhuck in 14 days i have my last exams on college, which are pretty hard,
15:47 HardPhuck then i have to write my 100 page diploma
15:47 maholtz|WORK well, sometimes you need a little break
15:48 HardPhuck in May, my GF and i are expecting two babies
15:48 maholtz|WORK perhaps between 3 and 5 in the morning *g*
15:48 maholtz|WORK great:)
15:48 maholtz|WORK congratulations
15:48 HardPhuck thanx
15:48 _pedda_ HardPhuck becomes papa HardPhuck
15:48 _pedda_ :)
15:49 HardPhuck so if i have any time left, i try to work as much as possible so i'll have some money when i go the papa way :D
15:49 HardPhuck i hope you understand why i can't write those tuts until later this year
15:50 HardPhuck although i would love to give something back to the community that gave me so much already
15:50 maholtz|WORK well, documentation... - there are some tuts / docs on my list, i will never write - i really understand:)
15:50 HardPhuck and i will, i promise to Typo3 god ;D
15:51 maholtz|WORK :D
15:51 smeringe HardPhuck: yay! what am I reading today :P HardPhuck times two?!
15:52 HardPhuck aye two litle Phuckers :D
15:52 smeringe he
15:52 HardPhuck already checked thinkgeek.org for baby stuff ahahaha
15:53 _pedda_ hehe
15:53 HardPhuck http://www.thinkgeek.com/geek-kids/newborn-infant/9b07/
15:55 _pedda_ so this is the one your wife has at the moment ? ;)
15:55 _pedda_ http://www.thinkgeek.com/tshirts-apparel/womens/9b11/
15:56 _pedda_ cool.. : http://www.thinkgeek.com/geek-kids/3-7-years/b172/
15:58 HardPhuck u good idea, i'll purchase this shirt
15:58 smeringe my wife would burn it if I gave her one :)
15:59 _pedda_ ine too..
15:59 _pedda_ m
15:59 _pedda_ she hates my computer..
15:59 smeringe .yeah :( wonder why? :)
15:59 _pedda_ hrhr
15:59 tPl0ch well, my girlfriend hates the time I spend with my computer
15:59 HardPhuck mine knows it gets us money so they get along just fine :)
16:00 tPl0ch (probably I poker too much online)
16:00 _pedda_ this is the only reason why i still have my computer @HardPhuck
16:00 HardPhuck lol
16:00 maholtz|WORK @tPl0ch: probably you are losing too much;) instead of making money *g*
16:00 HardPhuck yea :D
16:01 HardPhuck i only play WOW every now and then but otherwise no games
16:01 tPl0ch maholtz|WORK: nah, I am erning us money with it, but it is time consuming if you have a 9-5 job + poker in the evening
16:01 HardPhuck i prefer sex over poket tPl0ch :)
16:01 HardPhuck over poker that is
16:01 tPl0ch LOL
16:02 tPl0ch i just read that women married to rich men have more orgasms
16:02 tPl0ch ;)
16:02 HardPhuck that's reasonable
16:02 tPl0ch http://www.spiegel.de/wissenschaft/mensch/0,1518,602087,00.html (german)
16:02 HardPhuck there has to be some compensation for their low iq :)
16:02 tPl0ch hahaha
16:03 _pedda_ lol
16:09 lilalinux _pedda_: you remember yesterday's trouble?
16:09 _pedda_ hmm
16:09 _pedda_ yes
16:09 lilalinux The customer now decided, that he wants something else O_o
16:09 _pedda_ donotlinkit...
16:10 _pedda_ cool
16:10 _pedda_ and what is his need for now ?
17:04 maholtz|WORK is there something wrong with this code: listNum = {register:bildergalerie_zaehler}
17:04 maholtz|WORK listNum.insertData = 1
17:04 maholtz|WORK listNum.splitChar = 10
17:07 maholtz|WORK damn
17:07 maholtz|WORK listNum.stdWrap.insertData = 1 is the solution:(
17:46 Briareos1 which ext should i use if i need to display single (manually picked) fe_user records? (feuserlisting only seems to allow picking complete usergroups)
17:47 maholtz|WORK no need for an plugin
17:47 maholtz|WORK use insert records content element
17:48 HardPhuck are pivars both post and get
17:49 maholtz|WORK yep
17:49 HardPhuck ok great
17:53 Briareos1 Are you certain, maholtz|WORK ? They do not show when i click "Browse for records" (from within "insert records" CElement)
17:54 maholtz|WORK ok, you have to configure that... check TCA for that...
18:04 Briareos1 is this something very complicated (where i have to configure a whole lot), maholtz|WORK ? (I never worked with TCA before)
18:04 tobi_t3w hm a idea how i could make a "page browser" in ts? i want to show 8 records a time and have a little browser with 1,2,3,4 which switches between the pages
18:05 tobi_t3w Briareos1 i think you have to add t3lib_extMgm::addToInsertRecords();
18:05 tobi_t3w t3lib_extMgm::addToInsertRecords("fe_users");
18:05 tobi_t3w best is to make a dummy extension with kickstarter and add this to ext_tables.php
18:05 maholtz|WORK @tobi_t3w: you chould do it by your own
18:06 maholtz|WORK with LOAD_REGISTER
18:06 tobi_t3w i tried maholtz|WORK, but no success
18:06 maholtz|WORK then post your ts in pastebin, perhaps there are only small typos
18:07 Briareos1 tobi_t3w can I also simply add that line into some existing configuration field/file?
18:07 tobi_t3w thats my ts atm http://paste.phlogi.net/-2b3e76e4e6/
18:08 tobi_t3w yes Briareos1, you can add it to ext_tables in typo3conf i think
18:10 kinea could someone explain me, what piVars are?
18:11 tobi_t3w plugin variables, you can access get/post variables for your plugin there
18:12 tobi_t3w any idea maholtz|WORK?
18:12 kinea ty
18:13 maholtz|WORK renderObj.why stdWrap.if.... you enable / disable the whole renderObj with that statement
18:14 tobi_t3w yes, i read all my records but i only want to output somethin on every 8. record for the pagebrowser
18:15 maholtz|WORK how would you change from record 1 to record 2 ? i assumed via get-param?
18:16 tobi_t3w yes that was what i thought to do
18:16 maholtz|WORK then at first make your output to react on ?browse=3
18:16 tobi_t3w hm thats not the problem, i know how to do that .. i just cant get my pagebrowser to work
18:17 maholtz|WORK but if you have it, than you need only two links with browse-1 and browse+1 ...?
18:18 tobi_t3w its a predefined layout and they want to have 1,2,3 etc to match the look and feel of the rest of the page
18:18 maholtz|WORK ah, i overlooked: 8 a time
18:18 tobi_t3w yes
18:18 tobi_t3w i think i have to do it in php but i would prefer ts
18:19 Briareos1 tobi_t3w googling for your hint i found some blog regarding that. i will take it from there tomorrow. thanks!
18:20 maholtz|WORK the record should be shown, if its number is between 8*browse and 8*(browse+1)(if browse starts at 0)
18:21 maholtz|WORK or... not?
18:21 maholtz|WORK ok, its tricky
18:21 tobi_t3w showing the records is not my problem, my problem is quite a simple one
18:21 maholtz|WORK you have n records, and at page 1 the first 8 records should be shown?
18:22 tobi_t3w yes, and i want the pagebrowser that shows how many pairs of 8 are available in the form 1 2 3 4. page
18:23 maholtz|WORK so you need "how many records / 8" - that you can get with numRows
18:24 tobi_t3w yes, but than how to output 1.page 2.page 3.page in ts?
18:24 tobi_t3w i mean just the browser is my problem
18:25 maholtz|WORK ok, now i understand:)
18:25 maholtz|WORK yep, you need an foreach loop *g*
18:25 tobi_t3w yea :)
18:25 maholtz|WORK now i understand your code...
18:25 tobi_t3w the code should work, but there has to be some restore_register in CONTENT that breaks it i think
18:26 maholtz|WORK what is the output now?
18:27 maholtz|WORK ups
18:27 maholtz|WORK is "cobject" right?
18:27 maholtz|WORK does it work like cObject?
18:27 maholtz|WORK or is it the pastebin?
18:27 tobi_t3w pastebin erases my cObject dont know why
18:27 maholtz|WORK ok
18:27 tobi_t3w now i get 1,1,1
18:28 maholtz|WORK yes
18:28 maholtz|WORK the other registers are not used
18:28 maholtz|WORK you have to make +8
18:28 maholtz|WORK not +1
18:28 maholtz|WORK because the other steps you ignore
18:28 maholtz|WORK and then you should fill your register with 1 at start
18:28 maholtz|WORK perhaps via prepend
18:29 maholtz|WORK and you need two registers
18:29 tobi_t3w err sorry, with the if in the load_register i get 1,1,1 .. without the if i get 1,9
18:29 maholtz|WORK 1,9 is not good?
18:29 maholtz|WORK ah, you need 1,2,3,4
18:29 maholtz|WORK right?
18:30 maholtz|WORK but i think, you need one register to count and another to store 1,2,3,4
18:30 maholtz|WORK i think
18:30 maholtz|WORK hm..
18:30 maholtz|WORK nope i am wrong
18:31 tobi_t3w thats some weird problem with register and prioricalc i think because of the execution order in stdwrap
18:31 tobi_t3w when initialing it with 1 i get 2,1,0 output
18:31 maholtz|WORK perhaps change if.value and if.equals so that equals = 1 and value gets calulated
18:31 tobi_t3w err 2,10
18:32 tobi_t3w the if itself works on the stdwrap of the coa
18:32 tobi_t3w but not in the register
18:32 tobi_t3w i think i will do it in php for less headache
18:32 maholtz|WORK hehe
18:32 maholtz|WORK would like to see the solution in ts... :)
18:33 tobi_t3w yes me too ;)
18:34 maholtz|WORK but that means, the LOAD_REGISTER is executed, even if we have stdWrap.if = false
18:34 maholtz|WORK didtn noticed that before
18:35 tobi_t3w yes i also thought that it should not be executed
18:35 maholtz|WORK ah
18:35 maholtz|WORK cobject.if<lib.projektbrowser.10.renderObj.stdWrap.if
18:35 maholtz|WORK makes, that the register will filled with nothing, if it is false
18:36 maholtz|WORK so, you need than add an ifEmpty.data = register:mcnt
18:36 maholtz|WORK so register will not be cleared
18:37 tobi_t3w ah you are right. now it works like it should
18:37 tobi_t3w thank you :)
18:37 maholtz|WORK really funny stuff.
18:38 maholtz|WORK you should put it into snippets.typo3.org
18:38 tobi_t3w dont know if somebody else is so crazy to do this in ts ;9
18:39 maholtz|WORK the most would not think it is possible, and: yes, i would *G*
18:39 maholtz|WORK and now i can go home;) bye
18:40 tobi_t3w bye, thank you again
18:41 maholtz|WORK np, was interesting for me too, learned a lot:)
19:02 HardPhuck is there any good documentation on eID?
19:27 _pedda_ re :)
20:35 Wusch hi, i got a typo3 system with templavoila and yaml templates. how can i find the html file typo3 uses to render the page?
20:40 dinsdale07 Wusch, look in the general storage folder in the templavoila module,
20:40 Wusch yeah there are about 10 template files dinsdale07
20:41 dinsdale07 ah, ok, look in the root page in template which template is selected
21:57 ndee is there a way to reset the typo object browser setup? I think I made change but can't remember where exactly.
21:59 Tsoots in the installation tool it's possible to reset all user settings
21:59 Tsoots somewhere there
21:59 ndee ok, thanks
22:11 der_soenke is there a typo3-extension like rggogglemaps, but based on openstreetmaps?
22:33 randomresult hi there
22:34 j_s Hello folks. A quick extension development question. A have an extension, where a have multiple class'es in the pi1-folder. How do I from a new class access the $this->cObj? I though it would be enough to extend tslib_pibase, but it wasn't. Any tips?
22:34 randomresult someone knows where i can get the openoffice template which is used for documentations (extensions)?
22:36 j_s ext:doc_template
22:41 randomresult thx
22:41 randomresult good night
22:50 HardPhuck learning the whole eID thing
22:58 Nath Hello - may I ask a semi newbie question, which might not be?
23:00 Nath I have just downloaded the .tar.gz and .zip versions of 4.1.8 from typo3.org and the zip crashes windows explorer repeatedly and the .tar.gz version shows an unexpected eof error on a linux box - is there a problem with these files currently?
23:00 Nath whilst unzipping obviously
23:01 HardPhuck dunno about 4.1.8, why not try 4.2.3
23:01 Nath coz my web hosts php version is 4 and i think 4.2 needs 5?
23:02 HardPhuck ah yes true
23:02 HardPhuck try to unzip with another program then
23:03 Nath well, i've used two different boxes, operating systems and zip apps - am thinking this means there's an issue with the file
23:04 nkuttler 4.2.4 is current
23:04 Nath have downloaded different files too - and multiple downloads
23:05 Nath btw don't you have to pay for php5 or something
23:05 Nath or some licencing grief?
23:05 nkuttler php is gpl, isn't it?
23:05 HardPhuck 4.2.4? i've missed the release :)
23:05 nkuttler zend have some proprietary cacher afaik
23:06 nkuttler HardPhuck: subscribe security list :)
23:06 HardPhuck where
23:06 Nath there's some big difference between php 4 and 5 to do with licencing i thought
23:06 nkuttler actually, it's the announce list
23:07 nkuttler ah, they have their own license. well, it's in debian, can't be anything nasty..
23:11 Nath anyone got a copy of the 4.1.8 file that they know works so I can prove my unzip apps are not working please?
23:12 nkuttler Nath: can't you check the md5sum?
23:13 Nath if i wasn't such a numpty i could
23:14 Nath also i've just noticed that these 4.1.8 files were only released yesterday (20 Jan 2009) so methinks there might be an oops
23:15 Tsoots says on the web site that current 4.1.8 is php 5 only
23:16 Tsoots due to some mistake in the code
23:16 Tsoots fixed packages should become available at some point
23:16 Nath no -thats easy to fix just edit that function declaration in the _div library
23:19 HardPhuck anyone experienced with eID here

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.