Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 22 December 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
04:18 TheDon_ hi
04:18 TheDon_ I am uploading the pictures
04:19 TheDon_ but thumbnails are not created
04:19 TheDon_ any help for rectify this problem
06:11 tomsdale TheDon - check in the Install tool the Images section.
06:11 tomsdale TheDon_:
06:11 TheDon_ yes
06:11 TheDon_ I think I have to install imagemagic
06:12 tomsdale make sure it points to a valid path and that either gm or im ist available.
06:12 tomsdale or graphicsmagick
06:12 TheDon_ ok this installation for php or typo3 folder
06:13 tomsdale are you talking about imagemacgick? Should be available on your server or you can get precompiled binaries as well. 1st option is probably better.
06:14 tomsdale so it's in /usr/bin
06:15 TheDon_ first option means imagemacgick write
06:15 tomsdale usually read first, second is write.
06:24 TheDon_ is there a way to upload the file manually and setup the thum images path to that
08:52 PiMB morning guys!
08:53 mjflint good morning PiMB
08:58 mjflint Has anyone experienced the following problems while installing version 4.3.0 --- 'Key generator not working' --- 'Final Pagetree structure not collapsing when using Firefox 3.5.6' ?
09:01 PiMB Can't say I have mate.
09:01 PiMB clean install or upgrade?
09:01 mjflint Clean
09:02 mjflint I imagine that this could be related to my hosting
09:02 mjflint Although, I've never seen such similarities with previous versions of Typo 3 -- 4.2.6, 4.2.8 and also 4.2.10
09:03 PiMB where do you get those errors?
09:03 fuchur hey anyone of you into the autoloader thing?
09:04 fuchur i just wondered if it wouldn't make more sense to follow the naming conventions instead of storing alle the pathes in an array
09:05 mjflint while going through the installation I can not generate a key and after the installation the pagetree does not behave properly -- I can expand all sections but I have probles collapsing the child sections
09:05 PiMB might have to do with your key indeed.
09:05 PiMB is there no key set in the localconf.php?
09:05 mjflint This error seems to be related to Firefox -- I came across some information on the Typo3 Bugs Site
09:06 mjflint One second please --- I'll check
09:06 PiMB IE doesn't do it?
09:08 mjflint It works fine in IE 8
09:08 PiMB annoying..
09:08 PiMB any JS errors in firefox?
09:09 mjflint I'm testing in VirtualBox running under LinuxMint and you can imagine I would rather use Firefox in LinuxMint directly
09:09 PiMB i understand.
09:09 PiMB it should work normally.
09:09 PiMB I haven't had any problems with it in FF.
09:10 PiMB so do you have any js errors in firebug or something similar?
09:10 PiMB maybe that can shed some light
09:10 mjflint Later, I will check
09:10 PiMB good luck
09:10 mjflint Soon I'm out the door but I'm happy to know about this IRC channel
09:10 PiMB :)
09:11 mjflint I will not down specifics and try to express my situation as clearly as possible
09:11 PiMB sure.
09:11 PiMB it will help us help you
09:11 mjflint In the meantime I will sour through some other pages and try to find the solution as well
09:11 PiMB great
09:11 PiMB good luck with that.
09:11 mjflint I understand and appreciate this
09:11 mjflint Thanks PiMB and all the best
09:11 PiMB if you find anything, let us know 2. might be of use in the future
09:11 mjflint for sure
09:11 PiMB you too, bye
09:11 mjflint good bye
09:16 maholtz|WORK monring
09:16 PiMB hi
09:18 kingsley How would you implement the following?
09:18 kingsley 1.) Display a web page. It has a text input box, a "search" button and an image.
09:19 kingsley 2.) The user types a key word into the text input box, and clicks the "search" button.
09:19 kingsley 3.) The application searches for lines in a certain file that contain the keyword, and updates the web page with the matching lines.
09:19 kingsley 4.) The user clicks on one of the matches. This runs an external shell script, with a unique parameter corresponding to the match chosen.
09:19 kingsley 5.) The parameter passed to the shell script tells it how to create a new image.
09:20 kingsley 6.) The shell script updates the image, and replaces the previous image.
09:20 kingsley 7.) The user may stop, or go back to step 2 or 4.
09:23 PiMB why do you use a shell script for the image replacement?
09:26 BejjWrk morning
09:26 PiMB hi
09:26 kingsley PiMB: Thanks for asking. I plan to use a shell script because the image is actually a graph of various combinations of data, and a shell script can run utilities like "join" and "gnuplot" to render the image.
09:27 Uranellus basic and probably stupid question, but i won't get it to work .. I created a page, inserted text and filled the header .. browsed to the page and the div tag for the header is there .. but no text .. any ideas?
09:27 PiMB set to hidden?
09:27 PiMB (header that is)
09:27 PiMB is the text shown?
09:28 PiMB kingsley, you'd probably need to build your own extension.
09:29 kingsley PiMB: I'd like to see what's involved with building an extension. Do you happen to know of a FAQ or tutorial?
09:30 Uranellus PiMB: http://pastebin.ca/1723454 or if you want to look at the complete page: http://schulen.duesseldorf.de/testing/portal/index.php?id=14
09:31 PiMB kingsley learned it myself by trying and looking at other extensions for learning.
09:31 PiMB take a look at this for a kickoff
09:31 PiMB http://wiki.typo3.org/index.php/Extension_Development
09:31 PiMB there are some faq's and links in there that should get you on the way
09:31 PiMB there is also a book from Dmitry Dulepov I believe about extension development
09:34 PiMB @ Uranellus when you edit the content in the BE, what do the options say in the header section?
09:35 maholtz|WORK someone knows, why the RTE does not work with google chrome?
09:35 PiMB (maybe select 'show secundary options' in the bottom Uranellus)
09:35 PiMB maholtz|WORK which version?
09:37 Uranellus PiMB: type: text, lang: default, columns: normal, no before after frame, check index, no check hide, header: "Grundschulen", no align, type normal, no link no date, no check to top
09:37 kingsley PiMB: Thanks for the URL. I checked it out, and some of its links. It seems to me that I might save time if any of the functionality I need has already been written.
09:38 maholtz|WORK well, some olders (where i cannot work with ff) but i am told that it is not possible with newer too
09:38 maholtz|WORK ah, works with 4.3
09:38 maholtz|WORK thx PiMB:)
09:39 PiMB no problem mate :)
09:41 Uranellus PiMB: if you want to have a look yourself, i could send you some login data .. it's a test system anyway ..
09:42 PiMB don't really want to, but hell why not/
09:42 Uranellus PiMB: and I would be very glad if you did
09:42 Uranellus thanks
09:42 BejjWrk honesty lasts longest
09:45 PiMB http://schulen.duesseldorf.de/testing/portal/?id=14
09:45 PiMB :)
09:45 PiMB sometimes..
09:46 Uranellus PiMB: do I have to set a header layout?
09:46 PiMB Well if you set it it works.
09:46 PiMB so there might be some typoscript or someting that is messing with the 'normal' layout
09:47 PiMB but don't know that
09:47 StefanoK Hey
09:47 PiMB you could try looking for it using the template menu item
09:47 PiMB Hey StefanoK
09:47 StefanoK did someone a update to tt_news 3.0?
09:47 PiMB not yet.
09:47 PiMB but know a little abou it
09:48 StefanoK it seems there changes (or a bug) with permission handling
09:48 Uranellus PiMB: ok, will look for that, although I don't believe I did scripted anything concerning that .. thanks!
09:48 PiMB np
09:52 StefanoK if i go as admin through News-Admin to the news storage folder, i could see all the news items in one list. But as a Non-Admin BE-User there is nothing. You have to activate a category first to see news belongs to this cat
09:52 PiMB that's good right?
09:52 StefanoK not really
09:53 StefanoK if the editor forgot to add a cat, he see nothing. So he doesn´t had a chance to edit this item
09:54 PiMB hm, try forge to see if anything is known about this
09:55 StefanoK my first way was the mailing list, but nothing there - yet
09:58 StefanoK ah, bugs.typo3.org is the place for bugs. But nothing there.
09:59 PiMB then I'm sorry mate. don't know enough about it to help you on this issue
10:01 StefanoK thanks anyway, i post my question to the mailing list.
10:28 marcuslind If I want to move all content from a old website to a new version of it. Is it enough to import tt_content and the pages tables from the DB?
10:34 PiMB hmm..
10:34 PiMB in theorie :)
10:35 PiMB but you might come across some extensions loaded via 'insert plugin' that aren't available.
10:35 PiMB maybe references to images / docs.
10:35 PiMB you'd probably need the uploads folder as well.
10:35 PiMB for that.
10:35 PiMB why are you moving the content to a new one?
10:36 PiMB can't you do a t3x export of the pages?
10:36 marcuslind They have a lot of textcontent.
10:36 marcuslind It's a company that have a lot of courses in different areas of IT
10:36 marcuslind so they have a lot of information on their site and to avoid writing it all again I want to move it to the new site.
10:38 BejjWrk like PiMB said, prolly easiest to go with t3x export
10:38 marcuslind .t3d?
10:39 marcuslind .t3x is the extension fileending isnt it?
10:39 BejjWrk sorry yes, t3d
10:39 BejjWrk gonna be a word police now ? :P
10:39 marcuslind Just checking so I dont do anything wrong! :D
10:39 BejjWrk :D
10:39 marcuslind So I just include all levels, all tables, all relations etc and then export it and then import it?
10:40 marcuslind never done a .t3d import/export
10:40 BejjWrk read thru it carefully, and there is a setting for how many records somewhere if i remember right, so you might wanna increase that to a high number, and look thru the steps carefully, so you dont miss anything
10:41 marcuslind kk.
10:41 marcuslind thanks.
10:41 BejjWrk tho, you still have access to the original site so if you make a misstake you have the ability to trial&error
10:42 BejjWrk id make a backup copy of the new site first tho, to make it easier to rollback :)
10:42 Uranellus PiMB: finally! found the reason .. in a subtemplate for the section where the header wasn't appearing .. I had a check for not inheriting constants .. I did not set any constants in the upper template, but anyway not it works fine ..
10:45 marcuslind BejjWrk: But I will be exporting the data from a LIVE site. I can't mess anything up with that one by exporting a .t3d file can I?
10:46 t3node hi
10:46 marcuslind hi.
10:46 marcuslind :)
10:46 PiMB Uranellus glad you found it..
10:46 PiMB marcuslind in theorie not, but it's usually good practice to make a bck of DB and files.
10:46 PiMB I like to do that at least
10:47 marcuslind OK
10:47 t3node do you know a way to output the complete TS of a website? TS is split into several template records on several pages.
10:54 mjflint Hello to all
10:55 mjflint Has anyone experienced 'uncaught exception errors' while using Fïrefox 3.5.6 with Typo3 version 4.3.0 --- This error is causing my pagetree in the backend and filelist to not collapse.
10:56 maholtz|WORK @t3node: is it possible to output one via CONTENT? then it should be possiblte via slide
10:56 TheDon_ Great work
10:57 maholtz|WORK or do you want the parsed TypoScript? than you should use a userFunc
10:57 TheDon_ sorry
10:57 TheDon_ I am really stuck with image gallery
10:58 TheDon_ Perfect Lightbox2 i am using
10:58 TheDon_ nothing happen I have follow the all the steps
11:02 t3node @maholtz|WORK I need a list of ordered TS. IMHO CONTENT+slide do not know about TS parse order. But the list should not be parsed (e.g. no constants replacement) It's for debugging pupose.
11:03 mjflint Has anyone experienced problems automatically generating key in the installation tool with Firefox 3.5.6?
11:04 t3node @mjflint there have been probs with IE7 some times ago.
11:04 mjflint I came across them on the Typo3 Bugs site
11:05 t3node does it work at all on FF3.5.6?
11:05 mjflint it's quite frustrating because I'm able to use Typo3 4.3.0 perfectly in VirtualBox under LinuxMint, but I would like to experience the same results with Firefox 3.5.6 in LinuxMint
11:06 mjflint I believe that everything works fine except for the following: I'm not able to generate the key in the install tool and the collapsing of the pagetree and filelist is not working properly (uncaught exception errors)
11:07 t3node worksforme on Ubuntu 9.10 FF3.5.6
11:07 mjflint uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER)" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://www..com/typo3/js/tree.js :: anonymous :: line 53" data: no]
11:08 mjflint It's quite strange
11:08 mjflint I've never experienced these problems with previous versions of Typo3
11:08 mjflint makes me believe that it might be a problem with Firefox 3.5.6 in LinuxMint
11:10 mjflint Do any of you believe that the mentioned errors above could be related to my hosting solution?
11:11 mjflint Then again how could that be if it is working perfect in IE 8.0 in VirtualBox
11:17 kotelette Good Morning! I got serious problem with a backend user on FireFox3 and Mac here:
11:18 maholtz|WORK @mjflint: i saw that error too some times - but not only with TYPO3 but with some JS-Frameworks... and only in combination with firebug
11:19 mjflint thank you maholtz
11:19 kotelette once he deletes a single record from a page, all other records on this page and all other pages from that level are deleted too
11:20 kotelette they get marked as deleted in the database so i'm able to restore them, but this is kind of scary and i cannot find anything or anyone having a similar problem
11:20 mjflint I'm reading a post about this happening in Typo3 4.1 from a guy called Nils
11:20 Phlogi hey guys
11:20 mjflint they metion an old fix of removing t3skin
11:20 Phlogi its like christmas, they are fixing / closing bugs :D
11:20 kotelette he's using OS X 10.5.8 and Firefox 3.5.5.
11:21 Phlogi kotelette: what typo3 version?
11:22 kotelette it's a TYPO 4.2.8
11:24 Rapp hi everyone!
11:24 mjflint hello Rapp
11:24 Rapp is there a reason why there are no workspaces anymore by default in 4.3?
11:29 mjflint Here is the line of code that seems to be causing problems in FF3.5.6 (LinuxMint) when collapsing 'pagetree in backend' and also 'filelist': obj.parentNode.parentNode.removeChild(ul); // no remove() directly because of IE 5.5
11:33 mjflint Well a quick visit to http://www.opensourcecms.com/demo/2/65/Typo3 has confirmed to me that Typo3 4.3.0 is working perfectly when using FF3.5.6 (LinuxMint) -- really strange -- I've also done three new installaitons and each time the outcome has been the same with the two errors mentioned above (key generation in install tool and not being able to collapse pagetree structure).
11:50 kotelette once he deletes a single record from a page, all other records on this page and all other pages from that level are deleted too, same happens with Safari
11:51 Phlogi mjflint: report bugs for that
11:51 maholtz|WORK @kotelette: can you reproduce it? did you get screenshots which buttons he use, cant believe that its an browser / js issue
11:52 mjflint I would be more than happy to take screenshots
11:53 kotelette I'll ask him, he can reproduce it anytime
11:53 Denjerek Guten abend alles
11:54 Denjerek Where does one go looking for the tutorial on how to use Extbase ?
11:54 Denjerek Is it in the docs for Extbase itself?
11:54 kotelette he says he's using the default red cross to delete
11:55 Denjerek ACTION searches the TER
11:55 Denjerek ACTION searches the TER
11:55 Denjerek Interesting.
11:57 Denjerek The extbase blog example package doens't have any documentation and frankly I'm completely lost when it comes to Extbase.
11:57 Denjerek :(
11:57 mjflint This is outrageous --- I followed an idea from an old post in reference to Typo3 4.1 from a man called Niles about removing typo3skin in backend --- Well, I did this (removed typo3skin from backend) and checked for improvements. Nothing improved so I decided to install the extension again. Well, to my surprise everything is now working fine!! Kind of crazy!
11:57 Denjerek http://forge.typo3.org/wiki/typo3v4-mvc/MVC_Concept
11:58 Denjerek that's the best I can find.
11:58 mjflint Does this make sense to anyone?
11:58 Denjerek mjflint: did you do the cache flushing dance?
11:58 mjflint I will try to repeat the situation by doing a clean install and taking screenshots
11:58 mjflint I danced with her more than once :)
11:59 Denjerek Hehe
11:59 Denjerek I'm not 100% sure, but I doubt there are a large number of active devs overly concerned about 4.1
11:59 Denjerek It seems to be more a case of "ongoing support"
11:59 Denjerek <-- could be very very wrong
11:59 mjflint Honestly, I don't like to bother all of you so I try to find the solution on my own
11:59 Denjerek <-- usually is
11:59 Denjerek IRC is for bothering :D
12:00 Denjerek The people in here are a **LOT** more friendly than your usual Linux/PHP channels
12:00 mjflint but this solution (well I wouldn't say absolute solution) has fixed my 4.3.0 installation
12:00 Denjerek 4.1 -> 4.3 upgrade?
12:00 mjflint no a clean installation
12:00 Denjerek Oh
12:00 Denjerek I am late to the party
12:00 Denjerek what was the problem ?
12:00 mjflint Now I am going to see if I can generate a key in the install tool one second please
12:01 Denjerek HAH, self harm on IRC.
12:01 mjflint Works perfectly
12:01 mjflint I can't believe this
12:01 Phlogi Denjerek: 4.1 is not maintained any longer
12:01 Denjerek Didn't think so.
12:01 Denjerek You know much about extbase?
12:01 mjflint yesterday I busted my head more than once trying to get these results
12:01 Phlogi Denjerek: no unfortunately not
12:01 Denjerek mjflint: what are you trying to do achieve?
12:01 Denjerek Phlogi: :(
12:02 mjflint sorry Denjerek -- I installed 4.3.0 yesterday a clean version and I was never able to generate the key in the install tool using FF3.5.6 in LinuxMint
12:02 mjflint also the pagetree structure would give java errors when trying to collapse the structure
12:02 mjflint opening the pagetree never gave problems
12:03 Denjerek Hmm.
12:03 mjflint I was quite frustrated because everything worked fine in IE 8.0 in VirtualBox
12:03 Denjerek Sounds like you might have had a corrupted ExtJS JS lib somewhere
12:03 mjflint Okay here comes the interesting part
12:03 Denjerek Corrupted on upload or such
12:03 mjflint after scouring the Typo3 Bugs all day yesterday I did not come across anything similar so I was not to confident con posting a bug
12:04 mjflint therefore, I read a bunch of old archieved post to find similiar errors and came across an old post from a man called Niles
12:04 mjflint he suggested to a Typo3 user to remove the typo3skin in backend and later install it again
12:05 mjflint Well this is what made my Typo3 4.3.0 version run perfectly
12:05 mjflint sorry for babbling
12:05 mjflint I know this is old stuff but for some reason it fixed my problem
12:06 mjflint Thanks a lot to everyone who has contributed their ideas and thoughts
12:07 mjflint and most importantly to Niles
12:09 mjflint Okay, now that I know that I can get 4.3.0 to work properly I am now going to initially install Busy Noggin 4.2.8 and later upgrade to 4.3.0 -- I'm quite confident that all will go well. Thanks again!
12:13 tokidoki hi
12:15 tokidoki I am typo3 newbie, and i am interested are there any way to make hmenu with typoscript, with fixed menu labels
12:15 tokidoki I want to make Home, contact us, about in that menu
12:17 Phlogi tokidoki: yes... with special parameter and ID's
12:22 tokidoki thnx
12:22 tokidoki any example?
12:22 Denjerek I still need to investigate this busynoggin thing
12:44 Conic hey all, is there a possibility to add a "remember my login" button for automatic login, like e.g. in most forums?
12:46 atmos4 Conic: dunno if there is a box
12:46 atmos4 but you can set cookie lifetime in localconf
12:47 Denjerek tokidoki: You should google for Typo3 Wizard
12:47 Denjerek there are lots and lots of snippets on there
12:47 Denjerek you might be able to find something useful
12:47 Conic ^^
12:47 atmos4 [FE][lifetime] is the cookie lifetime in seconds
12:47 Conic yes, but there everyone will say his method is the best ;)
12:49 Conic is it ok if i set the lifetime to 1 year?
12:49 Conic or something like that
12:50 atmos4 yea should be fine
12:50 rogerpfaff hello
12:53 atmos4 Conic: I haven't worked with it, but it should be able to show a checkbox
12:53 atmos4 there is also a localconf var $GLOBALS['TYPO3_CONF_VARS']['FE']['permalogin']
12:55 atmos4 so if lifetime > 0 and permalogin is set to the right value, the checkbox shgould be shown in the login box
12:56 atmos4 Conic: maybe this helps: http://www.typo3-jack.net/typo3-english-lists-netfielders-de/17043-typo3-english-felogin-showpermalogin.html
12:56 Conic thanks ;)
12:59 Conic how do set preferences in TYPO3_CONF_VARS?
13:04 Conic do i have to manually edit the localconf.php?
13:09 Conic ok, done, thanks ;)
13:20 kotelette update for the deletion problem (also happens on older Mac OS and now on Win XP too):
13:21 kotelette all content elements from 'nested containers' (extension kb_nescefe) are deleted
14:07 PiMB I'm having problems using TYPO3 with IE8. When I'm logged in as a FEuser and select a page that is available for the user I get a 'no proper connection to the page tree' error. And I'm logged out
14:08 PiMB when I'm logged in and I type the ?id=xx directly it works just fine.
14:08 PiMB normally working with realurl.
14:08 PiMB anybody seen this before?
14:08 PiMB or knows where to look?
14:14 BejjWrk hmm
14:14 BejjWrk i think it might have to do with paths against baseurl
14:16 PiMB did I mention it occurs only in IE
14:16 PiMB not in FF ;)
14:16 Thasmo Hello! Could somebody please help me with Extbase regarding inline records?
14:21 PiMB BejjWrk but what if so, how to test this?
14:23 BejjWrk PiMB: hmm, no idea hehe, is it on all pages or just some ? subpages of other pages etc ?
14:23 BejjWrk well firefox is smart, IE isnt :>
14:23 PiMB all pages, login goes. but every page that is clicked on next it breaks
14:24 kotelette does anyone else have deletion problem with kb_nescefe?
14:25 kotelette if we delete an entry any entries on the same tree level are deleted
14:25 PiMB and that doesn't happen when the extension is uninstalled?
14:25 kotelette i can see kb_nescefe has a 'processDelete' function in t2libtcemain.php
14:26 kotelette let me check
14:31 kotelette hmm i just checked with TYPO 4.2.10 instead of 4.2.8 and it does not happen anymore
14:31 kotelette i'll double chekc with 4.2.8 again
14:34 Thasmo Does anybody know if Extbase and Fluid do work with TCA type 'inine' correctly?
14:34 Thasmo sorry, 'inline'
14:50 Recnelis Hey all, a quick question - If I've made a Typoscript object path in my template and want this path to use a addon - What exactly would the Typoscript be? :s I've made a object path named "lib.addthis" - And want to add the "addthis" addon to this path so it's displayed on all pages
14:51 Tsoots lib.addthis < addthis
14:51 Recnelis I did use lib.addthis < plugin.tx_rmaddthis_pi1 - But gave me errors ..
14:52 kotelette wow i just found out all nested container elements are deleted when i delete another item with e.g. colpos == 3 on the root page
14:52 PiMB thats not good :)
14:52 kotelette and kb_nescefe says this in the 'processDelete':
14:52 kotelette $attachedRecords = t3lib_BEfunc::getRecordsByField('tt_content', 'deleted', 0, ' AND colPos LIKE \''.$id.'__%\'');
14:53 Recnelis I get a Warning: Invalid argument supplied for foreach() in bla bla - The odd thing is it works fine if I insert manually as a plugin on any one page
14:53 kotelette that colPos LIKE \''.$id.'__%\'' looks quite dagerous
14:54 kotelette since kb_nescefe also changes the colPos column from tt_content from int to varchar(100)
14:59 kotelette lol that where string gives something like WHERE colPos LIKE '2__%'
15:00 kotelette SELECT * FROM `tt_content` WHERE colPos LIKE '2__%' gives me excactly all the records that where deleted
15:00 kotelette even with colPos like '219__1'
15:01 kotelette does anyone has Berhards phone number ;-)
15:02 kotelette the underscores are not escaped
15:05 maholtz|WORK someone knows if it is possible to hide/deny some folders from dam indexing?
15:07 kotelette so what is the best way to tell Berhard there's an issue with his extension? PM? bug tracker?
15:07 maholtz|WORK bug tracker
15:07 maholtz|WORK check for forge
15:07 kotelette just read his ext manual says an email address ;-)
15:07 kotelette hmm i'd preferr the mantis too
15:07 maholtz|WORK ok, so ... he is right:)
15:08 maholtz|WORK if he wrote "send me an mail" so do it
15:08 maholtz|WORK well, perhaps write an but entry and send him a mail then:)
15:12 iaj dudes, can someone help me I try to exclude 2 uids from a certain page...
15:12 iaj page.10.marks.AKTUELLES.select.andWhere = uid!=3593,3594 thats what Im trying
15:13 iaj but sth seems to be wrong... if I tru uid!=3593 only it works... how do I add two uids here?
15:14 rogerpfaff uid NOT IN (3593,3594)
15:15 iaj thanks roger
15:15 rogerpfaff ur welcome
15:18 Thasmo Is there anybody who can help me with an extbase error: "* FROM tx_hypestore_domain_model_product_price LEFT JOIN ON tx_hypestore_dom..." ? Somehow the LEFT JOIN fails totally!
15:20 Noplis lol.
15:20 Noplis Thasmo: I think your sqlsyntax is borken.
15:21 Noplis LEFT JOIN ON
15:21 Noplis tx_hypestore_dom..."
15:21 Thasmo I know, but the syntax comes from Extbase. =o(
15:21 Thasmo Nah I truncated it, the problem is the left join.
15:21 Noplis yeah?
15:21 Thasmo "LEFT JOIN ON"
15:21 Thasmo LEFT JOIN <missing table_name> ON
15:22 Thasmo Extbase misses to give a correct table name there
15:22 Recnelis Does anyone here use the addon "Rm_addthis" ?
15:22 Noplis dynamic sql ftl.
15:23 Thasmo ftl?
15:23 Noplis for the lose
15:23 Thasmo xD
15:23 Thasmo Sebastian Kurfuerst? You there? =o)
15:23 Thasmo *knock knock* xD
15:24 Thasmo No luck...
15:25 marcuslind Blah give me tips on what to do at work when you don't have anything to do! :'<
15:25 BejjWrk there's always something to do
15:25 marcuslind I'm really bored. I even watched a 40min Blizzard interview about Warcraft even though I don't play the game...
15:26 Thasmo Hello.
15:26 Thasmo xD
15:26 marcuslind BejjWrk: Well, All potential clients I've been talking to about new projects will get back to me after New Year
15:26 marcuslind all current projects are done
15:26 marcuslind ofc I could study more jQuery or something
15:31 Recnelis http://paste.phlogi.net/-73843fcd13/ <- Is that Correct Typoscript if I want the plugin data wrapped into that div? - I'm guessing no since it aint working :)
15:32 BejjWrk marcuslind: getting paid to study never hurts
15:33 marcuslind BejjWrk: So true. I should probably do some jquery tutorials or w/e. Just very bored atm but I'll struggle through it! My boss has already left the building but I'm being payed from 8-5 so I have to stay
15:33 marcuslind Should take a walk or get some fresh air and new energy!
15:33 marcuslind =)
15:34 Thasmo @Rec, try: lib.addthis.stdWrap.wrap = <div class="mainAddThisIcon">|</div>
15:35 Recnelis Cheers m8
15:36 Thasmo =o)
15:40 BejjWrk marcuslind: you do that, I'll sit here with some lousy express coffee and torture myself for another hour
15:41 marcuslind with what
15:42 Recnelis Thasmo: Doesn't work :(
15:42 Recnelis Hmm.. I think I'll have to wrap that content into something else - As in have a container
15:44 Thasmo So, try this: http://paste.phlogi.net/-b67f9e93c4/
15:44 Thasmo =o)
15:45 Recnelis Haha just what I did ^^ - Cheers though m8, u got my brain in the right direction :D
15:46 Thasmo xD
15:47 Thasmo if you add stdWrap.required = 1, it will only wrap the content, if the plugin returns something, otherwise it won't be wrapped.
15:48 BejjWrk marcuslind: bugfixing, css correction ... stuff like that
15:49 marcuslind BejjWrk: Great. I started studying some law about webshops. What's OK and what's not... Good to know. Also I keep tracking my new TV that got send a few hours ago. I hope I get it tonight!
15:53 BejjWrk hehe
15:53 BejjWrk I dont even have my tv hooked up
15:53 BejjWrk thats how much i work :(
15:53 BejjWrk its sad
16:19 Recnelis Hey - When making conditions in Typoscript - is this correct [PID=24] do bla bla [else] do second thing [end]
16:20 PiMB somewhat
16:21 PiMB but [pid=24] won't work
16:22 PiMB [globalVar = TSFE:id = 24]
16:22 PiMB that's the way to go then
16:22 Recnelis http://paste.phlogi.net/-2c8dce1bdc/ <- This is correct then?
16:23 Recnelis Cuz it doesn't ^^
16:23 PiMB nope it's noet
16:23 PiMB not
16:23 PiMB most important rule in conditions
16:24 PiMB they will not work inside curly braces {}
16:24 PiMB get them out of there
16:25 Recnelis Cheers m8
16:25 PiMB http://www.phlogi.net/f/t3/tsp/sp/-e5aba509c9/
16:25 PiMB like that
16:26 Recnelis Thx a lot :)
16:26 PiMB np
17:25 yareckon hi guys, quick question... we've collected some data via the formhandler module... is there a way (extension or other) to see this data in the backend for editing? The formhandler does appear to allow csv exports, but that would be a pain.
18:27 Quevedo is there some new extension to translate the backend(4.2.6) to German?
18:28 StefanoK it is still llxmltranslate
18:29 phil1 Quevedo: use at least 4.2.10
18:36 Quevedo thanks I will install the extension
22:40 kaktusmimi hi there?
22:40 kaktusmimi any extbase gurus around?
22:40 kaktusmimi how can I do a M:N query with Extbase query object?
23:15 Denyerec Hnmn
23:15 Denyerec Anyone awake ?
23:16 Denyerec I can't seem to find the modern file uploader
23:16 Denyerec I'm stuck with the old interface.
23:16 Denyerec Now the thing is, I seem to rememeber disabling the new one, but can't rememeber how I did it...
23:16 Denyerec Anyone got any offers@
23:16 Denyerec ?
23:18 phil1 Denyerec: soory, I would be interested too :(
23:20 Denyerec Found it.
23:21 Denyerec It's in the user settings
23:33 phil1 ic
23:38 Denyerec phil1 don't suppose you've ever used flow gallery ?
23:39 Denyerec http://typo3.org/documentation/document-library/extension-manuals/frp_fancyzoom/0.2.1/view/1/2/
23:39 Denyerec fancyzoom rather
23:39 Denyerec the guy who wrote the manual is an outright liar
23:53 phil1 no, I didn't
23:53 phil1 I use chgallery because it works so easy and haven't really tried something fancy

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.