Search the website and IRC logs

#TYPO3 IRC log from : Friday 2 October 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:47 Fragsworth How many hours, roughly, would you estimate it to take an experienced developer who is 100% new to typo3 to install a basic site with a few generic features (blog, events, shopping cart, etc)? Ignoring design/html time?
07:57 silverline_jiten hi all
07:57 silverline_jiten any body know about crawler?
08:37 silverline_jiten is anybody use tt_news?
09:15 maholtz|WORK morning
09:16 xaver morgen
09:16 xaver good morning
09:20 maholtz|WORK hehe, moin;)
09:46 Denjerek wow
09:46 Denjerek the 4.3b1 list looks impressive
09:50 xaver Denjerek: i dont tryed it, i looked at the roadmap -> if i look now i can't wait, but it is still a long time for the final relase ^^
09:51 maholtz|WORK well, there is a date for the final release - in november afaik
09:52 xaver November 28 2009 ;)
09:52 xaver but normal i wait for 4.3.1 > i hate problems
09:54 Denjerek I won't get a chance to try it out for a while either
09:55 Denjerek I hope someone decides to make a wonderful new typo3.org weebsite full of introductory screencasts to all the new shiney features.
10:11 fuchur mh possible that TCEFORM.dbtable.dbfield.disabled = 1 is not working if the user is [X] Administrator?
10:13 coolguy hi ppl. i got a typo3 question
10:13 Denjerek Go on...
10:13 coolguy when our typo3 generates a site it uses <h1>pagetitle</h1> and then comes the text
10:14 coolguy now for one page i need to change the <h1> into <h1 class="demo">
10:14 coolguy is that possible with typo script`?
10:15 Denjerek yes
10:15 Denjerek You can make what's called an extension template for that one page
10:15 Denjerek Then override the default page title .wrap
10:15 coolguy yes i allready have an extension template
10:16 Denjerek Unfortunately I can't check for you from here what the exact path is
10:16 Denjerek but kraftb can :D
10:16 Denjerek kraft - adding a class to the default pagetitle H1
10:16 kraftb good morning !
10:16 coolguy its page.10
10:16 kraftb easy. but not right now
10:16 coolguy so it would be page.10.title.wrap ?
10:16 kraftb watching nasa tv:
10:16 kraftb http://www.nasa.gov/multimedia/nasatv/index.html
10:16 Denjerek Maybe coolguy
10:16 kraftb just some sojus docking right now on the iss
10:16 Denjerek check in the template analyser
10:17 Denjerek you should be able to see in the template analyser/browser what is being assigned already by the system
10:17 Denjerek then simply overload it
10:21 kraftb what do you mean by default pagetitle ?
10:22 kraftb first of all: do you use templavoila or traditional templating ?
10:23 maholtz|WORK @fuchur: page-ts works too for administrator
10:23 Denjerek The page's content title kraft
10:23 Denjerek load a page, get its main haeding/title output in a <h1> tag
10:24 kraftb do you mean the content of the "<title>" tag in the <head> section ?
10:24 kraftb ???
10:24 Denjerek nono
10:24 fuchur maholtz|WORK i put this in userTS
10:24 Denjerek in the body
10:24 kraftb well. that depens on your setup
10:24 Denjerek Well at least I think he means the body
10:24 kraftb usually you have something like page.10 = TEMPLATE
10:24 kraftb in page.10 you have markers and subparts
10:25 coolguy as i see the page tlo does not have an title function
10:25 kraftb use: Web > Template > Drop Down "TypoScript Object Browser"
10:26 kraftb then select "Setup" in the lower drop-down
10:26 kraftb got that?
10:31 coolguy i get the rendered stuff from styles.content.get
10:31 coolguy in the ts object browser
10:32 coolguy theres no title in styles -> content
10:37 kraftb you have still set the drop-down to "constants"
10:37 kraftb change it to "setup"
10:37 kraftb ^coolguy
10:37 kraftb copy?
10:42 silverline_jiten Hi All
10:43 silverline_jiten anybody work with crawler?
10:43 coolguy i openend the tt_content node ... but there is nothing with a pagetitle .... ;-(
10:54 coolguy oh man iam so dumb. it hurts ...
10:55 xaver ;)
11:02 Jangla Hi, I'm trying to use $this->pi_getPageLink() in a piece of code that's using eID but it keeps returning a 500 internal server error. Any ideas?
11:06 xaver Jangla: htaccess mod rewirte problem
11:06 xaver change the name of .htaccess to _.htaccess and try it again
11:06 Jangla possibly - read somewhere that eid has an issue when using realURL. so how can I get round it?
11:07 Jangla erm, I need the htaccess file though - won't that screw the rest of the site?
11:07 xaver try it ;) (you can change the name fast back)
11:09 Jangla yea, I'm gonna pass - there's no way I'm going to risk bringing down a 2000 page live website that's the core of our business :)
11:11 Denjerek lol
11:13 xaver all over stites run?
11:13 xaver only on this 1 site?
11:13 xaver all over sites run in this web
11:15 Jangla not sure what you're getting at there xaver...
11:16 xaver normal if a problem with htaccess -> all sites in this web get a 500 error
11:16 Jangla will check...
11:16 xaver if onloy 1 test site, i think its another problem
11:16 xaver 1 page..
11:18 Jangla ok, it seems that it's only the page on which I'm testing this new extension. the line of code is $record["pageLink"] = $this->pi_getPageLink($rec["propertyId"]); and $rec["propertyId"] is populated from an earlier sql query. without that line of code the extension runs perfectly so it's definitely that line that's killing it.
11:19 Jangla so if I enable the line of code, it's only the extension test page that gets the 500 error, not the whole site
11:20 gehdan Hi, I have a page that's using indexed_search and tt_news
11:21 gehdan unfortunatley, tt_news is used for linking external news only, so there's no detail view that could be indexed. How can I supply a search for the tt_news entries, any ideas?
11:22 gehdan (apart from tt_news own search)
11:23 Lind Hello fellow webdevelopers. Been working my arse of the last few hours to get typo3 working on my localhost. Running it on Mac, is there any guide out there where you could find a nice description on how to work out all the errors etc.
11:39 silverline_jiten Hi all
11:40 silverline_jiten is anybody use crawler extension for indexed search
11:50 zilla-ob can please someone post a tutorial on powermail?
11:53 xaver zilla-ob: -> repository -> read me
11:53 zilla-ob xaver : i did it but there's no video
11:54 xaver its easy to install powermail Oo
11:54 xaver where is the problem
11:55 Bluespuke i have a stragne behavior: when i put "tt_content.image.20.1.file.height = 100c" in my Typoscript and i give the image a width, the picture is successfully croped
11:56 Bluespuke when i try that the other way (giving height and crop width) nothing work anymore :s
11:56 Bluespuke someone an idea why?
11:59 akdemik hey guys, i have a little problem once again and maybe there is a php pro in here, who could help me solving it? i try to migrate a page from classic template to templavoila, ds and to is all done and working, now i have to migrate the content elements to the tv columns... i found the extension kb_tv_migrate, which should be the exact ext i need for that... when i use it, i get the following...
11:59 akdemik ...error: "Fatal error: Cannot use string offset as an array in xxxxxxxxxx/typo3conf/ext/kb_tv_migrate/mod1/index.php on line 592" i found this error documented on http://www.fassing.eu/loesungen/typo3/kb-tv-migrate.html and tried the workaround but with no success :(
12:02 Lind How do I check if my Typo3 installation actually is working correctly? I've had some "Deprecated: Function ereg_replace()" errors but I don't get any "warnings" during the installation. Everything is installed successfully, it finds the MYSQL database etc. But how do I check it? Is there some kind of testsite? I downloaded the "Test-site" from Typo3.org, extracted it to http://localhost/ but when I enter it I get a lot of PHP errors and it says that no
12:09 zilla-ob what's Unknown type: inline in powermail ?
12:09 zilla-ob xaver : ihave installed powermail
12:10 zilla-ob xaver : dunno how to use them... already created an element and associated it with powermail but can't add fields why?
12:13 teppi|work akdemi, I think you just have to debug it
12:13 teppi|work var_dump $xml and look why its not an array
12:28 kraftb coolguy: do you have found it until know?
12:32 Bluespuke someone knows if i can deactivate t3mootools in an extension template
12:32 Bluespuke ?
12:34 zilla-ob powermail is easy to install but hard to use or it's typo3 that hard to use?
12:34 xaver no its easy add a new formular and add new filds
12:36 foool what is your prob zilla
12:46 fuchur mh how to set date-format on tceform fields?
12:50 grunwalski iam curenttly trying to set up the crawler extension for indexed_search. The crawler is running as a cronjob. When I try to run the crawler_im in the Shell "[docroot]/html/typo3/cli_dispatch.phpsh crawler_im 148 -d 99 -o exec -proc tx_indexedsearch_reindex" I get an error: Error checking Crawler Result: No crawler entry found!...
12:51 grunwalski what does this mean? I run typo3 4.1.12, indexed_search 2.10.1, crawler 2.1.0
12:51 grunwalski do i have to install tx_indexedsearch_reindex somehow?
12:58 Lind Anyone have any idea why I can't login to my typo3 administration on my new dummysite? It says that the defualt username and password is "admin" & "password". When logging in at http://localhost/typo3 I get a "Wrong username/password" error.
12:58 Lind And I havent changed the default password or anything like that. Is there a way to find the password?
12:58 Lind in a config file or w/e
13:03 akdemik teppi|work: how should i use the var_dump? i´m not very good in php...
13:04 teppi|work hm .. I think, then you have no chance because you won't understand why it isnt working .. sry
13:04 akdemik lind: try to set an other admin user in the install tool, the go in the backend and change the password of the admin user as u like and delete the new created admin user
13:05 Denjerek What's the name of the webaite that lists all the security vulnerabilities for things?
13:05 Denjerek I knoew there were a few on there for Typo3 that I think got dealt with, but I'm not sure
13:05 Lind Yeah that's what I figured, I logged on to the install tool but I couldnt find any admin-user-configuration
13:05 Lind akdemik:
13:05 akdemik ok... any other idea or tip for an extension to migrate from standard templating to templavoila especially to bring the content elements in the right tv columns?
13:06 Lind oh forget about that I think I found it under Database analyer
13:06 akdemik ahh ok ;)
13:07 Lind Yippie, I successfully logged in but I only got like 900 errors about the ereg_replace() function.
13:07 teppi|work akdemik, afaik templavoila has a field calles oldcolnumber or something like that ..
13:08 teppi|work couldnt you set it to the right colPos?
13:08 teppi|work i mean this here: <oldStyleColumnNumber type="integer">1</oldStyleColumnNumber>
13:08 silverline_jiten Hello All
13:09 akdemik no i did not but now as u tell me i remember...
13:09 silverline_jiten anybody work with crawler?
13:09 akdemik i´ll give it a try, thank u ;)
13:10 teppi|work silverline_jiten, just ask .. if somebody can help you he or she will ..
13:11 silverline_jiten i just install crawler ext 3.0
13:12 silverline_jiten and i got the error when i go to cral the site
13:12 akdemik teppi|work: the way i see it, the "oldStyleColumnNumber" just have effect on new created elements in the tv page module and does not touch any existing content elements, am i right?
13:13 teppi|work akdemik, could be .. yes
13:13 akdemik shiit xD
13:14 silverline_jiten http://www.myupload.dk/handleupload/c12a9245061e23acd79a9f63d1bde9791254482508
13:15 teppi|work akdemik, maybe you could update the DB manually
13:15 teppi|work you'll just have to look how new content elements are created in the table tt_content
13:18 silverline_jiten i got the error while installing crawler extension
13:18 silverline_jiten my instalation screenshot is: http://www.myupload.dk/handleupload/e633e0aa132af636fc61e879d295e2fe1254482750
13:22 teppi|work silverline_jiten, is your php version >= 5.0 and maybe check in the install tool whether your db is uptodate
13:22 silverline_jiten yes everything is ok
13:23 akdemik teppi|work: i am no in the phpmyadmin in the database and have a look at the latest created content element via templavoila but could not find where the reference to the tv column is, do u have an idea? or do u think there is another table except tt_content where the relations between tv and the content element is?
13:24 pulponair hi there
13:25 pulponair anyone knows how to access a key from locallang_db.xml from within a tca user function? (Without loading it manually=
13:25 Lind Anyone have the slightest idea how to solve all ereg_replace() errors you get with the latest PHP version?
13:25 Lind I successfully fixed the split() error, replaced it with preg_spli()
13:25 Lind but ereg_replace seems weird, cant seem to fix a soluton.
13:26 silverline_jiten Lind >, u can try with preg_replace
13:26 teppi|work akdemik, no I dont think so .. I cant find any other table
13:26 teppi|work there mus be a difference somethere ..
13:27 teppi|work *t
13:28 Lind silverline_jiten: I did that at first, but then the ereg_replace() errors was replaced with "Warning: preg_replace()[function.preg-replace]: Unknown modifier...."
13:29 silverline_jiten which version of php u r using
13:29 silverline_jiten can u tell me what do u want to do?
13:30 Lind I want to get typo3 running.
13:30 Lind Installed latest xampp on the localhost
13:30 Lind downloaded typo3
13:30 Lind and got loads of "Dprecated: function ereg_replace() is deprecated in..." errors
13:30 teppi|work pulponair, have you tried the methods of $GLOBALS['LANG'] ..
13:30 Lind Googled it, said it had to do with the latest version of PHP.
13:31 Lind now I'm trying to fix it so I can get my typo3 working
13:31 Lind .
13:31 pulponair teppi|work: : not yet currently trying to use getll of the parent tceforms_obj
13:31 silverline_jiten how did u install typo3
13:31 silverline_jiten by installer
13:31 Lind Ye, not the quickstart.
13:31 silverline_jiten or by unzip the folder
13:32 Lind First I unzipped it on my localhost
13:32 Lind then i ran localhost/insall
13:32 silverline_jiten ok
13:32 Lind now I've logged on to http://localhost/typo3
13:32 Lind and that's where I get the errors.
13:33 Lind It's like 100-200 errors saying the same thing. Deprecated: Function ereg_replace() is deprecated
13:33 silverline_jiten ok...
13:33 silverline_jiten can u send me exact error
13:33 _Mhoram_ It's probably the wrong php version
13:34 akdemik teppi|work: could not find anything yet that would referre to the tv column...
13:35 silverline_jiten or can u check u'r php version
13:35 Lind I messagd u
13:35 _Mhoram_ See this link ereg_replace is deprecated http://www.php.net/manual/en/function.ereg-replace.php
13:35 Lind in a PM
13:36 _Mhoram_ typo3 4.2 requires php 5
13:37 silverline_jiten try to use typo3 4.2.0 stable version
13:38 _Mhoram_ it requires php 5.2 to be exact
13:39 Lind _Mhoram_: I got PHP Version 5.3.0
13:40 tPl0ch Parse error: syntax error, unexpected T_REQUIRE_ONCE in typo3conf/ext/rgtabs/pi1/class.tx_rgtabs_pi1.php on line 1
13:40 tPl0ch what could that be?
13:40 _Mhoram_ Are you sure XAMMP is using that verson?
13:41 Lind I did a phpinfo()
13:41 Lind It says PHP Version 5.3.0
13:42 Lind but as you said, it's deprecated. Doesnt that mean I have to replace it with something else? As silverline_jiten proposed, preg_replace()
13:43 Lind but btw, Isnt "Deprecated" just a warning that it will be removed?
13:43 Lind I mean, can't i just disable the error and live with it til PHP 6.0?
13:44 Lind everything in typo3 should be working, shouldnt it? Since I don't get an errors or warnings, only 100 "Deprecated" messages.
13:45 silverline_jiten cool dear
13:46 silverline_jiten i m also running typo3 on my xampp
13:46 silverline_jiten and i don
13:47 silverline_jiten and i don't face such kind of prb
13:47 Lind what version do you have?
13:47 Lind 5.3.0?
13:47 akdemik no one in here who can tell me where templavoila sets the reference to the column in the backend?
13:48 silverline_jiten my version is 5.2.5
13:48 tPl0ch My Backend is running smoothly, but in the frontend I get the error message stated above. I checked the script
13:48 tPl0ch its fine
13:48 Denjerek *chuckle*
13:50 pulponair teppi|work: : does not work ...i would like to avoid loading locallang_db manually
13:52 Lind silverline_jiten:
13:52 Lind http://www.php.net/manual/en/function.ereg-replace.php
13:52 Lind that's what _Mhoram_ linked before
13:52 Lind "This function has been deprecated as of PHP 5.3.0"
13:52 Lind i guess that's why you dont have the error.
13:56 silverline_jiten hmm that's right
13:56 silverline_jiten but u can use preg_replace
13:57 _Mhoram_ akdemik It should be set in the XML of the datastructure
13:58 _Mhoram_ if i get your meaning
14:01 akdemik _Mhoram_: this is e.g. the content column... http://freetexthost.com/upjjhoqc6m
14:01 akdemik but where is the reference?
14:03 akdemik "oldStyleColumnNumber " makes imho just sense, if i will use the classic page module too so there is a referene, where the content element should be placed in the classic t3 column...
14:03 akdemik but i can´t find, where the information für templavoila column is stored...
14:05 akdemik or do i understand the whole thing wrong?
14:05 _Mhoram_ So you want to find out where you add the content so it appears in this column?
14:07 akdemik no the problem is this: i have a website made in the old column style templating (left, normal, right, border) and now i try to migrate this to templavoila... so i have to referre the content elements to the right tv columns but can´t find where i should do this...
14:09 _Mhoram_ You have to map them using templavoila
14:09 _Mhoram_ anyway, off to lunch
14:09 akdemik ^^
14:19 silverline_jiten Hello friend
14:19 silverline_jiten i hv install extension crawler 3.0
14:20 silverline_jiten and i got the error
14:20 silverline_jiten while installing this checkout this: http://www.myupload.dk/handleupload/e633e0aa132af636fc61e879d295e2fe1254482750
14:21 silverline_jiten is anybody hv any idea?
14:33 Lind silverline_jiten: I fixed it. Thanks for the help earlier.
14:33 Lind appreciate it.
14:35 silverline_jiten what u did?
14:35 FloLeBlanc hi all
14:36 Lind Started replacing like 200 lines of code in 50 different documents
14:36 Lind with preg_replace and then fix all modefiers warnings.
14:38 sorenmalling Anyone here tried the beta 1 of TYPO3 4.3 with the templavoila trunk from forge?
14:38 FloLeBlanc does anyone happen to know the last realurl version that works with php4?
14:39 sorenmalling I'm not getting the "usual" content elements rendering in the backend, when clicking the "Page" module
14:43 sorenmalling Nevermind, just forgot to save the mapping properly
14:51 howard hello channel
14:51 howard anyone know how to execute mysql LAST_INSERT_ID() statement
14:51 howard mean execute through typo3
14:53 Jochie26 Hello
14:59 Jochie26 Hello
15:23 Jochie26 test
15:23 Jochie26 i have a problem with ts config
15:40 silverline_jiten Hi all
15:40 silverline_jiten is anybody work with crawler 3.0?
15:43 Jochie26 trying
15:43 Jochie26 having problems with indexing external sites
15:43 Jochie26 ?
15:46 Jochie26 I'm at work with the crawler
15:47 Jochie26 can anybody read this??????
15:48 elmargol no i need an extension for sysfolders?
15:49 elmargol somehow I have the option to create one on my dev system and not on my productive system :(
15:49 silverline_jiten Jochie26:
15:49 silverline_jiten u are also working on crawler?
15:50 Jochie26 ChanServ #typo3
15:50 Jochie26 hello ?
15:50 maholtz @Jochie26: welcome:) your allready here
15:50 Jochie26 finally
15:50 maholtz silverline_jiten works with crawler too ..
15:50 Jochie26 i'm not alone in this world
15:50 Jochie26 :-)
15:51 Jochie26 i read it
15:51 Jochie26 i'm having troubles too
15:51 Jochie26 can't get external indexing to work
15:51 Jochie26 not sure if it depends on the version of crawler being 3.0
15:52 Jochie26 or that my indexing configuration is just plain wrong
15:52 Jochie26 :S
15:52 silverline_jiten no
15:52 silverline_jiten i think the prob is with crawler ext
15:53 silverline_jiten can u tell me one thing
15:53 Jochie26 ok. can you get the manual processing of the cue to work?
15:53 Jochie26 i couldnt
15:53 Jochie26 name it?
15:53 Jochie26 shoot
15:54 silverline_jiten http://typo3.org/documentation/document-library/extension-manuals/crawler/3.0.0/view/1/1/
15:54 silverline_jiten this extension is not good
15:55 silverline_jiten when i installed this extension i got the error
15:56 Jochie26 installing the extension goes fine
15:56 Jochie26 doesnt generate an error with me
15:56 maholtz @silverline_jiten: perhaps extensions needs php5.2?
15:57 silverline_jiten really how it can be?
15:57 Jochie26 maybe... but that should be mentioned in the extension docs
15:57 Jochie26 or typo should notice it
15:57 silverline_jiten see this for me : http://www.myupload.dk/handleupload/dd95357e41c6844873498e5441a9825d1254492297
15:58 Jochie26 Wow
15:58 maholtz @silverline_jiten: code warnings are red, but no problem!
15:58 maholtz only problem is "Table error!"
15:58 maholtz so check install tool -> database required fields
15:58 maholtz no xclass is no problem!
15:59 silverline_jiten yes due to that i m getting one more
16:00 Jochie26 maybe an extension makes use of the xclass of the crawler?
16:00 silverline_jiten http://www.myupload.dk/handleupload/52e60eca09497a5247dfd7742a16e6661254492519
16:01 fuchur mh
16:01 fuchur $TYPO3_CONF_VARS['BE']['defaultUC'] = array('moduleData' => array('xMOD_alt_doc.php' => array('showPalettes' => '1')));
16:01 fuchur urgs, sorry :)
16:02 fuchur this activates second options but i want to hide the "show second options"-checkbox
16:02 fuchur someone knows?
16:02 silverline_jiten fuchur what is this?
16:03 maholtz @silverline_jiten: check your db in the install tool
16:04 silverline_jiten sorry but what i need to check in install tool
16:05 silverline_jiten it is showing everything is fine
16:06 fuchur hm, somehoe TCEFORM.dbtable.dbfield.disabled = 1 does not work for me :(
16:06 fuchur I put it in userTS
16:06 fuchur but the field is simply not hidden :(
16:07 maholtz @fuchur: does it work in PageTS?
16:07 maholtz then try page.TCEFORM.dbtable...
16:09 fuchur uhm good question ... the form is embded in an extension
16:09 fuchur have to figure that out, just a sec
16:11 fuchur wohoow thanks a lot maholtz
16:15 maholtz @fuchur: yeah:)
16:16 fuchur I'm ext developer ... i'm not in all this config stuff
16:18 maholtz i am an proud certified TYPO3 integrator ;)
16:24 Jochie26 my exam is the 9th of october
16:24 Jochie26 :-)
16:25 BejjWrk Im a certified beerdrinker. :)
16:26 Jochie26 @ maholtz, fuchur the thing you mentioned: i'v just found the answer an hour ago, after searching for half an hour :S
16:26 Jochie26 haha
16:27 Jochie26 perhaps somebody knows how to get the TS configuration from an extension in the php code
16:27 Jochie26 is it $GLOBALS['TYPO3_CONF_VARS']['BE'] ?
16:29 ndee how can I determine if a website is using typo3? which file is always available?
16:29 fuchur mh
16:29 fuchur /typo3
16:29 fuchur i would guess
16:30 silverline_jiten just view source of any website
16:30 ndee silverline_jiten: I have the source of x-thousands webpages, I wanna automate it :D
16:30 silverline_jiten i mean webpages source
16:30 BejjWrk it can be hidden from source, and can be changed from /typo3, but i guess thats quite rare
16:32 BejjWrk ndee: personally Id just parse the source for the meta tag, but then again I did write my own SE ^^
16:32 ndee SE?
16:32 BejjWrk searchengine, crawlers and everything
16:32 ndee BejjWrk: what kinda crawler did you write?
16:32 ndee I also just wrote one :D
16:32 BejjWrk general crawler, to index the net
16:33 ndee so you think, most people will leave the meta tag generator in their source?
16:33 BejjWrk lack of time and a poor db design made me put it on the shelf for awhile tho
16:33 ndee BejjWrk: nice :) with which language?
16:33 BejjWrk ndee: , solely in php :)
16:33 ndee oh, so it's not too fast then :D
16:33 Jochie26 haha
16:34 ndee I also started writing my crawler in php but multi threading was a pain so I used java :)
16:34 BejjWrk its faster than I expected, keeping the arrays small also helps keeping the speed up
16:34 BejjWrk ye I know hehe
16:34 ndee did you used the "multi thread" thing from curl?
16:35 BejjWrk no, I used curl at first, but i didnt feel it was reliable enough
16:35 BejjWrk so I installed the pecl module http_get
16:35 ndee I see, how many sites do you have indexed?
16:35 Jochie26 @BejjWrk : maybe you can tell me how i can access my extension TS values through PHP in the extension code ?
16:35 BejjWrk the dev db holds a bit over 10.000.000 records
16:35 ndee that must have taken you foreeeeeeeeeeeever to crawl :D
16:35 maholtz @Jochie26: TS -> into plugin? t3lib_div::debug($this->conf,'ts config for plugin.tx_yourext_pi1.whatever');
16:36 Jochie26 thanks, i'll try it right now :-)
16:37 BejjWrk Jochie26: , if you made the ext thru kickstarter I guess you have the most of it in the bottom, and use $this->conf['variablename'] to get it, assuming you put plugin.tx_extensionname_pi1.variablename
16:37 compojoom hey guys :) does anyone have experience with tt_news here?
16:37 BejjWrk ndee: , not really, the biggest bottleneck was the db, and Im reading db design now to cope with it )
16:37 silverline_jiten yes
16:38 silverline_jiten but i will be online after 2 hr
16:38 ndee BejjWrk: the db? but if you crawl one page at a time, that's kinda slow, no?
16:38 compojoom I'm trying to configure the news to show on 2 pages. 1st page - show genaral news. 2nd page is subpage of the first one and is visible only to logged in users
16:38 compojoom for some reason when I'm on the first page, then I also see the records from the subpage
16:39 BejjWrk ndee: 1 single child made aprox 1 page every 0.2 seconds, and I had about 50 or so running
16:39 Jochie26 i've got a homemade class which gets called by a userfunc in the TCA ... the class generates a category tree in the same way as tt_news does
16:39 ndee BejjWrk: aaaaaah, now I understand :)
16:39 fuchur maholtz i'm just developing extension so somehow i don't want to become a certified integrator
16:39 fuchur but wondering if I should try in munich next weekend
16:40 fuchur the problem: for I do very few configuring i'm not that good at it and probably gonna fail certification
16:40 Jochie26 perhaps it's possible to get the TS config in the TCA file ?
16:41 Jochie26 with some $GLOBAL variable?
16:42 maholtz @fuchur: could be, you need TypoScript (you need it for developing extensions too), and you need backend config stuff, read TSconfig for that
16:42 fuchur mh, it's just one week left :D
16:42 fuchur you think it was "hard" to get certificate?
16:58 Bluespuke good weekend @ all
17:06 maholtz @fuchur: well, i think if you are able to config frontend and backend it should not be too hard, but it is more difficult as i expected
17:13 fuchur mh ok
17:13 fuchur so i will save the money
17:13 fuchur and won't try :D
17:14 maholtz well, did you ever configured TYPO3 Backend?
17:14 fuchur yep ... built a template using automaketemplate
17:14 fuchur all this marker replacement and menu stuff
17:14 maholtz good basics
17:15 maholtz check optionSplit
17:15 fuchur mh i think I'll wait for an extension developer certification
17:19 maholtz @fuchur: i dont think there will be a developer certification for 4.x, maybe for 5.x, but imho it is worth to make the certification
17:19 fuchur mh ... first i will become a assoc member next week
17:19 fuchur somehow missed that ^^
17:20 fuchur i just develope extensions for other agencies ... i don't think they care for certification
17:30 maholtz +1 for assoc member:)
17:35 maholtz bye all
18:09 fuchur someone going to TYPO3camp?
18:09 fuchur or someone got a ticket and is NOT going to go?
18:09 fuchur ^^
22:47 SirA Hello
22:47 SirA I need som help with at SQL command?
22:47 SirA or stateman
22:50 SirA #scriptingdesk
22:52 SirA anybody 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.