Search the website and IRC logs

#TYPO3 IRC log from : Thursday 7 January 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:00 Conic someone knows how to disable e_deprecated errors in typo3???
00:00 schabracke haha ya maybe - i am sorry that i disturbed you
00:00 Conic np
00:00 schabracke but i didnt know what to do :)
00:00 Conic hope i'll find a solution as well
00:01 schabracke i tihnk the ext "chnewsfeed" was the problem with the new tt_news ver.
00:01 schabracke uhoh - i read it ...
00:02 Conic i get this error:
00:02 Conic PHP : Function ereg_replace() is deprecated in C:\Xampp\htdocs\typo3\typo3conf\ext\wfqbe\pi1\class.tx_wfqbe_results.php line 125
00:03 Conic it's because this function is deprecated in php 5.3.1
00:07 schabracke excuse me, but i got no idea :) i hope you didnt expect that
00:16 Conic ^^
00:16 Conic np
00:16 Conic i have no idea as well
00:16 cdngfrog Conic: don't you read what the people write to you?
00:17 Conic usually i do
00:17 Conic didn't i?
00:17 Conic cdngfrog: what's the problem?
00:18 cdngfrog "ries: Conic: disable these sort of errors in PHP" - "cdngfrog: either deinstall the extension or configure your PHP correctly"
00:19 Conic if i remove e_deprecated from php.ini, it changes nothing -> no solution
00:19 Conic if i remove e_user_deprecated from php.ini, typo3 crashes -> no solution
00:19 cdngfrog well. the problem has nothing to do with typo3
00:19 cdngfrog #php is the place
00:20 Conic if i uninstall the extension, this is no solution at all ;)
00:20 cdngfrog write a patch and send it to the author :-)
00:20 Conic the guys at #php can't help me beacause this is a typo3 related thing
00:20 cdngfrog it isn't
00:21 Conic typo3 seems to handle e_user_deprecated errors itself
00:21 Conic so i can't disable it in the php.ini
00:21 Conic but i thought there had to be a setting in typo3 to disable deprecated warnings in the typo3 own e_user_deprecated functions...
00:22 Conic doesn't t3 do that?
00:22 Conic otherwise i couldn't explain such a nice looking php-warning with the typo3 logo inside ;)
00:23 Conic i think it is a e_user_deprecated
00:27 schabracke hmmm i cant get rid of those db errors - sometimes the are away and then they suddenly pop up again ....
00:31 cdngfrog Conic: well, I'm afraid that you need to lay hand on t3lib/t3lib_div.php:5530 (line may differ, was from svn)
00:32 cdngfrog or find out why E_USER_DEPRECATED is defined()
00:35 Conic hm
00:36 cdngfrog Conic: how about $GLOBALS['TYPO3_CONF_VARS']['SYS']['enableDeprecationLog']
00:36 cdngfrog is this TRUE?
00:36 Conic am i the only one who uses those extensions with new php versions?
00:36 Conic ok
00:36 Conic this sounds interesting
00:36 cdngfrog Conic: code = documentation :-/
00:41 schabracke okay my db errors seem to be a tt_news bug in 3.0.1
00:41 schabracke but there is a svn version in which this bug is solved
00:41 schabracke now the question is - how can i install a svn of tt_news??
00:45 cdngfrog schabracke: easy: svn co https://svn.typo3.org/TYPO3v4/Extensions/tt_news/trunk/ tt_news
00:47 schabracke ahhh and simply copy it over the existing dir?
00:51 cdngfrog yepp
00:55 cdngfrog also, you could just use this patch (this is the only change they made after 3.0.1): http://forge.typo3.org/repositories/diff/extension-tt_news?format=diff&rev=27415
00:57 cdngfrog oh, it's trivial
01:11 schabracke :)
01:11 schabracke thanks a lot!
01:11 schabracke everything is up and rrrrrrunning :)
01:11 cdngfrog very nice
01:11 schabracke i changed the sql file
01:13 schabracke but one thing is left, which i dont understand, the tt_news manual says that there is typoscript enabled from the beginning ? - did i miss something? where does it write that ts?
01:13 schabracke cause it seems that my own tt_news template (with the ts code) doesnt work anymore
08:17 TheDon_ hi all
08:18 TheDon_ I have created the typo3 site that is english how can I change to that to German
08:18 TheDon_ this is single language site
08:26 marcuslind Anyone had experience integrating a phpBB forum into a TYPO3 install?
08:26 marcuslind There is no phpBB forum extension is there?
08:37 sorenmalling marcuslind: The mm_forum got a phpbb import tool, so you can migrate to mm_forum, this thread mentions it --> http://www.mail-archive.com/(obscured mail address)/msg01453.html
08:37 sorenmalling marcuslind: http://typo3.org/documentation/document-library/extension-manuals/mm_forum/1.8.2/view/1/4/#id2345481
08:38 marcuslind Thanks, I'll read it in a sec. So in the end it uses mm_forum but it imports all old data from a phpBB forum?
08:39 sorenmalling Yep :)
08:39 FloLeBlanc hi all
08:40 sorenmalling The manual contains some very nice screenshots on the data import tool part
08:40 FloLeBlanc does anyone happen to know how I can include an own dropdown box with usergroups in the list view in the backend (handling the input would be ready by an extension I created)
09:07 PiMB morning all
09:30 menak hi
09:33 menak is there a way to tell typo3 not to render the comments, header stuff and so on from WITHIN a plugin? I know I can do that via TS: disableAllHeaderCode and so on.
09:33 menak But I'm creating a plugin which has one main method setting everything up and after that everything is AJAX.
09:33 menak so I dont want all the other stuff in the page, only the pure response
09:46 TheDon_ Any body know how to existing English typo3 site to convert German
09:51 menak TheDon_: what's your problem?
09:51 TheDon_ I have created the typo3 site
09:51 TheDon_ it is currently english I want it to be german
09:52 menak so, change it :)
09:52 TheDon_ how
09:52 TheDon_ ;(
09:52 menak ??? sorry, i don't get the question. Is this a translation thing or what?
09:53 TheDon_ means
09:54 TheDon_ actually when I adding pagecontent
09:54 menak yes?
09:54 TheDon_ there is a menu General text media access some thing like that tab window
09:54 TheDon_ those this should be German
09:54 menak oh
09:55 menak you want to change the backend (redaktionssystem) language?
09:55 TheDon_ yes
09:55 menak ok
09:55 menak mom, i'll switch to english
09:56 TheDon_ hmmmm
09:56 menak go to "user tools" -> "user settings" and set the language
09:56 menak you have to install the additional language first if you haven't done so yet
09:57 menak so if you only have "english" as language do the following:
09:57 menak go to "admin tools" -> "ext manager"
09:57 TheDon_ ok
09:58 TheDon_ only I have english
09:58 TheDon_ what is the extension I have to install
09:59 menak in the pull down list select "translation handling"
09:59 menak select "german" or whatever language you want
09:59 menak then click on "save selection"
09:59 menak then click "update from repository"
10:00 menak did that work for you so far (we're not done yet)
10:00 menak ?
10:01 TheDon_ yes
10:01 TheDon_ cms Could not fetch translation status
10:01 TheDon_ This table shows the update results of the loaded extension's translations.
10:01 TheDon_ If you want to force a full check/update, delete the l10n zip-files from the typo3temp folder.
10:01 menak yep
10:01 menak actually it should fetch the files
10:01 TheDon_ ok
10:02 menak try clicking "update from repository" again
10:02 TheDon_ can I delete the file from typo3temp folder
10:02 menak elsewise, maybe some kind of restriction is on your virtual host.
10:03 menak TheDon_: yes, you can, but it's useless as you only have english so far.
10:04 menak maybe the php curl extension is not available in your virtual host? Otherwise it should load the translation files.
10:04 menak thats the only problem i've ever ran into.
10:06 TheDon_ then I have to enable php curl extension
10:06 TheDon_ and I have to follow the thease step again
10:06 TheDon_ is it ok
10:07 menak yes, it should be.
10:07 TheDon_ ok great
10:07 menak google for "typo3 be sprache ändern" or "typo3 backendsprache ändern" (assuming you)
10:08 menak assuming you can speak german
10:08 TheDon_ no I can't :(
10:09 menak TheDon_: search for "typo3 change be language" or "typo3 change backend language"
10:09 menak :)
10:09 TheDon_ :) thanks :)
10:19 TheDon_ but server says : curl enable no
10:31 menak TheDon_: thats tough
10:31 menak TheDon_: Is "allow_url_fopen" allowed in your php installation?
10:32 kraftb good morning !
10:32 menak kraftb: hi
10:32 kraftb hi menak
10:36 FloLeBlanc hi kraftb
10:36 kraftb Hi Flo ...
10:36 PiMB hi kraftb
10:36 kraftb Hi PiMB ...
10:36 kraftb why those many greetings ??? ;
10:36 PiMB ( let's see how long this will continue )
10:36 kraftb ;)
10:36 PiMB happy to see you mate!
10:36 FloLeBlanc we love you so much
10:37 FloLeBlanc hmm did anyone encounter the problem that after a static_info_tables_de update the dropdown for the country in sr_feuser_register is in english?
11:12 paese hey all
11:12 fr34k hi... i search an ext.
11:12 paese if i create a simple content element with templavoila, i can choose a header (default t3 field) when inserting it on a page. but how can i display this header?
11:13 fr34k i can control the contents and menus with the get-param, with the ext. is there such a thing?
11:13 paese fr34k you want to controll your content with GET params?
11:14 fr34k yes
11:20 cdngfrog paese: display the correct TS-path in your template/mapping
11:20 paese cdnfrog i haven't mapped the header, the header field is always there in every content element
11:20 paese regardless if i define one in my ce or not
11:30 cdngfrog paese: this is german, but the code is self-explaining http://typo3blogger.de/header-feld-eines-fce-templavoila-nutzen-turchen-23/
11:30 cdngfrog argh.
11:31 cdngfrog ;-)
12:26 ndee_ how can I change the default styles that get generated for a sitemap?
12:30 PiMB which sitemap?
12:31 ndee_ PiMB: The one that is included as a content element.
12:31 ndee_ csc-sitemap styles
12:31 PiMB so you're using css styled content then
12:32 PiMB probably get's done in the static typoscript of that extension
12:32 PiMB try to look that one up and override them in your own TS
12:43 paese can someone tell me what <HSC> does in templavoila ?
12:45 skipjack Hey Ho
12:46 skipjack ries: are you in?
12:47 tf_ hi @all
12:48 skipjack hi
12:50 tf_ i have a problem: i have TYPO3 4.3 running. when i create content elements "text with image", the images havent got the DL, DT Tags around. but last week, the images had got these tags around.... ???? the "old" content elements have these tags, but every new element hasnt it. ???
12:50 ries skipjack: a little bit
12:51 tf_ i dont know what the matter is
12:51 paese tf_ you need to be more precise
12:51 ries tf_: I think that's teh styled content rendeing extension, you can tell it how to render items
12:51 ries you must have changed a setting there
12:53 tf_ i dont know what i sould have changed
12:53 tf_ i delete all caches. and then the content elements should render again. also the old ones
12:54 tf_ but the old elemts have the tags again. only the new elements not
12:54 tf_ they are on the same site
12:55 tf_ for example: <dl class="csc-textpic-image csc-textpic-firstcol" style="width: 145px;">
12:55 tf_ these tags i mean
13:09 SEBAR Hi everybody. Does anyone have some experience with eID?
13:11 skipjack yes
13:14 FloLeBlanc did anyone experience the country dropdownboxes to be english with sr_feuser_register allthough you set the constants to german?
13:16 SEBAR Cool. I have the "sz_quiz" extension installed and I need to make the output for ajax via eID. The class ext/sz_quiz/pi1/class.tx_szquiz_pi1.php is initialized like this function main($content,$conf). My question where can I get the $content and the var $conf needed to initiate the class in my custom script
13:18 ries SEBAR: why would you want to do that with eID?
13:19 SEBAR Because I need a simple string output to call it from ajax. Actually I have the whole template rendered.
13:19 SEBAR Pardon... when called from AJAX
13:21 skipjack FloLeBlanc: are you logged in, in typo3 backend ?
13:22 skipjack FloLeBlanc: check which language are selected for backend User, sometimes typo3 takes the backend language for frontend if your are logged as BE User in Typo3 Backend ..
13:23 FloLeBlanc skip: hmm will check that thx
13:23 skipjack best way to get clear is to logout of the backend
13:23 FloLeBlanc but I tried it in a different browser :)
13:23 skipjack hm
13:24 skipjack okay, then look forward for an other issue ;)
13:25 skipjack with some methods/functions for reading out the language (from xml/typoscript/php file) have this confussing thing, but If the whole page is not in the right language then there is an missconfiguration with your language/overlay ..
13:27 FloLeBlanc the page is correct, as is sr_feuser_register, only the dropdown is incorrect
13:28 FloLeBlanc (names of the countries)
13:28 skipjack okay
13:28 skipjack this is what I mean
13:28 skipjack ;)
13:28 skipjack check it log out of the backend
13:28 skipjack or/and clear cookies/cache
13:28 skipjack and refresh page
13:30 FloLeBlanc nope - english
13:30 skipjack hm
13:30 skipjack but the other things are in german from sr_feuseregister?
13:30 FloLeBlanc yep, this problem is related to static_info_tables afaik
13:31 skipjack You have installed static_info_tables_de ?
13:31 FloLeBlanc yes
13:31 FloLeBlanc updated both to the latest version
13:35 skipjack Check the tables
13:35 skipjack sometimes there isn't updated
13:35 skipjack they are not updated.. ;)
13:36 FloLeBlanc i did, they seem to interfere
13:36 FloLeBlanc when I update static_info_tables the selection box is gone, when I update static_info_tables_de it reappears but in the wrong language
13:36 skipjack ah okay use phpmyadmin
13:37 skipjack this is also what I meant
13:37 skipjack check tables with phpmyadmin and update the tables with info_sta.-.._de -> Update!
13:48 FloLeBlanc hmm hmm that didn't seem to do it.. well have to hit the road, thx for the suggestions I'll look deeper into it tomorrow
14:22 cmyk hi
14:28 cmyk I have not much experience with typo3. I just had to modify a template. I hit "empty FE-Cache" and now the darn .css files aren't included.
14:29 cmyk any tips on how to fix this? :-\
15:01 ndee_ cmyk: Do you use Templavoila? Check if the Header Parts are selected in the Templa Voila module.
15:01 cmyk ndee_: yes, ok... looking...
15:03 cmyk omg! Thanks!
15:17 ndee_ no prob :) common problem :D
15:40 ndee_ http://www.pastie.org/770135 <-- Is it somehow possible to tell this HMENU that it should add a ATagParam when the page id = 25?
15:43 ndee_ s/HMENU/TMENU
15:57 No5251 hi
15:57 No5251 which xml-sitemap extension i should use in 4.3.0?
16:00 teppi|work ndee_, ATagParams got the stdWrap property so you could use an if there .. i think
16:02 ndee_ teppi|work: hm, let me see if I understand that stdWrap stuff :D
16:03 ndee_ teppi|work: do you maybe have a snippet where it is used with an "if"?
16:03 skipjack oh man
16:03 skipjack what for a day
16:05 teppi|work ndee_, http://www.phlogi.net/f/t3/tsp/sp/-2199853f37/
16:06 ndee_ you're the man!
16:06 ndee_ thank you so much!
16:07 teppi|work ndee_, just copied it from somewhere :p
16:07 ndee_ hehe, thanks for copying then :D that's the problem with typoscript, it's just not straight forward :D
16:08 TheEternalAbyss Hi there
16:09 ndee_ teppi|work: could there be a typo?
16:09 TheEternalAbyss I'm new to typo3 and I think it's awesome
16:09 TheEternalAbyss I'm having a problem with one of the tutorials tho
16:09 PiMB I'm not new, and it is!
16:09 TheEternalAbyss :)
16:09 beli how are things going? :)
16:10 beli TheEternalAbyss: just ask your question
16:10 ndee_ teppi|work: it was cObject instead of cobject :D
16:10 TheEternalAbyss I'm following the Modern Template Building tut part 1 and
16:10 teppi|work oh k .. sry
16:10 TheEternalAbyss and I'm trying to build the dynamic menu
16:11 TheEternalAbyss but when I substitute the subparts.menu_1 = TEXT for subparts.menu_1 < temp.menu_1
16:11 TheEternalAbyss nothing happens
16:11 ndee_ teppi|work: no problem, you just made my day :)
16:11 TheEternalAbyss my menu still says "menu item 1 menu item 2 etc etc"
16:12 TheEternalAbyss instead of "licensing, etc"
16:12 TheEternalAbyss I don't understand why
16:12 PiMB obvious question nr1: cleared cache?
16:12 TheEternalAbyss yes
16:13 PiMB t3paste.org and paste the TS then
16:13 PiMB let's have a look :)
16:13 TheEternalAbyss ok
16:13 TheEternalAbyss one sec
16:14 beli TheEternalAbyss: thats because you have static template with static menu entries
16:14 teppi|work ndee_, there is a bug in the pasting page .. i copied it correctly but was transformed to lower case on saving
16:14 ndee_ ah I see.
16:14 beli TheEternalAbyss: did you map define a marker or section and map your TS to it?
16:15 beli TheEternalAbyss: i guess you changed the TS for dymanic menus, but you didnt change the html template file
16:15 TheEternalAbyss I did what the tut told me to
16:15 TheEternalAbyss perhaps not I'm not sure
16:15 beli TheEternalAbyss: so take a look at it :)
16:16 TheEternalAbyss http://www.phlogi.net/modern_template_building_pt1/
16:16 TheEternalAbyss well here's the TS fthat I've copied and pasted/modified as per the tutorial
16:17 TheEternalAbyss the last modification I made was under the DOCUMENT BODY section
16:17 beli TheEternalAbyss: check your html template file........template.file = fileadmin/template/test.html
16:18 TheEternalAbyss k
16:18 beli TheEternalAbyss: at this location there is your html template test.html......TS needs to know where to map the dynamic page data to.....so you need a marker or a section...
16:19 TheEternalAbyss yea they are marked as DOCUMENT_BODY and INSIDE_HEADER
16:21 TheEternalAbyss i had another question tho, if localhost seems to hang or take a long time to respond, is that a problem with my server setup or a typo configuration deal
16:23 TheEternalAbyss then again the computer i'm using is slightly messed up
16:23 beli TheEternalAbyss: hmm not easy to answer....could be anything....slow mysql server, wrong network setup, bad webserver/webserver module config...
16:23 TheEternalAbyss yea..and missing drivers don't help
16:23 TheEternalAbyss well anyways, does the code look correct?
16:25 ndee_ teppi|work: do you by chance know how to change the link itself? I added a "href" to the value but that didn't work out.
16:25 beli TheEternalAbyss: use a nopaste site and post YOUR files....the html template AND the TS setup
16:26 teppi|work ndee_, only for that link?
16:26 TheEternalAbyss that is my file
16:26 ndee_ teppi|work: yes.
16:26 TheEternalAbyss it's a combination of the code in the tutorial and my modifications
16:27 teppi|work ndee_, couldnt you set the doktype of this page to external URL .. so you are free to choose the targe in the typo3 backend
16:27 teppi|work *t
16:27 TheEternalAbyss i can use the typo3 no paste and paste everything...one sec
16:28 ndee_ but the link itself is still to that page, it still shows the "local" link.
16:28 ndee_ but maybe I have another solution.
16:29 teppi|work i don't think so .. afaik .. the external url is shown directly
16:29 teppi|work but I may be wrong
16:29 teppi|work :D
16:29 ndee_ teppi|work: looks like you are wrong but I found another solution :D
16:29 teppi|work k
16:30 TheEternalAbyss paste.phlogi.net/test_html_file/
16:30 ndee_ thanks anyway :)
16:30 TheEternalAbyss that's the test.html file in /template/
16:31 TheEternalAbyss http://www.phlogi.net/modern_template_building_pt1/ <-- the setup
16:33 beli ts setup is not existing
16:33 TheEternalAbyss eh?
16:33 beli http://www.phlogi.net/modern_template_building_pt1/
16:33 beli doesnt work for me
16:33 TheEternalAbyss odd
16:34 TheEternalAbyss i'll paste it again
16:34 beli 404 error
16:34 beli ye
16:34 TheEternalAbyss one moment
16:35 TheEternalAbyss paste.phlogi.net/mtb_p1/
16:35 TheEternalAbyss that should work
16:36 beli content.file = fileadmin/template/main/template_1.html
16:37 beli at first...check if thats really the html template you postet before....
16:37 TheEternalAbyss oh....
16:37 TheEternalAbyss actually that isn't
16:38 beli thats what i told at the beginning ;)
16:39 TheEternalAbyss well template_1 is what I'm getting my template from using a template building extension
16:39 TheEternalAbyss where I'm getting*
16:40 TheEternalAbyss the tx_automaketemplate_pil
16:40 TheEternalAbyss and that html file is the one the tut says to download
16:40 TheEternalAbyss i haven't modified that one at all
16:44 TheEternalAbyss is my TS correct?
16:48 TheEternalAbyss I dunno. I can throw in the "hello world" stuff for content and that works in my page but this menu just won't act the way I want it to :(
16:54 TheEternalAbyss wait....
16:55 TheEternalAbyss do I have to substitute the ENTIRE static submenu part with just subparts.menu_1 < temp.menu_1??
17:01 Conic can someone help me with a php 5.3.1 problem?
17:02 Conic i always get this errors while using extensions:
17:02 Conic t3lib_error_Exception
17:02 Conic PHP : Function ereg_replace() is deprecated in C:\Xampp\htdocs\typo3\typo3conf\ext\t3quixplorer\mod1\index.php line 92
17:02 Conic it's the same in powermail, wfqbe etc...
17:02 Conic can i turn this deprecated warnings off?
17:03 Conic deprecated warnings are generally turned off in my php environment
17:03 Conic is there a typo3 setting for that??
17:05 TheEternalAbyss ugh this won't work :(
17:05 TheEternalAbyss what am I doing wrong?
17:10 TheEternalAbyss ok....this is being stupid now. I'm trying to just put subparts.menu_1 = TEXT and subparts.menu_1.value = hello world and it keeps displaying the static menu O.o;; I cleared the cache ...why is it doing that geez
17:11 TheEternalAbyss web design used to be so simple...
17:15 Conic maybe another definition is below?
17:16 TheEternalAbyss for the menu that is all i have :\
17:17 TheEternalAbyss and my backend isn't loading now
17:17 TheEternalAbyss -_-;;
17:17 TheEternalAbyss good Lord
17:17 Conic ^^
17:17 TheEternalAbyss k it's up
17:17 TheEternalAbyss whew
17:19 skipjack hmpf
17:20 TheEternalAbyss up but slow as heck geez
17:22 TheEternalAbyss ok, i have my hello world back. it's a start
17:31 maholtz|WORK @conic?
17:31 TheEternalAbyss finally
17:31 TheEternalAbyss it works
17:31 TheEternalAbyss had but the static menu definition in the wrong spot
17:32 TheEternalAbyss put*
17:32 TheEternalAbyss thanks for the help..even tho in the end i figured it out
17:32 maholtz|WORK if conic is back, tell him $TYPO3_CONF_VARS['SYS']['displayErrors'] = '0'; would solve his problem with showing deprecated messages
17:33 TheEternalAbyss how do I activate the adminconsole in the preview? i can't remember the line to add to the template setup
17:33 maholtz|WORK http://wiki.typo3.org/index.php/TSref/CONFIG
17:33 maholtz|WORK admPanel = 1
17:33 TheEternalAbyss ah thank you
17:33 maholtz|WORK read TSconfig for further informations
17:34 TheEternalAbyss will do. thank you very much
17:39 maholtz|WORK your welcome:)
17:42 Conic here i am, thanks for the solution
17:42 Conic this should work
17:43 Conic bye all...
17:53 TheEternalAbyss I'm off to lunch.
17:54 TheEternalAbyss i'll reconnect later
17:54 TheEternalAbyss bye and thanks again

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.