Search the website and IRC logs

#TYPO3 IRC log from : Monday 23 November 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
00:16 Denyerec actually Tsoots
00:16 Denyerec if you're there
00:16 Denyerec that didn't work :(
00:19 dubrsl Hi. I use subparts.content < styles.content.get in template. But I need add wrap = <div> | </div> . How it is better for making?
00:22 Denyerec Bah! Fixed it.
00:22 Denyerec Jethro Tull appears to help Typo3 coding.
03:06 kousto hi all
08:55 PiMB Goodmorning TYPO3!
08:58 Briareos1 good morning, I'm on 4.1.7 and want to upgrade to 4.2.10 - should i update to 4.1.13 first, or go directly for the latest stable?
09:01 PiMB should be no difference to update to latest stable first.
09:02 PiMB check the update steps for upgrading from 4.1 to 4.2
09:13 PiMB damn, 10 minutes into a new day and I need to reboot..
09:13 PiMB later!
09:15 Briareos1 PiMB thx. yes I'm following those steps. now i encountered the problem here: http://bugs.typo3.org/print_bug_page.php?bug_id=4696
09:15 Briareos1 but there is no new version of dlib
09:15 Briareos1 what is dlib anyways?
09:15 Briareos1 the repo says only: "Library of various code"
09:21 maholtz|WORK morning
09:26 Briareos1 good morning
09:29 PiMB I;m back!
09:29 Briareos1 re
09:29 marcuslind|WORK Im working with localization of a site. How do I get the content of the page-modul to publish like this? http://data.fuskbugg.se/skalman01/-----------------------------------------------------------------------------------------------------------------------Bild%201.png First the default language and then the localized language below.
10:28 maholtz|WORK @marcuslind: your link is strange...
10:29 maholtz|WORK and i do not see anything
10:29 Teague Hello
10:29 marcuslind|WORK maholtz|WORK: What's strange with it except the filename?
10:29 maholtz|WORK i have ----------------------- between folder and filename
10:29 ZaFantasy hi
10:30 marcuslind|WORK Ye because there is so many files with Bild%201.png as name
10:30 maholtz|WORK but anyway i removed them and saw the image - but the image is almost empyt?
10:30 marcuslind|WORK Dont remove them.
10:30 maholtz|WORK ah
10:30 maholtz|WORK lol
10:30 marcuslind|WORK The site adds "-" if the filename already exists
10:31 marcuslind|WORK http://data.fuskbugg.se/skalman01/-----------------------------------------------------------------------------------------------------------------------Bild%201.png
10:31 ZaFantasy I have my own extension. And now I want to use mailformplus to send some data to client but in this form (select box) I want some data from my extension DB tables. Is this possible? I have googled and I didnt find nothing usefull. And tip pleas :)
10:31 maholtz|WORK @marcuslind: yep i see it - so now you want to show swedish and english text on the same page?
10:32 marcuslind|WORK Yes. At the moment the Page modul only prints the default language
10:32 maholtz|WORK @ZaFantasy: check stdWrap
10:32 maholtz|WORK tcaselectitem
10:32 marcuslind|WORK I have to edit it, change the language in the list and then write the new translation. I want both to show at the same time as in that picture. It's a lot more userfriendly for my clients.
10:32 maholtz|WORK or use .data =
10:33 Teague Is here an expert who can tell me if I can check the value of $GLOBALS["TSFE"]->fe_user->getKey("ses","login") in typoscript? I want to display different menus depending on this value.
10:33 maholtz|WORK @marcuslind: ah, ok - sorry, do not know how to change that:/
10:34 marcuslind|WORK But do you recognize the framework/design of the languages in the picture?
10:34 marcuslind|WORK It's not default but I've seen a lot of other sites having it.
10:34 marcuslind|WORK I bet there is just a TS value that need to be changed.
10:35 marcuslind|WORK to publish the localization like that
10:35 maholtz|WORK @Teague: perhaps it is possible with .data = TSFE:fe_user|sesData|ses|login .. sth like that
10:36 maholtz|WORK @marcuslind: do not use tv so:/
11:11 Teague @maholzt: thank you, you showed me the right trac, the correct access was: TSFE:fe_user|sesData|login
11:34 maholtz|WORK @Teague: your welcome:)
11:35 Prot0 morning!
11:36 Fabian__ Hello
11:36 Prot0 Hi
11:36 Fabian__ Could you help me with typo3?
11:36 Fabian__ i can't unlock the install tool
11:37 Fabian__ i created the file which unlocks the install tool
11:37 BejjWrk Fabian__: place an empty file named ENABLE_INSTALL_TOOL inside typo3conf dir
11:37 BejjWrk hmm
11:37 BejjWrk you making it via shell ?
11:37 Fabian__ but i still get the notification to create the file
11:37 Fabian__ yes
11:37 Prot0 what version of TYPO3 are you using?
11:37 BejjWrk echo +%s > ENABLE_INSTALL_TOOL
11:37 BejjWrk :)
11:37 BejjWrk prolly the latest
11:37 Fabian__ the new one
11:37 Prot0 k
11:37 Fabian__ 4.2.10
11:37 BejjWrk run that above command, it will put unix timestamp inside the file
11:38 BejjWrk which is what its looking for
11:38 BejjWrk oops, not echo
11:38 BejjWrk *tired*
11:38 Prot0 lol
11:38 BejjWrk date +%s > ENABLE_INSTALL_TOOL
11:38 BejjWrk even :>
11:38 Fabian__ per putty?
11:38 BejjWrk yes
11:39 Fabian__ but i need to go into the folder where the file is right?
11:39 BejjWrk yes
11:39 Fabian__ done
11:40 BejjWrk thats it, go to install tool
11:41 Fabian__ you are a king:)
11:41 BejjWrk since 4.2.8 the installtool looks for a timestamp inside the file, this is because the feature to autodisable the installtool :)
11:41 Fabian__ ahhh:)
11:41 Fabian__ but now i got another problem:)
11:42 Fabian__ the install tool crashes
11:42 Fabian__ i use the newest version of firefox
11:42 Fabian__ there is a security notification
11:42 Prot0 3.6?
11:42 Fabian__ telling me to use another password or to add a die() command
11:42 Fabian__ 3.5.5
11:44 Fabian__ wait
11:44 Fabian__ i give you a screenshot
11:45 Fabian__ http://tinypic.com/r/16kqukj/6
11:45 Prot0 lol
11:46 Prot0 thats not a crash message
11:46 Prot0 :]
11:46 Fabian__ it says crash:D
11:46 Fabian__ oh:D
11:46 BejjWrk :>
11:46 Fabian__ it just said IF the install tool, crashes:D
11:46 Fabian__ haha:D
11:47 BejjWrk we are all a bit silly today it seems :P
11:47 Prot0 :]
11:47 BejjWrk lunch, afk :>
11:47 Prot0 it's allowed, it's monday hehe
11:47 Fabian__ so i need to install cookies
11:47 Fabian__ but im sure they are allowed
11:48 Prot0 "install" cookies?
11:48 Fabian__ sorry
11:48 Fabian__ enable cookies
11:48 Fabian__ but they are enabled
11:48 Prot0 usually by default they are yes
11:51 Fabian__ def. enabled
11:53 Fabian__ let me just try to change the Password
12:00 Fabian__ will not work
12:07 Teague Hello, is it possible to hide pages dynamically with conditions via typoscript from the menu?
12:08 Prot0 that being with a typoscript menu? should be possible depending on the conditions :]
12:11 Teague and how would i disable a certain page?
12:11 Teague is there some value like tMENU.hidepagesByID = 10, 23,... ?
12:11 PiMB you could use a excludeUidList to exclude certain pid's
12:11 PiMB just google for it.
12:12 PiMB exactly what it does ;)
12:13 Teague ok thank you very much!
12:19 animan hi. i have a strange ie7 issue. perhaps someone has an idea what might cause this
12:19 animan https://host.brightside.ee/dev/astangu/index.php?id=95
12:19 animan the blue div is floated left and red div to the right
12:20 animan works well with other browsers except ie7, where the red div is placed left, after blue div
12:21 animan (like clear: both)
12:21 animan it seems that it doesn't want to float anywhere
12:22 animan oh, and the htaccess: brightside/bright123
12:37 animan ok, got it working :)
12:37 teppi|work next time i would try the css channel ;-)
12:41 Georges_Abitbol I am a Typo3 dev and I would like to teach typo3 "easily". What kind of books do you think I'll have to buy ?
13:02 PiMB I used a lot of google, book called mastering Typoscript, book on extension development (dy Dmitry Dulepov, if my memory serves me right) and maybe getting started in TYPO3
13:05 maholtz|WORK @Georges_Abitbol: you want to teach developers or editors?
13:06 maholtz|WORK german is not usefull, i assume?
13:12 Teague @PiMB: I can now hide my menu on condition, however I have to reload the site one time to see the menu as desired. It seems as if the typoscript is executed at a timepoint where the session variables are not yet updated to the current situation. This seems to be done after the typoscript has been executed and the menu is therefore displayed correctly only after the next page reload. I use the PHP_SCRIPT object to set my session variable before i setup the m
13:22 dirk_ hi, i've a page running with tt_news, if i update news, i've to clear all cache to show up the new news on every page, but my author cant clear all cache, is there a workaround?
13:23 Prot0 you can enable it for the user with TSconfig
13:23 dirk_ got a keyword to search for?
13:23 Prot0 options.clearCache.all = 1
13:23 dirk_ thx
13:24 Prot0 np
13:25 BejjWrk plugin.coffee.enableBrewer = 1
13:25 Prot0 :]
13:26 Prot0 Teague: how do you set the session variable inside your script?
13:28 PiMB @ Teague, what kinda condition do you use?
13:28 maholtz|WORK @dirk_: use TCEMAIN.clearCacheCmd = list of pids where you plugins are
13:29 Teague I set it via php lie this: $GLOBALS["TSFE"]->fe_user->setKey("ses","login", true);
13:30 Teague the conditioin is: [globalVar = TSFE:fe_user|sesData|login=1]
13:30 PiMB for checking if a user is logged in?
13:31 maholtz|WORK @Teague: your condition will be executed before your php-plugin gets executed
13:31 maholtz|WORK but you use a userFunc in a condition
13:31 Teague yes, but i do not use the typo3 frontend login system
13:31 PiMB aTeague, and IMHO TYPO3 has this feature already
13:31 PiMB why not use standard TYPO3?
13:31 miousse yeah why
13:32 soren_madsen @ dirk_ : Wouldn't it be smoother just to clear the cache for the pages you need with TCEMAIN.clearCacheCmd = 5,11,90 ?
13:33 Teague hem because the website is the frontend for a game which has its own login-stuff and i would have to keep game and typo3 dbs in sync
13:33 dirk_ soren_madsen, yes, it would, thy
13:34 Teague I mean if there is no other option I will have to use the build-in login system
13:34 miousse but why dont you create an authentification service
13:35 Teague @maholtz is there a way to first execute the PHP_SCRIPT object?
13:35 miousse like ldap extensions does
13:35 maholtz|WORK use userFunc in Condition:)
13:35 maholtz|WORK afaik!
13:36 PiMB true, just use userFunc
13:37 PiMB http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/
13:37 Teague @miousse I am not an expert on typo3 ;) I'll google authentification service right now
13:37 PiMB at the bottom userFunc is explained Teague
13:37 Teague thank you, so i would then do all my login-stuff in that userfunc and return the status to the condition?
13:38 miousse there are services extensions in Typo3.
13:39 maholtz|WORK @Teague: jup, but perhaps listen to that what miousse says :)
13:41 Teague yes, i know of the extensions, i am using several too. But as i have to have control over the login procedure (to also log into the game) i thoughjt it would be better to work around the FE login
13:42 Teague I try this userFunc now and if it doesn't work for me I'll use the FE login and try to insert my game-login code somewhere in between
13:44 MyGoddess Teague, you may use the auth service tu do some SSO :)
13:44 MyGoddess It's really easy to do.
13:45 Teague What stands SSO for?
13:45 MyGoddess Single Sign On
13:45 BejjWrk single sign on
13:45 Teague ah ok ;)
13:47 MyGoddess For a game, I have done it. The company wich runs the game have webservices to login and manage accounts and some other data. Our typo3 show the login box from the services which gives back to typo3 a token validated trough the webservice and the auth service creates the local user if needed and log him in.
13:48 Teague in userFunc no $GLOBALS["TSFE"]->fe_user and t3lib_div::GPvar("xx") are available?
13:48 ssc Hi, all
13:48 ssc I try to use the extension commerce for a small shop ... Do you know how to create a new article_type in this extension ?
13:48 MyGoddess (They have a CAS (Central Authentication Service))
14:05 Teague is there no != operator in typo3 conditions?
14:09 marcuslind|WORK Can anyone recommend a free texteditor for mac?
14:09 marcuslind|WORK I wish there were notepad++ for mac
14:38 PiMB I here good things about smultron.
14:38 PiMB (not sure though, pc user myself, like homesite and ultra edit studio)
14:43 Conic heyho typo friends...
14:43 Conic does someone have a list of all fieldtypes and configuration options for flexforms?
14:46 KouSto hi all
14:46 Prot0 lo
14:50 Conic Prot0: lo? ^^
14:51 teppi|work Conic, have a look at TCA documentation ..
14:52 KouSto anyone know how to chance a picture depending of the language selected on a typo3 with multilanguage enable?
14:52 teppi|work KouSto, condition on language see http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/
14:53 Conic Prot0: you mean this holy bunch of endless documentation? http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.0.0/view/4/2/
14:53 Prot0 what i do?
14:53 Prot0 lo is short for hello btw
14:53 Prot0 ;)
14:54 Conic ah, ok, i didn't know that
14:54 teppi|work Conic, yes ..
14:55 Conic i mean is that the official documantation for flexform definitions
14:55 KouSto teppi|work: with something like this "[globalVar = GP:L=2]" ?
14:56 teppi|work Conic, afaik flexform bases on the tca definitions ..
14:56 teppi|work KouSto, yes that would work
14:57 Conic teppi: ok, then i will read through that as far as possible ;)
14:57 Conic thanks
14:57 KouSto problem, I dont know how to replace a string in the template depending of this condition
14:57 KouSto i read tons of docs and noting seem to work
14:58 teppi|work KouSto, you will have to put out this string via typoscript
14:58 KouSto with a placeholder in the html template?
14:58 KouSto like ###STRINGTOREMOVE###
14:58 teppi|work for instance yes
14:58 teppi|work dont know how you fill your template
14:59 teppi|work have a look into the modern template building tut
14:59 KouSto well i take the work of someone else so i dont know who he did this :/
15:00 teppi|work somewhere he has to fill something dynamically .. youll just to have to copy these parts i think
15:00 KouSto http://paste.phlogi.net/-1ba6e70dc7/
15:00 teppi|work -to
15:03 gnilebein Hey guys, is there a way in to asign tax rates to different countries in tt_products? Or is it only possible to define one global tax rate?
15:03 teppi|work KouSto, somewhere in your template you should have a marker like ###menu_1### .. its filled by subparts.menu_1 < temp.menu_1
15:03 teppi|work i cant explain you everything .. read the tuorial
15:11 KouSto ok thx for the help
15:12 paese odd.. t3 4.2.1 set up 2 times for 2 different projects. same basic TS, just menu etc is different. and of course the extensions, but this shouldn't matter. anyway. installation one doesn't show "metadata" in the site properties where the second installation does. can anyone give me a hint why?
15:14 Prot0 are you using a shortcut on that page?
15:17 paese nope
15:17 paese checked that
15:17 Prot0 perhaps its being removed from by an extension than..
15:20 paese hmm
15:20 paese tt_news, realurl, rte, tv.. actually "basic" stuff. on both installations
15:20 paese ans no seo-like extensions
15:21 Prot0 well
15:21 Prot0 you could try to disable them (the seo ones)
15:22 Prot0 perhaps they mess around with the metadata in pages
15:22 paese there are _no_ seo extensions ;)
15:22 Prot0 ah sorry
15:22 Prot0 hehe
15:22 paese ;)
15:22 KouSto little question, in TS, how to store a value in a variable? for using it anywhere in TS
15:22 Prot0 temp.myVar = TEXT
15:23 Prot0 temp.myVar.value = Value
15:23 Prot0 or better would be in constants
15:23 KouSto and for using it in a subparts.stuff = ?
15:23 Prot0 paese: can you send your extList?
15:24 KouSto subparts.stuff < temp.myvar ?
15:24 paese Prot0 how to do this?
15:24 Prot0 erm
15:24 Prot0 it's in your localconf.php in the typo3conf dir
15:24 paese ah.. snap.. right, sorry ^ ^
15:24 Prot0 :]
15:25 Prot0 also an easy way to quickly enable/disable exts when debugging
15:25 paese Prot0 tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin
15:27 Prot0 ok don't see anything strange there :]
15:27 Prot0 (unfortunatly)
15:28 paese me neither
15:29 Prot0 is it on all pages in that site that you do not have the metadata?
15:30 paese yup
15:30 Prot0 perhaps theres some TS config that disables the fields?
15:31 Prot0 (just shooting options hehe)
15:31 paese i've set page.meta to things like "keywords.field = keywords" and "keywords.ifEmpty = real,words,here"
15:31 paese on both installations, one shows meta register, the oter not
15:31 PiMB and if you set it to a hardcoded value for a sec?
15:32 PiMB (are the other meta tags working btw?)
15:32 paese PiMB tried that, no effect
15:32 paese the other tags are working
15:37 paese AAAHAAA
15:38 PiMB what's wrong?
15:38 paese setting up T3 v4.2.1 will set T3 into a "3.6.1 compatibility mode"
15:38 PiMB hit your thumb with a hammer?
15:38 paese where a metadata register is nonexistent
15:38 PiMB :)
15:38 paese using the upgrade part in the install tool does the trick
15:38 PiMB then it's not the same setting ;]
15:38 paese i remembered doing that on the first installation but not on the second
15:39 paese but it's like a hammer ;)
15:40 BejjWrk everything "fits" after a few rounds with the almighty hammer
15:41 paese hehe
15:41 paese so.. have to go, giving some kids training ^ ^
15:41 paese thx all
15:42 PiMB bye
16:00 Teague thank for your Help, it finally worked, keep up the great support!
16:05 PiMB np
16:44 bartbogdan Hi
16:44 bartbogdan I'm looking for help on a indexed search issue.
16:44 bartbogdan Any volunteers?
16:45 maholtz|WORK me, me me! please ;) .... well, perhaps you ask your question...
16:45 bartbogdan The problem is an installation that fails to index pages (cache is working, index_enable =1 )
16:46 bartbogdan @maholtz, does it sound like a challenge for you?
16:52 maholtz|WORK @bartbogdan: sure, there are many configurations possible... check indexed_search config if frontend indexing is enabled
16:52 maholtz|WORK did you check the database tables, are they empty?
16:52 bartbogdan yes it is
16:53 bartbogdan the index tables are empty
16:53 bartbogdan the page cache table is being filled while browsing the site
16:53 bartbogdan the crawler extension is also installed and also fails to fill the index
16:53 maholtz|WORK you know that there is a marker sth like <!-- ###indexed_search begin -->
16:54 maholtz|WORK ? is that empty?
16:54 bartbogdan no
16:54 bartbogdan there's content between those markers
16:54 maholtz|WORK did you check extension config?
16:54 bartbogdan if I call the crawler to index directly (from shell) I also get an error:
16:55 bartbogdan cli_dispatch.phpsh crawler_im 1 -d 99 -n 1000 -o exec -conf tt_news
16:55 bartbogdan gives:
16:55 bartbogdan Catchable fatal error: Argument 1 passed to tx_crawler_lib::drawURLs_addRowsForPage() must be an array, boolean given, called in /domains/thursdayafternoon.nl/DEFAULT/dev_ivdm/typo3conf/ext/crawler/class.tx_crawler_lib.php on line 1466
16:56 bartbogdan I use that same command on other sites with the same crawler configuration, there it works
16:56 cboltz I'm using the plugin.tx_thmailformplus_pi1.saveUserFunc hook to add a subscriber in mf_subscription. My problem: mf_subscription has to create a link, which results in all to a member function getTypoLink_URL() on a non-object in ..../typo3/sysext/cms/tslib/class.tslib_pibase.php on line 272. How can I make this working? ;-)
16:57 cboltz PHP code of the hook: http://pastebin.org/56384
16:57 bartbogdan @maholtz the indexed search config has default settings
16:58 cboltz the problem seems to be that mf_subscription is not initialized correctly (no $conf etc.)
17:00 maholtz|WORK @bartbogdan: perhaps check baseUrl? or debug on php level?
17:00 PiMB needs to go now.
17:00 PiMB bye bye
17:00 maholtz|WORK bye
17:01 bartbogdan @Maholtz are you available to do this debugging? Sponsored / paid.
17:01 maholtz|WORK @cboltz: if mf_subscription has been called via hook, check code which params has been set, usually the parent object is one of the params
17:02 maholtz|WORK @bartbogdan: atm not, perhaps on the weekend, but afaik there are some freelancer around here?
17:03 bartbogdan I will see if I can find a freelancer with the guts to tackle inedexed search
17:03 cboltz the question is: how do I init mf_subscription if called via hook?
17:04 cboltz it seems th "main" funktion isn't called
17:04 bartbogdan @maholtz, could I contact you if I do not find any before the weekend?
17:23 schabracke hey there!
17:24 Prot0 hi and bye?
17:33 ries Provito: It's a drivein TYPO3 here :)
18:30 cboltz I somehow managed to break the extension manager :-(
18:31 cboltz I only get a blank page in the right frame, no (visible) error message.
18:31 cboltz how can I debug (or fix ;-) this?
19:14 BALMUN hey there
19:14 BALMUN i'm using t3 version 4.2.10
19:14 BALMUN i have to use it with php 5.3.1, because the admin of the server just updated the system
19:14 BALMUN i read in the mailing lists that there is a patch
19:15 BALMUN can anyone tell me, where to find this patch?
21:18 schabracke hey there! does anyone of you use "rgslideshow" ext?
21:19 schabracke cause since today i cant see any images anymore?! theres just the white background, only if i reload there is the pic for a second
21:24 schabracke noone?
21:58 cboltz found the problem with extension manager: it was a syntax error in an ext_emconf.php file :-(
21:59 cboltz even worse: I was the one who introduced this bug, so there's nobody else to blaim ;-)
23:38 uriahheep hmm, anyone around?
23:38 uriahheep i'm trying to make a select.begin inside a CONTENT cobject have a value based on a GPvar...
23:39 uriahheep does anyone know how to do this? cause, well... anything i've tried so far has failed

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.