Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 28 January 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
02:40 ries theduke: I think there is a tutorial indeed..... I think it's called typoscript by example
08:57 _pedda_ hi all
09:20 SimonSimCity Do you know how to create 2 templates (ListView) - one with an previewImage and one without previewImage ?
09:21 _pedda_ ?
09:22 _pedda_ you mean tt_news ?
09:22 _pedda_ LIST Mode ?
09:22 SimonSimCity jea :)
09:22 maholtz|WORK moning
09:22 _pedda_ moin
09:22 _pedda_ SimonSimCity: you have an html file for your template right ?
09:22 SimonSimCity jea
09:23 _pedda_ there is one list view predefined
09:23 _pedda_ duplicate the html file
09:23 _pedda_ rename it
09:24 _pedda_ and you can specify either via typoscript condition [globalVar = TSFE:id = yoursioteidfordifferentview] plugin.tt_news.templateFile = your duplicate of html template [global]
09:25 _pedda_ or you specify the template via flexform (in the plugin itself) in the content element
09:25 pmk65 Have anyone tried this one? -> http://typo3.org/extensions/repository/view/css2inline/current/
09:25 SimonSimCity ok ...
09:25 SimonSimCity On one site I've got different news. Some with and some without an previewImage ....
09:26 _pedda_ within one plugin ?
09:26 SimonSimCity Here is a german question for this ... - no answer ... http://www.typo3forum.net/forum/alle-anderen-extensions/16534-tt_news-vorschaubild-anzeige-list-ansicht.html
09:28 _pedda_ use 2 plugins .. the first one in latest mode and display limit = 1
09:28 _pedda_ give it a special layout with css
09:28 _pedda_ and the second plugin should render your news in list mode
09:28 _pedda_ so you can highlight the first news in a special way
09:28 SimonSimCity ...
09:29 SimonSimCity ok ... one example:
09:29 SimonSimCity I've got 5 news.
09:29 SimonSimCity the first and secound have got an previewimage.
09:30 SimonSimCity the third has no previewimage and the fourth and fivth don't have a previewimage.
09:30 SimonSimCity Do you now understand my problem :D
09:33 _pedda_ really ?
09:33 _pedda_ no
09:33 _pedda_ so the first two news of your news-records have an previewimage and the rest does not
09:33 _pedda_ what is your problem then ?
09:34 _pedda_ SimonSimCity: pn
09:41 maholtz|WORK @_pedda_: what was the problem?
09:43 _pedda_ mom
09:48 _pedda_ well he didn't really have a problem @ maholtz|WORK
09:48 progzy Hi ! For a reason I can't understand, I an not login anymore in the install tool. Nevertheless, I enter the good passord ince the md5 matches. Do you see a reason for that please ?
09:48 _pedda_ wald vor lauter bäumen..
09:48 progzy *I can not
09:49 _pedda_ how do you know it matches ?
09:49 _pedda_ do you have access to localconf.php ?
09:49 progzy _pedda_ : yes I have access so I can read the md5 !
09:50 progzy So I can see they match
09:50 _pedda_ ok
09:51 _pedda_ just copy the whole row in the localconf and paste it at the bottom of it .. with the "correct" md5hash save and try again
09:51 _pedda_ bottom of localconf.php
09:51 progzy ok ..
09:52 progzy _pedda_ : oh! It worked!
09:52 _pedda_ ok
09:52 progzy thak you
09:52 _pedda_ wait
09:53 _pedda_ look for installtool passwort in your file
09:53 _pedda_ i'm sure your file contains more than the default one in the top and the one you were comparing all the time
09:54 progzy Oh yes !!! You are right ?
09:54 progzy !
09:54 progzy Well typo3 seems to have created one more line
09:55 progzy for that conf
09:55 _pedda_ yes.. but only because the passwort was modified
09:55 _pedda_ you can see the date in the comment when it happened
09:55 progzy This is a normal behaviour ?
09:56 maholtz|WORK yep
09:56 _pedda_ yes.. if you modify something in the installtool .. it becomes written into the localconf.php
09:56 progzy So when one change the password, one must erase the doubled line in the conf ?
09:56 _pedda_ so probably you changed the installtool password some time ago
09:57 progzy Yes
09:57 _pedda_ no
09:57 _pedda_ if you change something
09:57 _pedda_ it becomes written at the bottom of localconf.php
09:57 _pedda_ so the same command in the upper part of your file becomes overwritten
09:57 _pedda_ like css
09:57 _pedda_ the last command counts
09:58 progzy Mmmh ... ok
09:58 _pedda_ overwritten/ignored because there is a new "version" of the same command at the bottom of localconf.php
09:58 progzy I undestand. Thanks you
09:58 _pedda_ np
10:18 m4rtijn hi all
10:19 animan hi. i'm having trouble with indexed_search' pagebrowser where all pages are linked to "#" and therefore all pages direct user back to front page :/ Anyone knows what might cause this?
10:20 HardPhuck Error: the XML response that was returned from the server is invalid
10:20 HardPhuck what does this mean when i use xajax
10:25 maholtz|WORK @HardPhuck: check encoding
10:25 maholtz|WORK check your XML response:)
10:30 HardPhuck hm...
10:30 HardPhuck well the firefox seems fine, no errors
10:31 HardPhuck safari shows an error however
10:31 maholtz|WORK so, there is an error, firefox has perhaps no problems with it
10:31 HardPhuck in the response only the <head> is displayed, no body
10:31 maholtz|WORK check http traffic
10:31 maholtz|WORK is that allowed?
10:33 HardPhuck is what allowed?
10:33 maholtz|WORK i thought html without body
10:33 maholtz|WORK but that needs only to be xml
10:34 maholtz|WORK i would look for non ansi characters
10:35 HardPhuck is it possible because i'm trying to load html into an element?
10:35 theduke morning guys: could anyone tell me why this does not work?: http://pastey.net/107159
10:35 theduke I just get an empty (all white) picture
10:36 HardPhuck im getting another webpage, then stripping down unecessary tags and then displaying it
10:39 maholtz|WORK save it to an file an load it in different browsers
10:42 m4rtijn hmm, my mysql syntax i very very rusty.. if I have 2 tables.. one with customer projects and another with customer hourly rates.. and would like one table with projects and rates.. I need to JOIN right?
10:44 m4rtijn this sucks.. I knew this by heart once.. grmbl
10:44 m4rtijn need to get into it all over again..
10:44 randomresult hello boys n girls
10:45 m4rtijn hi
10:45 randomresult anyone knows how to set the max widht of an popupimage? i mean the click enlarge feature of an image
10:45 maholtz|WORK constants afaik
10:46 randomresult is there a possibility to set this via TS or PageTS or ... i dont know
10:46 randomresult i did not find it in the constants
11:03 maholtz|WORK @randomresult: search in objectbrowser -> imageLinkWrap
11:03 maholtz|WORK in tt_content....image...
11:10 HardPhuck hmm,.. if more plugins are using xajax it seems to break the page
11:16 HardPhuck is there an alternative to xajax
11:16 maholtz|WORK json
11:16 maholtz|WORK + prototype
11:16 maholtz|WORK or mootools
11:16 maholtz|WORK or jquery
11:16 HardPhuck any example plugins?
11:18 m4rtijn pmk is working on a jquery plugin..
11:18 m4rtijn afaik
11:18 beli what software are you guys using for webshops?
11:19 m4rtijn i dont use any webshop.. but I heard magento is quite nice
11:19 beli magento is beta status for me....i am trying to get into it since november
11:20 beli the 1.x release status is just for marketing in my eyes
11:34 erank hi all
11:35 erank I've a problem with FCE's, when I try to save them I get the error that my login is expired
11:35 erank there is a bugreport for this one (8232), but this one is solved before 4.2.5 was released
11:35 erank how can I find if this patch made the core of 4.2.5?
11:38 beli man diff
11:39 erank allready tried a dry-run, but it failed
11:39 erank so I've doubts this patch works on 4.2.5, and want to be sure :D
11:42 erank strange... it's not in the releasenotes... I must be patching wrong :D
11:46 HardPhuck what does the __construct function do
11:48 maholtz|WORK sth like init for objects, but you should read some docs for object oriented programming and php
11:51 HardPhuck how do i load a specific CE in autoparser
11:52 HardPhuck if i add a text W image on a ceratin page and want to show it on every page header
11:53 maholtz|WORK RECORDS?
11:54 HardPhuck thanx
12:02 m4rtijn darn, what programs do u guys use for php programming online.. on a non-local web-host for which u have root access?
12:05 m4rtijn im getting fed-up with ftp time-outs :p
12:06 beli gvim and console based ftp client
12:08 beli or working directly on the remote host using vim
12:14 maholtz|WORK notepad++ or quanta
12:14 maholtz|WORK depends on os
12:14 maholtz|WORK @m4rtijn
12:15 maholtz|WORK but notepad++ can only ftp
12:20 m4rtijn ah, ok
12:20 m4rtijn thx
12:20 animan how to specify that one mail address from table element should be linked and act as a mail link? <link>(obscured mail address)</link> doesn't seem to work
12:23 tobi1 <link (obscured mail address)>email me</link> should work
12:26 animan heh, simple as that :D thanks
12:41 kinea is some experienced directmail user or developer here?
12:43 kinea my question is: can i insert a link (maybe by using a plugin in the page or a hook or extension) into a directmail, which is generated in dependance of the specific user, which the mail is send to (maybe dependend from the email address)?
12:44 kinea f.e. i send a directmail to a number of users, but i want the link in the mail to be a loginlink to the accountpage of this specific user.
12:45 kinea like a gate from the directmail to the page with the newsletter ordering settings in his account (f.e. srfeusereg edit)
12:46 kinea i have made an extension, which generates this link in an loginmail which is sent to a user, when he enters the email adress on a page.
12:46 kinea but i used my own code to send the email. now i have to combine it with the direct mails.
12:49 kinea maybe i get it by using the personalization markers ###USER_email### f.e.
12:52 HardPhuck this xajax thing is killing me
12:52 HardPhuck no error in firefox, error in safari
12:53 maholtz|WORK check xml output
12:53 maholtz|WORK which encoding do you have there? and which on your page?
12:56 HardPhuck sidn.typotycoonhttp://sidn.typotycoon.nl/quicklinks/aanvragen-nl/
12:56 HardPhuck http://sidn.typotycoon.nl/quicklinks/aanvragen-nl/
12:56 HardPhuck i think utf-8
12:57 HardPhuck it's strange i only get the error for the first ime
12:57 HardPhuck time
12:57 HardPhuck but when i click okay
12:57 HardPhuck everything wokrs
12:57 HardPhuck works
13:08 HardPhuck i see now,.. if i enable xajax debug
13:08 HardPhuck the response is the whole webpage
13:09 HardPhuck while in the firefox the response is just the bit that i want
13:26 maholtz|WORK pdf_generator2 does not render images - some hints?
13:28 randomresult someone ever used an animated gif as a hover from a link=?
13:37 beli maholtz|WORK: image/graphics problems are image magick related mostly
13:38 beli randomresult *shrug* no :)
13:38 maholtz|WORK hm... ok, i will check that, thx
13:45 AnotherNickname Hello!
13:46 AnotherNickname I've got a small problem with typo3...basically, I am having several links in the footer of my website (Privacy, Disclaimer etc.) and I am using Tempavoila, so I've mapped the footer
13:47 AnotherNickname and then I did some magic using lib.footer = COA so that I can put some links there...the problem is, the first typolink works fine, but every one after doesn't...link 2 and 3 are stuck together and not links at all (I.e. you can't click them) and the other links don't even show up
13:48 AnotherNickname http://paste.phlogi.net/-cb6492d12d/ here is the code
13:57 dre_ hello everyone, is there a way that indexed_search doesnt look for headers of content blocks other than making html contents around the other contents?
14:00 kinea AnotherNickname: paramter :-)
14:01 tobi1 dre_ you can modifie the ts setup to set the typosearch begin and end markes only around the content block
14:05 AnotherNickname omfg thank you, kinea...I must be blind...
14:05 beli maholtz|WORK: found it?
14:07 beli maholtz|WORK: on linux ps/pdf issues are related to gs (ghostscript) and image stuff to im (imagemagick)...so one of both might be your source of the problem
14:10 maholtz|WORK @beli:nope, didnt found it... tested on different system - including any image seems not to work
14:12 beli maholtz|WORK: did you check the install tool section for right im-settings?
14:15 AnotherNickname hmm, if I want to wrap an item with " | ", how do I do that( yes, space before and after the |)
14:16 beli escape it
14:16 beli try \| maybe or use the & notation
14:17 maholtz|WORK @AnaotherNickname: noTrimWrap = | | |
14:17 beli this works?
14:18 beli how does the parser know if it isnt empty | | |
14:18 beli or: ||| | empty
14:18 beli || | emptry sorry
14:18 beli that cannot be correct
14:18 tobi1 just use &#124; for |
14:18 beli listen to tobi....
14:18 beli :)
14:18 beli thats it...
14:18 maholtz|WORK ups, sorry, parser? i think i didnt read right:)
14:19 maholtz|WORK i thought: "typoscript" *g*
14:19 beli tobi1: whats the correct word for the &# notation?
14:19 beli maholtz|WORK: it is typoscript
14:19 AnotherNickname ah, okay. Thanks, tobi1...but what about the spaces? H
14:19 beli maholtz|WORK: but the typoscripts needs to be parsed
14:19 maholtz|WORK oh, and he wants to add "|"
14:19 tobi1 HTML Entities i think beli
14:19 maholtz|WORK ok, there is .splitChar = #
14:19 maholtz|WORK possible
14:20 maholtz|WORK or HTML Entities
14:20 beli maholtz|WORK: yes, but the | is a special word for the parser...so if you want it as a variable you need to escape it, so the parsers sees: aaah its not a special word for me
14:20 tobi1 AnotherNickname for the spaces use the sample maholtz|WORK posted
14:20 beli s/word/char/
14:20 AnotherNickname ah, okay. Thanks people.
14:20 beli uuh splitcar...nice nice...didnt know that
14:21 maholtz|WORK example: http://wiki.typo3.org/De:TSref/stdWrap#wrap
14:24 HardPhuck hmm it seems xajax has a bug
14:24 HardPhuck or safari has it
14:26 maholtz|WORK @beli: thanks - didnt thought it could be wrong install tool configuration but it was!
14:26 maholtz|WORK :(
14:27 beli maholtz|WORK: im is a piece of crap, cause it changes the core features too often...
14:27 HardPhuck does anyone know a small extension that uses ajax
14:27 HardPhuck without xajax :)
14:28 AnotherNickname Thanks again, everything works like a charm now =) See you and goodbye!
14:31 kinea is it possible to send directmails only to users who are assigned to a special directmail category?
14:47 SimonSimCity I want to include a rss-feed into my tt_news and followed this manual http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3922694
14:47 SimonSimCity But I only get an output like on web ... with DIV-Tags ...
14:48 SimonSimCity I think that he didn't use my XML-Template "fileadmin/templates/news/rss_2.tmpl"
15:24 SimonSimCity ok ... I've found my mistake....
15:26 SimonSimCity In all manual you see this code "10.defaultCode = XML" - but at my site the "10.code" was set :D and if it is set the 10.defaultCode will be ignorred ...
15:26 mushr00m =)
15:28 kinea if i give all content element of a newsletter (dmail extension) a category A will the email not be sent to users, who didnt subscribed to category A, or will these receive an empty email?
15:28 kinea or: is it possible to assign a category to a whole page?
15:42 _pedda_ hmm can anyone tell me if there are new guidlines how to use google analytics on webpages ?
15:42 _pedda_ i can remember there was something like: you can use but you have to tell the people about that
15:42 _pedda_ is it right ?
15:52 randomresult hi there
15:52 _pedda_ hi
15:52 randomresult hi _pedda_
15:52 randomresult i have a question about realUrl
15:52 _pedda_ are you used to analytics ?
15:52 _pedda_ ask then :)
15:53 randomresult i have a plugin. until today this plugin didnt support realUrl
15:53 randomresult now they released it with realUrl .. using autoconf
15:53 randomresult i installed it... but ... does not work...
15:53 randomresult the real url thing
15:53 _pedda_ which extension are you talking about
15:54 randomresult its a typo3-magento connect
15:54 _pedda_ ok
15:54 _pedda_ extkey ?
15:54 randomresult its not in the ter
15:54 _pedda_ hmm ok
15:54 _pedda_ i don't think i can help you then :)
15:54 randomresult but my question is not about this special plugi
15:54 randomresult n
15:55 _pedda_ ok
15:55 _pedda_ what else ?
15:55 randomresult its about... the autoconf thing
15:55 randomresult will it work or do i have to reinstall realurl
15:55 _pedda_ if you have realurl running
15:55 randomresult or something to make realurl recognize the new version of the plugin ?
15:55 _pedda_ and you add an extension with realurul support
15:55 _pedda_ -u
15:55 randomresult update the ext
15:56 randomresult -u?
15:56 randomresult ahhhh... los
15:56 randomresult lol
15:56 _pedda_ there is nothing to do extra for realurl.. IF the autoconf feature of the new extension is working properly
15:56 randomresult ok... then it simpy does not work...
15:56 randomresult shit
15:56 _pedda_ probably
15:57 pmk65 You can configure ALL TYPO3 extensions to create nice urls with RealURL. You just have to configure those extensions manually in the realurl conf.
15:57 randomresult but ... i never worked with a version of realUrl and autoconf
15:57 randomresult i know... but this handles categories and stuff from magento
15:57 randomresult www.typogento.com
15:57 randomresult so it is not that easy like in normal extensions
15:58 _pedda_ you can do the same for magento as well
15:58 _pedda_ this can be true
15:58 pmk65 The autoconf of realurl sucks.. as you can't turn it off once you have activated it. (only by manually removing it from localconf.php)
16:00 randomresult well if it does its job... i think it is a nice feature
16:00 randomresult but if not...
16:00 _pedda_ it sucks..
16:00 _pedda_ :)
16:00 randomresult lol
16:00 randomresult ok...
16:02 randomresult well aktually i never used it...
16:02 randomresult as i have my settings for the ext i use in the realurl_conf
16:07 pmk65 randomresult: That might be the prblem, as the realurl autoconf settings overrides the normal realurl config.
16:08 randomresult but i have no settings for the plugin nowehre
16:08 randomresult until today, the plugin didnt support realUrl
16:15 andy0001 does anybody knows a plugin for the FE to submit news for tt_news
16:16 Phlunk3 have used fe_rtenews in the past
16:17 Phlunk3 dont remember if it was a good experience sorry :P
16:22 BigSebek Has anyone an idea how to solve my problem. I use tt_news and add a new field to this table. this news field hast a database relation to an other table. When I use the search function of tt_news it will not find the exact word, because it's stored in the second table, and tt_news hat only the id
16:27 pmk65 BigSebek: You'll have to extend the tt_news search function, to also search in your custom table.. (Or use one of the customable search extensions)
16:28 pmk65 http://typo3.org/extensions/repository/view/an_searchit/current/
16:29 pmk65 http://typo3.org/extensions/repository/view/fesearchintable/current/
16:29 andy0001 thanks
16:30 BigSebek_ pmk65: which one would you prefer ?
16:31 pmk65 BigSebek_: It's been a long time since I had to use one of those. Im not sure which one is the best, but I think the last one is more configurable.
16:32 BigSebek_ ok, I will try it, thanks
16:33 pmk65 I think there's a couple more. do a search on typo3.org for "search" :)
16:34 _pedda_ anyone knows how to preselect values for sr_feuser_register forms ?
16:35 BigSebek wow, I think I have to study 5 year this kind of extension. this is too difficult for me
16:36 BigSebek Is there any chance to solve this problem mit extern php file? this would be no problem for me
16:37 pmk65 _pedda_: For most options you can set preselected values using typoscript.
16:37 _pedda_ i know..
16:37 _pedda_ but i'm trying to preselect the title-value quite for a while now
16:38 _pedda_ default pi vars should be the right way.. but i fail to figure out how to access the right radio-button
16:39 theconic did someone already test the TYPO3 4.3 Frontend Editing?
16:39 kinea is it possible to preselect direct mail categories per ts in the pages?
16:40 theconic i really need to know if there's the possibility of displaying only content from a certain FEusergroup
16:40 pmk65 _pedda_: I haven't tried it radio buttons, but I would assume you either set it to the value of the radio, or the numeric value of the radiobutton.
16:41 kinea or: is it possible to set defaultvalues for fields of content elements?
16:42 kinea f.e. a be user inserts a content element in a page, and a default value is set for one of the fields?
16:42 _pedda_ yes this is possible @kinea
16:43 _pedda_ something like define default author for tt_news and something like that
16:43 _pedda_ hmm bad english :-P
16:43 _pedda_ i will leave now
16:43 _pedda_ cu all
16:43 kinea _pedda_: how?
16:43 _pedda_ hmm mom
16:45 _pedda_ TCAdefaults.tt_news.author = autor1
16:45 _pedda_ for example
16:45 _pedda_ look up the correct array for your field
16:45 _pedda_ in ts object browser
16:45 kinea oh great
16:45 _pedda_ and prepend with TCAdefaults
16:45 _pedda_ should work
16:45 kinea thank you o/
16:45 _pedda_ np
16:45 _pedda_ cu
16:46 maholtz|WORK cu
16:47 kinea is there a similar solution so set TCAdefaults for pages instead of user ts?
16:49 kinea f.e. a user inserts in a subpage of munich, so the ce get a module_sys_dhtml_category set to 7 and if he inserts a content element in a subpage of berlin, the ce gets a category of 8?
17:01 BigSebek_ Has no oney any kind of idea how to solve my tt_news search problem? :-(
17:21 nd__ Anyone here into CoolUri? I do have problems setting the order of elements
17:28 [SySteM] Hi
17:29 [SySteM] I would like to force the uid of the current page on my TMENU script
17:29 [SySteM] have u a way to make that ?
17:40 ndee hello there, is it somehow possible to set the targets in tt_news acording to the category of a news item?
17:47 maholtz|WORK yep, you have to set it in the category
17:47 maholtz|WORK if you mean categorya -> pagea; categoryb -> pageb
17:51 ndee maholtz|WORK: I did that but it doesn't link to it. I also read http://www.typo3forum.net/forum/news-tt_news-mininews-co/20858-single-view-page-news-category.html that you have to set the General Storage to the News folder. But it doesn't work even if I did set it to the news folder that my news are in.
17:51 maholtz|WORK afaik you have to set some typoscript for that - afaik it is described in manual
17:51 ndee kk, will check it
17:54 ndee useSPidFromCategory <-- jippi :)
18:02 maholtz|WORK :)
18:09 mushr00m i got a fce with <p> ... <div style="float:right"></div> </p>
18:09 mushr00m can i map rte text into <p> without overwriting the image?
18:31 HardPhuck anyone has a good tutorial on how to use eID?
18:57 mushr00m ok solved my problem
18:57 mushr00m <div style="float:right"></div><p> ... </p>
18:57 mushr00m this works too
18:58 mushr00m and is easy to map
19:14 renic where does typo3 store page contents? need to make a change, and my webhost's php installation is complaing about fitting 76k into 8m. need to edit the contents by hand rather than using the admin section.
19:23 mushr00m renic: cant you increase the php memory limit?
19:25 HardPhuck hmmm it seems my eid file isn't loaded with localconf
19:25 mushr00m what is eid?
19:25 HardPhuck ajax mechanism built in typo3
19:25 skurfuerst hi
19:27 mushr00m ah nice
19:28 HardPhuck not nice, poorly documented
19:36 Cowboydan hi everyone
19:40 tarimari hi guys :)
19:40 kinea|afk theconic: still hereß
19:43 renic mushr00m: I don't have root access, or permissions to modify the php.ini
19:44 kinea|afk renic: kick you provider
19:44 kinea|afk *your
19:44 renic no doubt.
19:45 kinea|afk what provider gives you no access to php.ini?
19:45 renic I've already sent the admin an email, but he tends to work during high traffic times (prime time PST), so I may have to wait 'till tonight.
19:46 renic I'm not aware of any shared hosting providers that let you have direct access to php.ini
19:46 kinea|afk some let you access a local php.ini in a folder
19:46 renic and I don't have the bandwidth to serve the site from my uplink.
19:47 mushr00m maybe you can set the limit via php_ini_set
19:47 mushr00m or .htaccess
19:47 mushr00m php_admin_value
19:47 renic I'm just interested in finding the location of the data (either in mysql or the filesystem).
19:47 renic I don't care about reconfiguring his server :D
19:48 renic gonna fire him in a month or so anyways.
19:49 mushr00m tt_content
19:49 HardPhuck still noone with eid experience here?
19:51 renic Thanks mushr00m.
19:52 RoyalKnight HardPhuck: what's your problem with eid?
19:53 HardPhuck Well i made a simple echo script inside my extension
19:53 HardPhuck but it seems not to get loaded
19:53 HardPhuck i have two files
19:53 HardPhuck tx_my_ext_pi1
19:54 HardPhuck which is for normal operations
19:54 HardPhuck and tx_my_ext_eid
19:54 HardPhuck which has the main function with only 'echo' in for testing
19:55 HardPhuck but no matter what i do, nothing happens, so i'm guessing my reference in localconf.php is wrong
19:55 HardPhuck $TYPO3_CONF_VARS['FE']['eID_include']['tx_myext_eid'] = 'EXT:my_ext/class.tx_myext_eid.php';
19:56 HardPhuck this is in my localconf.php
19:57 HardPhuck the response is always empty
19:59 RoyalKnight HardPhuck: how do you call your eid-script?
20:00 HardPhuck well isn't that automatic?
20:01 HardPhuck i mean i call it from a js
20:01 HardPhuck javascript file
20:01 RoyalKnight HardPhuck: how does the url you call look like?
20:02 HardPhuck new Ajax.Autocompleter(ctrlId, acId, 'index.php', {
20:02 HardPhuck parameters: 'eID=my_ext&pid=' + pid,
20:02 HardPhuck paramName: 'search'
20:02 HardPhuck });
20:02 HardPhuck an example
20:05 RoyalKnight HardPhuck: this seems to be ok, but have you checked is also by calling the script by hand (typing the url into you browser's adressfield?)
20:06 HardPhuck in fact no :)
20:06 HardPhuck lemme check
20:07 HardPhuck hmm empty
20:07 HardPhuck why is that
20:07 HardPhuck i did index.php?eID=my_ext&pid=4
20:07 HardPhuck a nothing blank screen appeared
20:10 HardPhuck it seems as if my eid file is never loaded
20:14 HardPhuck ah, got it
20:14 HardPhuck localconf name and param name were different
20:22 RoyalKnight HardPhuck: maybe you should use $_EXTKEY
20:22 HardPhuck yes, that is my bad :)
21:00 HardPhuck data = document.getElementById('input_field').innerHTML;
21:00 HardPhuck is this okay
21:36 tarimari hi guys
21:36 tarimari i want to install typo3 for first time
21:36 tarimari which package todownload?
21:36 tarimari just source, or source+dummy?
21:36 HardPhuck RoyalKnight: are you still here?
21:37 RoyalKnight HardPhuck: jep
21:37 RoyalKnight tarimari: both
21:37 tarimari ok
21:37 HardPhuck i get a response with eID right
21:37 tarimari i just downloaded sources, and it says it cant find config file
21:37 RoyalKnight tarimari: you can install multiple dummies with just one source
21:37 HardPhuck but how can i put that response into some div
21:38 tarimari RoyalKnight: what is the meaning of dummy? what it is needed?
21:38 RoyalKnight tarimari: the dummy packages contains site-specific configuration/plugins/files
21:38 tarimari i see
21:38 HardPhuck tarimari: dummy is the site you will have (your files and folders for doing stuff), the source contains the core functionality to make everything work
21:38 TaucherMK how can i prevent typo3 from caching sites which are served over https?
21:39 RoyalKnight tarimari: source provides core-functionality (database classes, backend, etc.)
21:39 RoyalKnight HardPhuck: don't unterstand what you want now...
21:40 HardPhuck okay, i launch the ajax call withew Ajax.Request('index.php', {
21:40 HardPhuck and i get a response from my tx_ext_eid
21:40 tarimari RoyalKnight: HardPhuck: thanks. i proceed
21:40 HardPhuck the response looks like this:&lt;table class=&quot;whois_is whois_status_used whois_nl&quot;&gt;
21:40 RoyalKnight TaucherMK: i think there is no condition for it in typoscript, so maybe use an external script to check this and then set config.no_cache=1
21:41 HardPhuck and i would like to put that response into the same search field
21:41 TaucherMK RoyalKnight: But that would just prevent typo3 from printing out the cached version, not from caching
21:41 RoyalKnight HardPhuck: i would say this is a js problem!?
21:42 HardPhuck i think yes, because i don't know how to handle ajax responses
21:42 RoyalKnight TaucherMK: config.no_cache=1
21:42 RoyalKnight HardPhuck: so this isn't a typo3-problem then...
21:42 TaucherMK RoyalKnight: That wouldn't be nice for the performance of the site
21:43 HardPhuck well at first it seemed to be :)
21:43 RoyalKnight TaucherMK: you can decide between caching or no-caching - so what do you want?
21:43 TaucherMK ah, i think i know a way to solve my problem
21:44 TaucherMK or not? Let me check that ;-)
21:48 tarimari ok guys i have installed source+dummy, i m inside backend. but i dont see any basic or skeleton site. there are no pages at all
21:49 TaucherMK RoyalKnight: The problem is that typo3 also caches the editText Buttons of the Frontend Editing and i thought it also loads the pictures over https when it creates the site first for https
21:50 TaucherMK the caching of the editButtons can be prevent with no_cache only for admins
21:50 TaucherMK and the pictures are served normally over http, but the favicon is the problem
21:51 RoyalKnight tarimari: maybe dummy is not a good name for it, maybe it should be called "page-setup"
21:52 tarimari RoyalKnight: i see. how i can start. i read manuals but they confuse me. i just need a 1,2,3 to make a very simple site, to "break the ice" and get courage ;)
21:52 RoyalKnight tarimari: now you can learn typo3 - best way i think is to buy a book or read the tutorials from typo3.org
21:52 tarimari RoyalKnight: they are confusing i think
21:52 tarimari i need to break the ice. after that i ll understand maybe
21:52 RoyalKnight tarimari: typo3 is indeed hard to unterstand, best way is learning by doing
21:53 tarimari basically i need to understand how to use an existing html-css template, import it at typo3 and some basic menus
21:53 RoyalKnight tarimari: there will be some point of time, then you say: "now i got it"
21:53 tarimari should i write a lot of lines of typo3 codes to make a simple site?
21:53 TaucherMK i think this is a bug in typo3...
21:54 RoyalKnight TaucherMK: would it solve your problem if you don't cache pages for logged in be-users?
21:54 tarimari RoyalKnight: is there some really good and updated guide?
21:54 tarimari most tutorials are 3 years old
21:55 RoyalKnight tarimari: i think in the first tutorial you install a dummy site (fc bigfeet) through the extension manager - so try the tutorials
21:55 TaucherMK RoyalKnight: i thought this too at first, but when a normal user calls the site over https the moment some be user cleared the cache, the favicon url will be cached with https instead of http...
21:55 tarimari RoyalKnight: ok
21:55 RoyalKnight tarimari: maybe the screenshots are out of date, but the functionality is still the same...
21:55 tarimari i see
21:56 TaucherMK RoyalKnight: All other image urls and so on are generated with http (which is what it should), it's just the favicon
21:57 TaucherMK I also think it isn't a good bugfix to let be_users see only non_cached pages, because they will forget to clear the cache manually before they lock out
21:58 RoyalKnight TaucherMK: i think there are two opinions about this - i always have fe-cache disabled for be-users - otherwise the no_cache=1 has to be added to the url
22:00 RoyalKnight TaucherMK: why is there problem with the favicon when it comes over https?
22:00 HardPhuck how can i load locallang.xml translations into other non pi1 files
22:01 TaucherMK RoyalKnight: It also comes over https when a user calls the site over http and gets an error for the unsigned certificate...
22:01 RoyalKnight TaucherMK: maybe you should buy a signed cert ;)
22:01 TaucherMK >.<
22:02 RoyalKnight TaucherMK: how have you added the favicon?
22:03 TaucherMK page.shortcutIcon
22:03 RoyalKnight HardPhuck: in the context of eid?
22:03 chefan check out if you can implement a custom certificate manager
22:03 HardPhuck RoyalKnight: yes
22:03 chefan i am not sure if that is possible with php, it wors with java, for the bold or the reckless
22:03 RoyalKnight require_once(PATH_tslib . 'class.tslib_pibase.php'); and yourclass extends tslib_pibase
22:04 HardPhuck done that
22:05 chefan ah, forget the comment, misread the issue
22:05 RoyalKnight TaucherMK: as workaround you could write a script which checks for a secure connection - use this script in a typoscript condition and depending on that result include the favicon with https or http prefix with headerdata - don't know if this works, but give it a try
22:06 chefan mod_rewrite perhaps?
22:07 HardPhuck hmm get whole lot of errors
22:07 HardPhuck $this->pi_loadLL();
22:07 HardPhuck added this
22:08 HardPhuck Call to a member function csConv() on a non-object
22:08 RoyalKnight HardPhuck: ok, so i don't know without trying it...
22:08 HardPhuck just sharing my thoughts :)
22:09 RoyalKnight chefan: before mod_rewrite can do something an https-connection is already established and an error message displayed
22:10 chefan mhh, right
22:11 chefan you serve exactly the same content over either https or http?
22:12 RoyalKnight chefan: TaucherMK does, not me ;)
22:12 chefan yes, i was just being lazy ;)
22:12 chefan i thought whoever feels targeted will reply or not
22:15 chefan hmm, mod_rewrite still could help.
22:16 chefan say you used two virtual hosts, one for http, one for https
22:16 chefan pointing to the same data
22:16 chefan and configured e-tags
22:17 TaucherMK e-tags?
22:17 chefan with etags, even exactly the same content will be evaluated as different if coming from a different server
22:18 chefan i have no idea if there is a painless way to do that on a given typo3 site, but it's worth a thought maybe
22:18 chefan sec...
22:18 TaucherMK chefan: I could just serve the backend over ssl, but than the links which the backend creates for the frontend will be broken...
22:19 chefan http://developer.yahoo.com/performance/rules.html#etags
22:20 RoyalKnight chefan: this would not solve the problem
22:20 chefan hmm
22:21 chefan so you need the ssl just for the backend?
22:21 RoyalKnight chefan: including the favicon from another (virtual) host with e.g. http would result in another error when using a https connection for the hole page
22:21 RoyalKnight (including objects from an unsafe host)
22:21 RoyalKnight unsafe = unsecure
22:21 chefan RoyalKnight: the idea would be to pull all https content over that virtual host
22:21 chefan not just the problematic favicon
22:22 RoyalKnight chefan: ok, so https connections are served through a different url
22:23 TaucherMK chefan: But this is not what i want, because this isn't very usable when the admins also have to use another url than the normal users for editing and testing...
22:23 chefan if i understand correctly that the idea is to have an ssl protected backend while not interfering with the frontend data and caching
22:23 chefan so there would be one straightforward solution:
22:24 chefan typo3 must not notice where the user comes from
22:24 chefan but the backend has to be accessed by ssl
22:24 RoyalKnight chefan: then i would turn of caching for beusers in fe - so you haven't understood correctly ;)
22:25 RoyalKnight even feusers are allowed to access pages through https
22:25 chefan erm, isn't that a completely different level of aproach?
22:26 chefan ah, so anyone can acces the page however he likes, be it secure or insecure
22:26 chefan that is tha actual state
22:26 chefan my question was if it is intended to be that way, or if it is just a way to make secure backend access possible
22:27 TaucherMK chefan: so it is, but i don't need this
22:27 TaucherMK but when i turn it off the urls which the backend generates for the frontend won't work either
22:27 chefan weird
22:28 chefan usually it should be possible to run the site over two different virtual hosts without problems
22:28 TaucherMK when i enter the favicon manually in the header and disable caching for be users it works...
22:32 eMaX hi all
22:33 eMaX anyone here uses t3blog?
22:33 eMaX I keep getting messages like Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in .... class.t3lib_db.php on line 809
22:33 eMaX in the backend
22:33 eMaX I'm using typo3 4.2.4
22:56 HardPhuck RoyalKnight: can i load conf vars into the eid file?
22:57 RoyalKnight HardPhuck: try it
23:06 HardPhuck trying... no success
23:25 nhaskins I'm getting an error
23:25 nhaskins Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 372283072 bytes) in Unknown on line 0
23:25 nhaskins is there anything I can check to see if there's something cluttering up my install?
23:44 dinsdale07 nhaskins, where are you getting this error - which plugins are located on the page you are trying to load.
23:45 nhaskins I'm getting the error in my backend (even at the login page) but everything still seems to work fine.
23:45 nhaskins None of my frontend pages seem to have any error

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.