Search the website and IRC logs

#TYPO3 IRC log from : Thursday 10 June 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
00:26 krabatR i'm looking forward to close my current project... hopefully it will be online for public next week... but, will see
00:27 rawtaz nice
00:28 krabatR took me long enough
00:29 rawtaz is there a preview anywhere? :)
07:27 elmargol I have a typo3 realurl problem, how can I avoid duplicate content? I have www.example.com www.example.com/de/ and www.example.com/de.html pointing to the same page :(
07:44 sorenmalling Morning
08:03 cooperbear Good morning! Can anyone help me setting up tt_products? I am getting a white page after loading in the default typoscript for tt_products.
08:19 sorenmalling cooperbear: Any output in your PHP error log?
08:20 cooperbear sorenmalling: hmm wil have a look.. have tried enabling systemlog in localconf but no file created yet
08:28 cooperbear searching where I can find the log on OSX, any idea? :)
08:29 cooperbear hmm I might need to configure this in the vhost.. one moment
08:33 sorenmalling cooperbear: Did you install with macports?
08:33 sorenmalling Then they will be in /opt/local/apache2/logs :)
08:36 elmargol Is there a more integrated solution to http://diaryproducts.net/about/cms/typo3/canonical__page_split_site_root ?
08:38 cooperbear sorenmail: thnx, but I've found it :) no looking for the error
08:43 cooperbear sorenmalling: think I found it: Core: Error handler (FE): PHP Warning: require_once(PATH_BE_tablelib/class.tx_table_db.php): failed to open stream: No such file or directory in /Users/<removed>/Sites/geboortekreet.nl/website/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1.php line 56
08:44 sorenmalling cooperbear: Did you install all the dependencies?
08:44 sorenmalling cooperbear: div2007 and table?
08:44 cooperbear it didn't ask for any dependencies...
08:44 cooperbear div2007 I did install
08:45 cooperbear table? is that the extension key?
08:45 sorenmalling http://typo3.org/extensions/repository/view/table/current/
08:45 cooperbear ah oke, that must be it :) thnx
08:45 cooperbear weird it didn't ask when installing though
08:49 cooperbear sorenmalling: thnx, the extension seemed to be the missing link! - now coming to the discovery it won't work on php 5.3 I think, getting a load of exceptions telling ereg_replace is deprecated :(
08:50 sorenmalling You can disable the error reporting for deprecated functions in your php.ini file :)
08:52 cooperbear ah okay, so the functions are still available? will have a look into the php.ini then :)
08:52 sorenmalling Yes they are avaliable, but are deprecated and will be removed in later versions of php :)
08:55 cooperbear okay, I thought they were already removed :) seeing now I can use error_reporting E_ALL ^ E_DEPRECATED .. looking for a way to insert this into the htaccess :)
09:15 cooperbear sorenmalling: finally getting something on screen now :) thnx for your help!
09:15 sorenmalling cooperbear: Great! :)
09:26 Phlunk3 DAM categories, where can these be edited? need to change a category name and cant find it anywhere lol.
09:30 cooperbear Phlunk3: Via the 'Products' option under 'Commerce' in navigation if I remember correctly :) - Otherwise via list-view, in the page-tree there should be a sysfolder 'Products' or 'Commerce'
09:38 PiMB Hey guys,
09:39 PiMB I'm struggling with a RTE config array in TSconfig of a 4.2.8 site
09:39 PiMB I'm trying to set it on User tsconfig, to overcome the problem of having multiple roots and not wanting to copy that all the time.
09:39 PiMB so I prepended the RTE.classesAnchor with a page.
09:39 PiMB page.RTE.classesAnchor
09:40 PiMB as the TSconfig manual says, every page config can be overwritten in user config by prepending page.
09:40 PiMB but that doesn't give me the expected result.
09:40 PiMB Am I missing something?
09:57 Gera hello
09:58 Gera somebody used kitskstarter_mvc?
10:05 Jo3 hi all
10:06 Jo3 anyone could tell me how can i modify the list of filetype extension so i can upload in fileadmin *.inc file?
10:13 Prot0 Jo3: In the install tool, or manually in the localconf.php
10:19 Jo3 thaks prot0 : this procedure is also valid in typo3 4.3.3?
10:19 Prot0 yes
10:21 Jo3 $TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['allow'] = 'inc';
10:22 Jo3 this is right?
10:30 Prot0 i dont know the exact setting just like that, did you set it in the install tool?
11:23 tsajuk Hi guys, what page/news entry commenting system are you using? I my using "comments" because it's simple and spam secured but I'm stuck now as it's not MULTILANGUAGE aware. Someone using comments on a multilanguage site?
11:26 Prot0 no experience on that, sorry :-)
11:26 Gera hey
11:26 Gera people
11:26 Gera please help me
11:27 Gera who used kickstarter__mvc ?
11:27 Prot0 nope
11:28 Prot0 :-)
11:28 Prot0 tsajuk: If you are able to, perhaps you could extend the extension in order to add multilingual support
11:30 coupling Hello everybody. I have a problem with some RSS-Feeds. http://www.seh.de/index.php?id=121&type=100
11:30 Prot0 or post a feature request for it in the bugtracker :-)
11:30 coupling There are some "<link ...>...</link>"-Tags in the text.
11:30 Prot0 coupling: whats the problem
11:31 coupling Seems that the RTE-Links are not parsed.
11:31 coupling How can i fix it?
11:45 tsajuk Prot0: This could be an option. Is there a best practice to extend an existing extension? There aren't enough hooks in comments. I'll need to insert code on several places.
11:45 Prot0 if there are no hooks you can always fall back to XCLASS :-)
11:52 tsajuk Prot0: tks. Somehow the XCLASS dropped out of my head as "depreciated".
11:53 Prot0 hehe
11:53 Prot0 same problem here, prefer not to use it
11:53 Prot0 but as a last resort.. its a 'possibility' sometimes :-)
12:20 sorenmalling Gera: Try to have a look at extbase_kickstarter from forge.typo3.org instead :)
12:23 Gera I can not understand what this site and how to use it (
12:37 sorenmalling Gera: You can get it as a "normal" extension file from http://sourceforge.net/projects/typo3xdev/files/T3X/extensions/extbase_kickstarter-trunk_typo3xdev.t3x/download
12:38 sorenmalling Or you can have a look at SVN and checkout the extension form forge :)
12:39 Gera i know how can create extension by kickstarter_mvc
12:39 Gera but i have problem with typoscript userFunc
12:39 Gera for this extension
12:40 sorenmalling I haven't used kickstarter_mvc, I have only used extbase_kickstarter, it's being actively developed and kept up to date by many developers
12:41 sorenmalling If the issue is related to the use of a userFunc, please tell more about the issue :)
12:45 Gera The problem is that, I do not know how to use userFunc cause expansion created by the kickstarter_mvc.. when i used kickstarter , i writed like this lib.header.userFunc = tx_myExt_pi1->main
12:45 Gera and kickstarter_mvc do not generated function main...
12:45 Gera it works differently
12:47 sorenmalling Gera: MVC is build with actions and controllers. So depending on what the name of your controller is (inside the folder Classes/Controller) it will be someting like tx_Ext_[Controllername]->[action]
12:50 Gera I tried to do that. but failed. perhaps that is not properly written
12:51 Gera i have class tx_asbheader_controller_default, and showAction in it
12:51 Gera extension name is asb_header
12:51 sorenmalling Gera: Where does the "_default" part come from?
12:52 sorenmalling Gera: Arh, I see. Hold on a second
12:53 rawtaz lol
12:53 rawtaz is typo3 perhaps overdesigned? :P
12:54 sorenmalling Gera: Try to use Tx_AsbHeader_default->showAction
12:54 sorenmalling rawtaz: Nope, when you start working with new stuff, there will always be questions :)
12:55 rawtaz sorenmalling: aight :)
12:55 rawtaz its scary though
12:55 rawtaz TX_ASHBENDER and stuff
12:56 sorenmalling You can create a stand alone php file and include it with includeLibs and then call the userfunc from that aswell, like you are used to :)
12:56 rawtaz oh
12:57 rawtaz are you now speaking about creating extensions? if so, are they normally written with TS and not plain php with some calls to typo3 functions?
12:58 Prot0 no, these are user functions
12:58 Prot0 :)
12:58 rawtaz hum. so which one is it? :)
12:59 dec__ hi, how do i add a class to <a href="">link</a> again using a typoscript hmenu?
13:03 Gera sorenmalling: do not working(((
13:04 chris--- hi
13:06 chris--- i'm using this TS (http://pastie.org/999153) to build a menu that wraps a link around an image. i'm still trying to figure out how I can map the text inside of the a tag too, so that it looks like: <a href=""><img ...> Linktext</a>. any hints?
13:17 chris--- this works: http://pastie.org/999153 - but now i have two links inside of the <li>
13:29 dec__ how do i hide the text in a TMENU?
13:30 dec__ im using a background image which i dont wanna build using an image menu
13:30 dec__ the text needs to go
13:30 dec__ surely this must be possible?
13:36 chris--- you mean the link text?
13:36 dec__ yes
13:36 dec__ ive done it ugly using NO.stdWrap.field = subtitle
13:36 dec__ but that's not very nice is it =(
13:36 chris--- stdWrap.field =
13:36 chris--- then it should be empty
13:36 dec__ mkay
13:36 dec__ cheers
13:36 chris--- but i'm struggeling with my menu, too
13:36 chris--- but just give it a try
13:36 dec__ how so?
13:37 chris--- oh, just got it :)
13:42 bartbogdan Hi all
13:42 bartbogdan We're getting this error in the typo3 backend: You don't have permission to access /typo3/alt_doc.php
13:42 bartbogdan was working perfectly and suddenly ths showed up
13:42 bartbogdan Any ideas on this? Permissions are correct and mod_security is turned off
13:48 bartbogdan hmm I see there of course the path is wrong
13:48 bartbogdan of course the path /typo3 doesn't exist
13:48 bartbogdan so this is a bug in 4.3.3?
14:17 ndee anyone knows where I can find the template of the login CE?
14:19 ndee found it, thought it was a sysext.
14:19 dbugger hey guys, im pratising swith multi language webs and I was wondering, do I need to duplicate the pictures elements in every web?
14:19 Prot0 /typo3/sysext/felogin/template.html
14:20 dbugger I mean, I have in one page 5 pics and 1 paragraph. Couldnt it be made that I put the translation in the german version and the pictures are automatically taken from the english one?
14:32 Prot0 unfortunately, no
14:32 Prot0 its not that simple :-)
14:33 dbugger Prot0, theres this tab in the content element that says language
14:34 Prot0 yes..
14:34 dbugger and you can chose "german", "english" and "all", but chosing "all" makes that it doesnt appear anywhere :S
14:34 Prot0 yes the entire element, not just the images
14:34 dbugger It doesnt make much sense, unless im screwing something in the typoscript
14:34 dbugger Prot0, that would be ok with me
14:35 dbugger I have separated them in different elements
14:37 dbugger but still, selecting ALL doesnt do what it should :S
14:57 Bluespuke hello
14:57 Bluespuke i've a problem with TMENU.wrap
15:02 Bluespuke this is my menu: http://pastebin.org/322904
15:02 Bluespuke the highlighted lines doesn't work as expected. the {field:alis} is allways the alias of the last element
15:02 Bluespuke anyone has an idea why this isn't different for each page?
15:02 ndee anyone added a checkbox field to sr_feuser_registration?
15:02 StefanoK how I get the absolute path to php binary on windows?
15:02 StefanoK from php script
15:02 proki hello world !
15:02 proki need help on a typo plugin, can I ask there ?
15:02 StefanoK @proki: just ask
15:14 proki somebody for help ? :)
18:51 KrabatR Hey, did anybody had a problem with the marker ###PERSON_ADDRESS_DISPLAY### or ###PERSON_ADDRESS###. my shop dosent show the hole address in there... it always cuts throw the City name.... anyone help?
18:58 KrabatR no one a idea?
19:30 KrabatR found the Problem... problem was in the php marker file... updated it from the reposetory
19:36 nkuttler btw, are there already any books about extbase, fluid and future-proof ext development? with this mvc stuff i'm interested to start extension development
19:45 SebastianJu is there a way to edit a table in a backend extension flexform? including deleting and creating records?
19:52 KrabatR could someone explain to me, how to (esaly) crate a marker in sr_feuser_register?

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.