Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 26 May 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:32 dbugger Hey guys, can someone give me a hand. I'm getting errors installing the Lorem Ipsum extension
00:33 dbugger It install fine, but when I try to put new content, I get some hardcore coding error webpage with some "deprecated" message.
01:11 Fruchthoernschen hardcore coding error ;)
01:11 Fruchthoernschen !topic
06:04 interactivex Hi people, is there here an expert on crawling?
06:04 interactivex I am busy for days now to get it to work
06:05 interactivex So I desperately need guidance I think
06:34 Fruchthoernschen interactivex, ask, I don't know if I can help you but we will see
06:35 interactivex Fruchthoernshen: I have set up crawler with my made extension (which I want to crawl). When I start crawling he finds the right URLS and state them as OK
06:35 interactivex but after the crawling process I still can't find them
06:35 Fruchthoernschen hmm
06:35 interactivex If I search it still says "Can't find this keyword"
06:35 Fruchthoernschen realurl is used and also enabled in the crwaler ?
06:36 interactivex Yes, I will show you my configuration
06:36 Fruchthoernschen okay sounds like realurl.
06:36 Fruchthoernschen yes
06:37 Fruchthoernschen yesterday or ~~10hours ago I have worked with realurl and the crawler ext. so I think I can help or less I can say that I have get realurl cached with cHash
06:37 interactivex http://www.interactivexperience.nl/config_crawler.png
06:37 interactivex Yes i think it's a realurl problem, but I don't know where the problem is
06:38 Fruchthoernschen hm look at the ExtManager -> crawler ext. there is an CheckBox which must enabled for working with realurl ( I think there was an checkbox )
06:39 Fruchthoernschen and do you have Multilingual Content / &L=[|0|1|2|3|4] ?
06:39 interactivex no there isn't a checkbox
06:39 interactivex no I don't have multilingual content
06:39 interactivex I have checked real url's in my crawler config, see picture
06:39 Fruchthoernschen okay
06:40 Fruchthoernschen what is when you enable cHash?
06:40 interactivex What does that do? Enable Chash?
06:40 Fruchthoernschen hmm cHash ;) wait I will put some LInks
06:40 Fruchthoernschen cHash si for caching / caching pages with parameters
06:41 Fruchthoernschen if the ext. USER_INT everytime then don't care about cHash
06:42 Fruchthoernschen http://dmitry-dulepov.com/article/missing-chash-make-plugin-user-int.html
06:42 interactivex I did the append cHash
06:42 Fruchthoernschen http://dmitry-dulepov.com/article/how-to-kill-typo3-performance-from-extension.html
06:42 interactivex Ow I already read those articles, someone else gave them
06:42 Fruchthoernschen hehe ;)
06:42 Fruchthoernschen ok
06:42 interactivex But after appending cHash it's not working :(
06:42 Fruchthoernschen okay
06:42 Fruchthoernschen hmm
06:43 interactivex Is the rest of my settings the same as yours?
06:43 Fruchthoernschen it look okay,
06:43 interactivex I have the feeling it's not doing things AT all
06:43 Fruchthoernschen I have not selected an PID in "Pids only"
06:44 Fruchthoernschen Does the Ext. / TYPo3 work propertie? does the Ext. Cacheing ?
06:44 interactivex The extension works great, only it's not being cached
06:44 interactivex I don't know how to cache the extension
06:44 Fruchthoernschen heh okay ;)
06:45 Fruchthoernschen that's realy sometimes a bit tricky
06:45 Fruchthoernschen I have wrote also my first big ext. and figured out that it can be easy if you know how ;)
06:46 Fruchthoernschen I think that realurl does right
06:47 interactivex But if it's cached then indexed search will index automatically right?
06:47 interactivex I think realurl is now in my way
06:47 Fruchthoernschen yes indexed search can only indexed or search content which is cached
06:48 Fruchthoernschen Idon't know what ext. you have writen,
06:49 interactivex but since I use realurl, the tt_news items aren't indexed as well
06:49 interactivex do I need to set some parameters for that?
06:49 Fruchthoernschen but when there is something like an votting or form's then split your ext. in multiple pi's (pi1, pi2, pi3, pi4 and so on ) to get more flexibilty about parts which can be added to the Page as Cached Object ( User ) and as Non Cached Plugin Object (USer_int)
06:52 Fruchthoernschen hmm good advice from me should be, enabling the debug Features. which logs debug outputs to an file on filesystem and also checking the error log of Apache
06:52 Fruchthoernschen There you can figure out if your TYPO3 does caching right
06:53 interactivex Okay, but that is if I rewrite all my extensions to caching
06:53 interactivex and then I don't have to use crawler right?
06:54 Fruchthoernschen it's interresting to see, why caching is not enabled or when it is disabled. Like some Ext. which sets globaly no_cache (Bad Idea) install (cc_debug and rlmp_filedevlog) and checking with tail -f /var/log/apache2/error.log your log files also the TYPO3 created log files should be watched while developing with "tail -f "
06:54 Fruchthoernschen ~
06:55 Fruchthoernschen the Cralwer ext. is helpfully for regenerating the realurl cache, my experiences says me that the crawler ext. doesn't create the cache of the content
06:55 interactivex I saw in the extensions that they are using no_cache globally
06:55 interactivex do you think that will force crawler not to work
06:57 Fruchthoernschen there is an Plugin: "cachemgm" which extends the cralwer ext. with the possibillty to create the cntent cache, but my exp. was that this only works when you have enabled the old caching system and not the new caching system. so this ext. was useless for me.
06:58 interactivex I don't know which cache system it uses
06:58 interactivex I use the new typo3 installation
07:00 Fruchthoernschen crawler will do his work, but the cache is not created when ext. does globally enabling no caching, read some articles about caching and see also the Method: addPItoST43(); which adds an FrontEnd Plugin Module to Typo3 (called in the ext_localconf.php of your / oither ext. ) the last Paraemter can be 1 or 0. If it is 1 then the Plugin is created as an USER Plugin which does Caching and when 0 it is non Cached as USER_INT that'
07:00 Fruchthoernschen s the right way. so you can select Plugins on one TYPO3 Page which are cached and some ones like votings can be added as NonCached
07:01 Fruchthoernschen Check your localconf.php under typo3conf/ for the following value: $TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '1';
07:01 Fruchthoernschen this enabled the new caching Framework for TYPO3.
07:02 interactivex It's not in my localconf
07:02 Fruchthoernschen okay
07:02 interactivex that means I use the old caching framework
07:02 Fruchthoernschen yes but that's also okay so I think
07:02 Fruchthoernschen you should check apache2 error log / TYPO3 log for bad Ext. whoch disabling globaly the Cache and fixing them
07:03 Fruchthoernschen also checking your ext. for cacheing
07:03 Fruchthoernschen also Typoscript Page Setup should included the Options like: config.no_cache = 0
07:03 Fruchthoernschen hehe ;)
07:04 Fruchthoernschen that should be enought informations ;)
07:05 Fruchthoernschen for gettings TYPO3 working correctly, install the "cc_debug and rlmp_filedevlog" ext. These helping realy and open an Terminal while coding to show the output of the ErrorLog and TYPO3 filelog :)
07:05 interactivex Pfff okay, but the only solution you think is caching it
07:06 Fruchthoernschen yes
07:06 Fruchthoernschen but
07:08 interactivex That would be a disaster, I should look up all these extensions that are made by others and not getting indexed :S
07:17 Fruchthoernschen interactivex, no it's easy check only the debuglogs while surfting on your webpage ;)
07:17 Fruchthoernschen in the Log youu see when en bad ext. does no_cache enabling
07:18 Fruchthoernschen so it's easy to figure this out.
08:41 FloLeBlanc hi all
08:41 FloLeBlanc does someone use an extension that detects if you use a mobile browser?
08:41 PiMB Yes I have
08:41 FloLeBlanc can you recommend it and tell me its name?
08:41 PiMB just a sec, I'm looking at the name :)
08:41 FloLeBlanc thank you
08:42 PiMB mobile_detection
08:42 PiMB :)
08:42 PiMB that's a tricky one ;)
08:42 PiMB and for if I can recommend it.
08:42 FloLeBlanc hehe
08:42 PiMB it basically does what it has to.
08:42 PiMB some issues left with switching back to regular view
08:43 PiMB (for use on iphone FI)
08:43 PiMB but haven't looked into that.
08:43 PiMB low priority
08:43 FloLeBlanc hmm i only found ak_mobile_device stated as mobile device detection
08:44 PiMB ah shoot
08:44 PiMB it is one of our own..
08:44 PiMB shamn on me
08:44 PiMB -n +e
08:45 FloLeBlanc hehe... hmm there's an xhtml-mobile10.dtd lol
08:48 HardPhuck hey
08:51 FloLeBlanc thx pimb
08:51 FloLeBlanc cya later
08:57 maholtz|WORK morning
08:59 PiMB Hi
08:59 HardPhuck hey
09:25 HardPhuck anyone using constants in TS config?
09:25 HardPhuck they seem pretty much useless to me
09:31 jjulian hi how and which hook can i use to put a script at the very beginning of a page?
09:32 PiMB how do you mean, the beginning of a script
10:20 jjulian PiMB: i added eaccelerator_cache_page(); at the index.php
10:20 jjulian but then i get an empty white page
10:21 jjulian error log of php and apache is empty
10:23 compojoom hi @all! How do you get the sessionID of the frontend user with typo3 in php?
10:27 PiMB take a look at this.
10:27 PiMB http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/14/1/#id4290262
10:38 compojoom PiMB thanks! I found the same on some forums, but I don't understand what the key is: "key" is the "name" under which your data is stored. This may be arrays or normal scalars. I want this $GLOBALS["TSFE"]->fe_user->id, but with this syntax: $GLOBALS["TSFE"]->fe_user->getKey("user","myData") I don't understad what myData is
11:04 PiMB what id do you need then?
11:06 PiMB because the data of the user is perfectly reachable via the array $GLOBALS->fe_user->user['dataYouNeed'];
11:10 compojoom http://bugs.typo3.org/view.php?id=10205 - I'm reading this here. I just figured out that anonymous users always get a new sessionid and when they log in they also have a new sessionid
11:10 compojoom since I'm writing a shopping cart I need the same sessionId so that I can recreate the cart for the logged in user
11:11 PiMB not sure then mate
11:25 iaj hello folks:)
11:26 iaj is there some way to insert a javascript-fragment before the <html> part.. or after the </html> ?
11:26 iaj I couldn't find a solution yet :(
11:43 sorenmalling iaj: Inside <head>...</head>
12:10 sorenmalling iaj: ?
12:22 poioop hello. weired problem: when i create a new user and add the Webmount for my rootline page - and save - the selection gets lost everytime when comparing the users. when choosing the meedia object this can be seen in the comparison. any idea whats up here?
12:23 Neo Is there a way to link some text in the rte to a custom extension like a lightbox? I want to allow the user to select a text within the rte and then be able to customize the items thats will be linked and displayed from this item by a lightbox
12:26 iaj sorenmalling: naaah above the whole <html> part
12:26 iaj according to google for some a/b tests its needed to be placed there
12:29 sorenmalling iaj: Thats invalid html! It's not the purpose of TYPO3 to create invalid html :)
12:29 pmk65 iaj: if you place anything outside the HTML tags, the page will be invalid..
12:29 iaj hmmm... :D
12:29 iaj sec Ill check
12:30 iaj https://adwords.google.de/analytics/siteopt/ab_sample?experiment=EAAAAFhPrUnAROGWmnXRgSuQPe4&account=10114504&user=AN_xLxdAwyuEzHc0DomapleaFgTcuYDdPQ&portal=1
12:30 iaj thats the sample google is giving me
12:31 iaj as you can see its placed above the <html>
12:33 sorenmalling iaj: Hmm, that ooks really weird :)
12:33 sorenmalling ooks = looks
12:33 iaj yeh you see I'm just trying to get this right
12:34 dec__ i'm trying to create a typoscript menu which needs a starting point at the current page id.. how would i do this?
12:34 dec__ special = directory, special.value = .....
12:36 iaj starting page id...
12:37 iaj I think
12:37 iaj oh.. the current page id.. :|
12:37 pmk65 iaj: negative entryLevel
12:38 aterriblechaos isnt the current page id default for special.value ?
12:38 dec__ yeah but how to do this in typoscript ?
12:38 dec__ brb, lunch
12:39 pmk65 dec__: use a negative value for entryLevel (-1 or -2 I can't remember which)
12:39 maholtz|WORK @iaj: you are german? so you should be able to read text on the left side
12:39 FloLeBlanc hi all
12:40 maholtz|WORK the are saying before: </head>
12:40 maholtz|WORK the example code is wrong
12:40 FloLeBlanc is there any harm in providing an alternative template that cannot be parsed completely because html subparts are missing? (I want to create a version for mobile phones without sidebars)
12:41 pmk65 FloLeBlanc: Have you tried the WURFL2 extension? It adds some extra conditions for mobile devices.
12:41 FloLeBlanc not yet thx
12:42 maholtz|WORK @FloLeBlanc: templavoila? dont know - with automaketemplate/TEMPLATE it is ok
12:42 FloLeBlanc I use automaketemplate
12:43 maholtz|WORK so, there is no problem with that, but i would expect, that each subpart is executed (sql-querys, plugins executed etc)
12:43 maholtz|WORK so remove them via > in an condition
12:46 FloLeBlanc well the idea would have been using the standard assignement and then keep the "old" template, not write an entirely new one in the condition hmm
12:50 poioop ..why cant i see the selected web mountpoints for my user when clicking on the users comparison?
12:52 poioop i try to give a new user persmissions to edit all end everything below the rootline page. but when logging into that new user, the pagetree is empty :(
12:53 poioop if i choose the Media folder as permission, all is foine - i mean the user can see this.
12:54 poioop any idea how to debug this?
12:54 maholtz|WORK @poioop: there is a permissions modul where you have some basic settings
12:54 maholtz|WORK you need a db-mount point and the permission to see a page
12:55 Amr0d hi everyone
12:58 poioop i used access rights and selected all modules there - apart from user administration modules... then i chose unser "Mounts and Workspaces" my rootline page (/)
13:01 poioop this is soo wird
13:01 poioop weird i mean.
13:02 FloLeBlanc hmm how can you see draft mode?
13:02 FloLeBlanc only with the admin panel?+
13:05 FloLeBlanc hmm pmk65: wurfl2 is from 2006 - is this still good?
13:06 FloLeBlanc ak_mobile_device was at least updated in 2009 hmm
13:07 iaj maholtz|WORK: oh.. hmmm why is it wrong in the example there then..
13:07 iaj weird
13:07 iaj how can I place stuff directly above the </head> then? tried page.headerData.30 .. (30 is the last one).. still theres stuff afterwards
13:07 pmk65 FloLeBlanc: maybe you can update it yourself? http://wurfl.sourceforge.net/
13:09 notlistening I am at the very beginning of typoscript, starting from scratch. I can seem to add contents to my pages any clues
13:09 notlistening I am just using example code from typo3.org
13:09 pmk65 iaj: TYPO3 sucks when it comes to placing scripts etc. precisely in the header. There's a lot of different commands/functions to include stuff in the header, but absolutely no controls over the positions..
13:10 iaj pmk65: I see.. hmm.. thought that way
13:10 notlistening that page http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/1/4/
13:11 pmk65 You can get lucky by experimenting with the various options, but when you add something later, it will change the order of trhe scripts.
13:11 dec__ still not sure how to start a menu from the current page
13:11 dec__ in typoscript
13:12 notlistening dec haha same with me and contents
13:12 dec__ http://pastebin.com/k3KwpnQR
13:12 maholtz|WORK @notlistening: perhaps http://wiki.typo3.org/index.php/Ts45min is an additional help
13:12 dec__ this is my code atm
13:12 poioop .. maybe the problem is with my page setup. my root page is a shortcut (version 4.3.3) its displayed in the page tree in grey italics. i have another shortcut, wich is displayed like a normal page with the extra icon
13:13 notlistening thanks maholtz|WORK I will spend a few hours on that :D
13:14 maholtz|WORK :p has been written in 45 minutes ;) and i think http://www.slideshare.net/zdavis/t3dallas-typoscript is very helpfull too
13:15 pmk65 dec__: Read the answer I gave you before..
13:17 dec__ pmk65: ive tried that
13:17 dec__ entryLevel = -1
13:18 dec__ sigh hadn't cleared cache :/
13:18 dec__ lovely, cheers
13:21 poioop oops. where can i set the Webmounts in the first place? i can only see DB mounts - i may be confusing something here
13:26 poioop what does typo3 mean by "Webmounts" this is really confusing
13:27 pmk65 poioop: Where do you see the word "Webmounts" ?
13:28 poioop User admin -> compare User Setting (second checkbox top left)
13:28 pmk65 DB Mounts is the starting point in the page tree for the user. FileMount is the root file folder the user has access to. (I never seen Webmounts mentioned anywhere)
13:29 poioop i use typoe 4.3.3 and i can see this box in 4.3.0.alpha3, too
13:29 pmk65 ok. Webmounts = DB Mounts.. (Dunno why it has 2 different spellings)
13:30 StaffanE pmk65: write a bug report about it?
13:31 poioop ok. than my problem remains. why cant i add anything other then "Media" to stick and show up in this comparison? not to mention why cant my user see anythiung if i choose other then media, and media is no replacement for the page tree...
13:35 Tobias_B hi, i got a issues with my template, i floatet the contentbox to the right side of the navigation, but now the feeditadvanced doesn't work perfectly you can take a look there: http://uppix.com/f-fail4bfce57500043180.png
13:35 Tobias_B the mouse cursor is on the second content element.
13:36 Tobias_B i wanna have feeditadvanced right on top of each content element
13:37 poioop the "Access" field in the page settings is this something i have to worry about when creating backend users?
13:38 poioop front en relevance only, or?
13:38 poioop frontend
13:38 poioop i havent had much sleep
13:44 poioop ok. ive found a documentation... sorry, i allways thought the Access Menu item was to inform you about your current perms
13:46 ansx hi
13:49 dec__ i have set config.language = nl and have set my installation language to dutch, however ve_guestbook still shows in english even though the locallang.xml has translated values in it.. what am i doing wrong?
13:50 ansx in which case does typo3 use the "jumpurl" feature? it seems to be used for linking to external urls but the code suggest it may be used for something else aswell, like linking to local files
13:52 Amr0d is it possible to copy a typo3 installation from a subfolder to the root folder of my server without problems? Or do I need to change parameter in my database etc. or is it enough to change the config file?
13:59 smeringe Amr0d: should be quite simple, unless some extension is badly written.. ..or if you've set some css urls()..
13:59 Amr0d there are not contents or anything, just a plain new installation
13:59 Amr0d but I installed it into a subfolder
13:59 Amr0d and want it on my root folder
13:59 smeringe move on.. :)
13:59 Amr0d And now I want to mv * ../ it
14:00 Amr0d did that with a joomla installation and it went quite fine
14:00 Amr0d but wasn't sure if its that easy with typo3
14:00 smeringe I do similar a lot..
14:01 smeringe Question: fe_users 1..* tt_address. how? :)
14:10 Tobias_B how can i remove the clear tag in the images? take a look here what it does... -.- : http://uppix.com/f-Capture4bfced5f000431a2.png
14:11 Tobias_B http://uppix.com/f-Capture4bfd13d60004321d.png here a better screenshot
14:19 Tobias_B does anybody has an idea?
14:35 TheEternalAbyss <?xml version="1.0" encoding="utf-8"?>
14:35 TheEternalAbyss how do I get rid of that from my pages
14:35 TheEternalAbyss typo3 keeps throwing that at the beginning of all my documents
14:36 Cyroq Hello
14:37 Cyroq Can somebody help me with a little problem?
14:38 Cyroq Does anyone know if there's an english forum for typo3 around?
14:41 FloLeBlanc does onyone know if XHTML Mobile Profile is w3c sanctioned?
14:42 Cyroq I have no idea, does anybody know something about the basics of creating pages in typo3?
14:43 FloLeBlanc modern template building does and futuristic template building (tutorials, find them on typo3.org)
14:43 Cyroq I have a problem that my website opens with the root page, and not with the first subpage. How can I fix this?
14:45 influenzjaaa Hello. Could somebody point me out, how can i remove the <select name=scols> tag from Indexed Search Engine?
14:52 Cyroq This isn't a busy place, is it?
14:53 FloLeBlanc Cyroq: people are at work and try to help others in their scarce spare time because they are kind :)
14:53 influenzjaaa Could somebody point me out, how can i remove the <select name=scols> tag from Indexed Search Engine? Its just a select box what i don't need.
14:54 FloLeBlanc waiting for an answer up to 30 mins is not unusual, because people who don't know the answer usually don't spam the channel with " I don't know the answer"
14:54 influenzjaaa Im not using Templateviola also.
14:54 FloLeBlanc that helps to see the useful comments though
14:55 FloLeBlanc influenzjaaa: try "template" - object browser - go to your root template and search for the indexed_search template and see if you can find it there don't know it out of my mind
14:58 Cyroq Ah I'm quite new at IRC, I figured that there isn't an english forum and I need some help :P can somebody help me with a simple page-problem? When I enter the address of the website typo3 shows the root page instead of the first subpage (root is actually not a page, it is only there for a root template). How can I fix this?
14:59 FloLeBlanc you could use page type shortcut for example
14:59 Cyroq thanks, where can I find that?
15:01 FloLeBlanc select page from the menu - click on the page in the page tree - edit page properties - select type: shortcut
15:02 Cyroq It works like a charm, thanks a lot!
15:03 FloLeBlanc you're welcome
15:06 influenzjaaa its better if you use Shortcut mode: first subpage
15:11 Cyroq That's indeed what I have used =)
15:13 Cyroq If somebody likes to help me again, I need to change an image in the menu when the current page is active. Is there a specific way to do this?
15:21 nd__ What is the way to include CSS into the global css? I only did that in my extensions via DEFAULT_STYLES, but is there a generic way?
15:23 influenzjaaa nd__: you mean config.stylesheet = style.css?
15:23 pmk65 nd__: I always remove all references to _DEFAULT_STYLES and place all the CSS in an external stylesheet.
15:23 pmk65 And then I have the "scriptmerger" extension installed, which merges/minifies all CSS and JS.
15:34 pmk65 influenzjaaa: If you have a selectbox with name="scols", then it's not Indexed Search, but the build-in searchbox you are using..
15:37 nd__ pmk65: Ok, I might do the same...
15:38 pmk65 nd__: scriptmerger really speeds up loading, as it combines all css into one file, and all JS into one file. And having all CSS in an external file makes it so much easier to update.
15:39 nd__ yes, but I don't trust the scriptmeger...
15:39 nd__ :)
15:39 nd__ I always to merge and compress myself with a shellscript I wrote, then only include the result
15:39 nd__ but I always had the default temp js and css typo generates... didn't know I can (easily) get rid of it
15:44 notlistening Under the page module I still can't add in any content stuck on how to get the content to displady
15:45 notlistening working through typosctipt introduction and getting no where
15:46 notlistening Back to the drawning board
15:46 Cyroq I'ts quite hard for the first time, but if you follow the tutorial (the one with raphael etc as example) it should work eventually
15:47 notlistening Too tired to concentrate today maybe tomorrow :)
15:47 maholtz|WORK @notlistening: Modern Template Building
15:47 maholtz|WORK did you read that?
15:47 notlistening Not yet just really starting out with it all
15:49 maholtz|WORK so, you very first steps with TYPO3?
15:51 Cyroq I also just started with typo3 a month ago, and I must say that the tutorials help a lot when you play with it. You won't get it in 1 day though
15:52 notlistening yeah first baby steps with Typo3
15:54 pmk65 nd__: scriptmerger also gzips the css/js. And by having the css/js in uncompressed format, you can easily edit it.
15:54 HardPhuck heya
15:56 notlistening Hi
16:17 typo3_13 hi everybody
16:18 typo3_13 im looking for some help
16:18 typo3_13 anyone would like to help me ?
16:19 typo3_13 hello
16:20 typo3_13 anyone?
16:21 nd__ well, help with what?
16:22 typo3_13 i have some problems with the backend
16:22 typo3_13 http://www.mcgarrellreilly.ie/projects/property-investment/
16:22 typo3_13 this is my url
16:22 typo3_13 under the projectes section, there are 4 options
16:23 typo3_13 i need to create a new page under new homes section
16:23 typo3_13 however, something went wrong, so i got a blank page of http://www.mcgarrellreilly.ie/projects/new-homes/
16:23 typo3_13 please help
16:23 typo3_13 thx very much
16:26 typo3_13 hello
16:29 typo3_13 im looking for some help
16:34 typo3_13 Hi, im new to typo3 cms, can anyone help me
16:35 typo3_13 anyone?
16:40 M3m0r3x hi
16:42 M3m0r3x since weeks I got "hacked" and have to remove some Javascript-Code in typo3temp/. It's encrypted and creates a small 1x1px IFRAME to load some from 2iii.org. Is there a way to find out, where these code is comming from?
16:43 M3m0r3x I already compared my typo3-directory with the org. one and couldn't find any changes.
16:58 nkuttler M3m0r3x: did you check all extensions, file in fileadmin/, and check the database?
16:58 M3m0r3x it's a huge installation and I don't have a clean-setup to compare with. Even the backups are infected.
16:59 nkuttler M3m0r3x: i assume you grepped everything for the iframe code?
16:59 M3m0r3x at the moment I know, that the attacker is using typo3-internernal-"write into javascript_(md5sum).js"-system to write the files into the filesystem.
16:59 M3m0r3x sure.
17:00 nkuttler well
17:00 nkuttler once a box has been exploited it's next to impossible to clean up everything
17:00 M3m0r3x I know, I just need some time to install and prepare the new system.
17:02 nkuttler you didn't find the iframe? i guess you could grep for the encoded string. base64 comes to mind
17:03 M3m0r3x already encoded the string in base64, but didn't find it.
17:03 M3m0r3x also tried parts of the encoded string - without luck.
17:03 nkuttler :/
17:03 nkuttler does your server need web access? you could firewall it, maybe the exploit relys on downloading things
17:04 nkuttler i don't know what this javascript_() thing is, if you know how to hook into that you could search for places that hook into it
17:05 M3m0r3x they installed code in typo3temp/javascript_xyz.js .. so they have access to the fs (how - I don't know)
17:05 nkuttler did you check the normal user log?
17:05 nkuttler lastlog, last etc
17:06 nkuttler if you know when the exploit happened a find on the install might reveal something
17:06 nkuttler mtime
17:08 M3m0r3x already tried, but they called me too late.
17:08 nkuttler argh
17:08 nkuttler the files in typo3temp are owned by the httpd?
17:11 M3m0r3x yes
17:45 nd__ How do I set page permissions (group) recursively?
17:46 nd__ Ah, got it
17:57 nd__ Dang, how do I hide the `Options` tab (pagecontent) for a user? Can't find it in the list
18:06 Rapp hi everyone!
18:07 Rapp when i add a filelink, files end up with an URL called $MYHOST/upload/media/something_XX.pdf
18:07 Rapp where XX is some number that gets added by typo3
18:07 Rapp how can i make sure this is NOT added? or rather, how can i make typo3 use the same path as my fileadmin-filestructure
18:57 HardPhuck Rapp: upload the file manually then link to it
19:53 TheEternalAbyss http://thierry-technology.com/index.php?id=274
19:54 TheEternalAbyss why the hell is typo3 not loading my flash carousel (where the big white gap is)
19:54 TheEternalAbyss ugh nevermind
19:54 TheEternalAbyss freakin thing removed all the included headers in my template -_-;;
19:57 snoy_ms lol
19:59 dbugger Heeey guys! Can someone help a typo3 newbie with a little typoscript?
20:03 mquintus don't ask if you can ask
20:03 mquintus just ask
20:04 dbugger Sorry. Im just trying to create a very simple MENU and Content view. So far I got the dynamic menu, but I cant seem to view the content of the pages
20:04 dbugger Im not sure how to use the tt_content thingie
20:19 snoy_ms dbugger: you add the "CSS Styled Content" with the template ?
20:20 dbugger I use "page.stylesheet" to put CSS
20:22 snoy_ms dbugger: your new to typo3 ?
20:22 dbugger Well, not new
20:22 dbugger But the part with typoscript I dont get it
20:23 snoy_ms dbugger: go to the template where you insert your typoscript
20:23 dbugger ok
20:23 snoy_ms dbugger: change to the tab where you can include things
20:23 snoy_ms dbugger: scroll down
20:23 dbugger uh? what tab? I'm editing "Setup"
20:23 snoy_ms dbugger: include the static template "css styled content"
20:24 snoy_ms not setiup
20:24 snoy_ms there are tabs
20:25 snoy_ms you got it ?
20:25 dbugger yeah
20:25 snoy_ms ?
20:26 snoy_ms sounds good
20:26 dbugger No wait, I dont want to use a prefabricated template
20:26 dbugger I want to do one from 0
20:27 snoy_ms dbugger: you have to use that !!!
20:27 dbugger do I?
20:27 snoy_ms dbugger: yes
20:27 dbugger Ok ok
20:27 snoy_ms dbugger: but you can still include your own
20:28 snoy_ms the "css styled template" is to show up your content
20:28 dbugger I dont see any tab when I click on "template"
20:28 dbugger I see "Contant Editor", "Info/Modify" and 2 others
20:29 snoy_ms your right
20:29 snoy_ms sorry
20:29 dbugger No prob :)
20:29 snoy_ms they are within info/modify
20:30 snoy_ms but you found the "css styled template" ?
20:31 dbugger Not really...
20:32 snoy_ms db you see you content ?
20:33 snoy_ms dbugger: go to template -> info/modify -> edit this template -> tab (include) -> there you go....
20:33 snoy_ms dbugger: there you have to include the cc_styled_content, after cache clean you will see you content...i hope
20:33 dbugger Aaaah, now I see!
20:34 snoy_ms take the normal CSS_Styled_Content if you use typo3 version 4.3.x
20:36 dbugger Let's see
20:36 dbugger Nothing...
20:37 dbugger To see the content, all I need is this, right? "page.20 < style.content.get"
20:39 snoy_ms dbugger: you use templavoila ?
20:39 dbugger No
20:42 dbugger Is it wrong?
20:42 snoy_ms dbugger: second at the phone
20:43 dbugger Oh, I got it! :D
20:44 snoy_ms oki doki, what was it ?
20:45 snoy_ms page = PAGE
20:46 snoy_ms but you already got it...i see
20:46 snoy_ms phone is ringing all the time.
20:48 dbugger hehehehe
20:48 dbugger Just some silly basic things
20:48 dbugger thanks for all ;)
20:51 snoy_ms your welcome ;-)
20:56 challet hi there
20:57 challet i would like to insert javascript on the page, from a plugin i'm writing. how can i do that ?
20:57 challet i guess something has to be done inside the main function of the plugin
20:58 challet but i can't find it
20:59 challet $GLOBALS['TSFE']->additionalHeaderData seems to not work here
21:02 snoy_ms challet: pi_base or extbase ?
21:03 snoy_ms challet: or you just use typoscript...or ?
21:03 challet it extends from tslib_pibase
21:04 snoy_ms challet: if you can do it via typoscript others can overwrite it
21:04 snoy_ms challet: just a second it check something
21:07 snoy_ms challet: this extension for example uses the globals... http://typo3.org/extensions/repository/view/t3jquery/current/info/class.tx_t3jquery.php/
21:08 snoy_ms just check the cource code
21:09 challet thanks snoy_ms, i'll check that
21:15 snoy_ms challet: do you want to include jquery, or an own one ?
21:15 challet snoy_ms: that's some javascript file i wrote, whish actually used jquery
21:16 challet which*
21:17 snoy_ms challet: maybe this works $GLOBALS['TSFE']->additionalHeaderData[99] = 'some html';
21:17 snoy_ms never used it
21:17 challet that's what i'm trying to do, but i supsect an other plugin "scriptmerger" to make it wrong
21:18 snoy_ms ahh, your right. thats new
21:19 snoy_ms i forgot. it also cache everything
21:19 snoy_ms mhh
21:23 kevinmo hi
21:31 snoy_ms challet: check out the class.tslib_fe.php. Additional Header Data has to work
21:35 challet snoy_ms: i've found a additionalJavascript in that class, hope it could help me
21:35 snoy_ms but i think the other must also work
21:35 snoy_ms in any way
21:36 snoy_ms challet: http://pastebin.com/p722SnsK
21:36 snoy_ms +
21:36 snoy_ms i think this has to work
21:37 challet thans, i'm gonna try it
21:38 snoy_ms maybe they changed someting with caching. but as long its within the class it has to work i think
21:39 snoy_ms PREFIX_ID is a constant, you can take something else
21:39 snoy_ms i think....
21:49 snoy_ms challet: and ?
21:51 challet it works well for css, but not for javascript :/ they don't appear in the merged file
21:51 challet i think i'll deactivate scriptmerger
21:52 challet to see ih there is really something wrong with my files
21:53 snoy_ms challet: would be nice to here if you get the problem ;-.)
21:57 snoy_ms challet: if nothing helps, use the includeJS ts function
22:03 snoy_ms challet: can you use $pageRenderer->addJsLibrary with pi_base ??
22:03 snoy_ms its a new class since 4.3 i think
22:03 snoy_ms class.t3lib_pagerenderer with all merge configs
22:04 challet i don't really know about it, i'll look the documentation
22:04 snoy_ms challet: public function addJsLibrary($name, $file, $type = 'text/javascript', $compress = FALSE, $forceOnTop = FALSE, $allWrap = '').....
22:04 snoy_ms if you can use $pageRenderer then it can work i think
22:04 challet seems nice, thanks
22:07 snoy_ms wow, this class looks realy nice (domain driven design) -> If you realy get the $pagerender object
22:08 snoy_ms also this one ;-) $pageRenderer->addCssFile(.....):
22:08 snoy_ms and in the end, the js Library block is rendered on top of the JS files.
22:10 snoy_ms i think $pagerender...->addJsFile fits better
22:14 snoy_ms challet: and?
22:15 challet didn't try with $pageRenderer yet, i'm looking to what's happening without filemerger
22:17 snoy_ms challet: ok. but i think you just use one line of code like addJsLibrary or addJsFil from pagerenderer and it works...i think
22:18 snoy_ms can you check if you get the $pageRendere within pi_base ? var_dump($pageRendere); or something like this
22:22 snoy_ms challet: german ?
22:22 snoy_ms challet: i have a link here
22:24 challet snoy_ms: nope, french
22:26 challet and $pageRenderer is NULL :/
22:26 snoy_ms sorry, can you please test var_dump($GLOBALS['TSFE']->getPageRenderer()); ?
22:27 snoy_ms just an idea
22:27 challet i just seen it too on a page
22:27 challet ;)
22:27 snoy_ms if yes, this could work $GLOBALS['TSFE']->getPageRenderer()->addCssFile('fileadmin/html/123.css'); for example
22:27 challet trying to
22:28 snoy_ms same with js files
22:29 snoy_ms $GLOBALS['TSFE']->getPageRenderer()->addJsFile('fileadmin/js/myjsfile.css')
22:29 snoy_ms that would be cool
22:33 snoy_ms or you have to check if this works for you. A simple $pageRenderer->addJsFile($path . 'files/myjs.js');
22:33 snoy_ms afk
22:39 challet snoy_ms: it's working now ! thanks for your help :)
22:45 nkuttler jeebus. what is "text mode" in the rte? didn't that use to be html mode? it's converting < etc to entities in my perfectly formatted html that i paste into...
22:46 nkuttler ah. i should probably pick content type html
22:46 nkuttler doing content--

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.