Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Saturday 30 May 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
10:23 okapi hi
10:24 okapi could any of you guys maybe tell me why typo3 resizes pics all the time for me even tho my editing type is img file and not img file fixed w+h?
10:25 okapi :)
10:28 okapi i am using templavoila btw
10:29 okapi dunno if the problem is related to that possibly
10:41 okapi okay, i at least found out how to correct this
10:41 okapi so nevermind
11:41 patrics hey
11:47 patrics does anyone know whats wrong if my frontend plugin can not be inserted as content (does not show up in the plugin list) - plugin is losw in the life-environment, while its available on the local development system. i'm lost... thanks in advance
16:42 m4rtijn hi all
16:43 m4rtijn does anyone know if the regular search * standard content element * equals the " indexed seach plugin " to which many extension refer?
18:33 ChrisWi m4rtijn: sorry don't know
20:12 MarekX Hi, anyone could help me solve this problem pls?
20:13 MarekX I have template (xhtml + css) and when I try to map it in TemplaVoila, it without any sense move the </body> tag in the middle of the document, so I can't map anything behind it :(
20:30 isolysis guys, i'm experiencing a really annoying problem: i am logged in typo3 backend and doing maintenance as normal, but very frequently, if i visit a page on the front end, then when i try to do anything in the backend again, it says sorry session expired or logged out - thus i have to keep logging in again, over and over - anyone else know what's going on here? :/
20:31 davidbruchmann did you set cookie domain in localconf?
20:34 davidbruchmann look at [SYS][cookieDomain] in installtool
20:35 davidbruchmann on page All Configuration
20:36 mibmib hey there...anybody can help me out with typoscript
20:37 davidbruchmann what's up?
20:38 mibmib just wanna know if i can combine a cObject with a predeifned .wrap -> like thiS: ....stdWrap = <div>|</div> + temp.myObject
20:39 mibmib myObject is a RECORD Object with a nomal string
20:39 davidbruchmann did you tryy it?
20:40 mibmib not yea...but i dno´t think this will run...typoscript doesnt know this
20:42 davidbruchmann in stdwrap there are many wraps (outer, inner...) you can combine them
20:43 mibmib ....my problem is that i have to build a CATMENU from tt_news ext with additional information (it should not only be a list of the categories but also the cat description, from the category record)...for this i made a cObject which contains the description...now i have to include this in the .stWrap option of the Categiries Menu cause there is no MARKER for the catmenu styling (only LIST,...
20:43 mibmib ...LATEST, SINGLE etc.)
20:44 mibmib ok, then i´ll try inner/outer
20:44 davidbruchmann you can do it like that ...x = COA
20:45 davidbruchmann ...x.10 = your description
20:45 davidbruchmann ...x.10 your catmenu
20:45 davidbruchmann sorry ...x.20 = your catmenu+
20:47 davidbruchmann @isolysis: you found it?
20:50 davidbruchmann @isolysis: you found it?
20:50 isolysis davidbruchmann: it looks like i got disconnected, could you repeat anything you said?
20:51 davidbruchmann go in installtoo
20:51 davidbruchmann on page general options
20:51 davidbruchmann sorry: page all configuration
20:52 davidbruchmann search for [SYS][cookieDomain]
20:53 isolysis davidbruchmann: yeah i am there now, i can see .mydomain.com
20:53 davidbruchmann there you can insert ".domain.com" without www
20:53 mibmib davidbruchmann: i´m trying
20:53 davidbruchmann ok
20:54 isolysis davidbruchmann: i already have that there, hmm?
20:54 davidbruchmann ok, that was No.1 only
20:54 davidbruchmann you have a firewall or a proxie?
20:55 isolysis i have zonealarm installed, no proxy
20:55 davidbruchmann deactivate it
20:55 davidbruchmann and try again
20:56 isolysis davidbruchmann: the thing is, if i am logged into backend, i can work from there normally no problems - the problem only happens when i save a page, then i try to visit the page in the front end, then when i go back to the backend, i am logged out
20:56 mibmib so i have this: plugin.tt_news.displayCatMenu.catmenuItem_NO_stdWrap.wrap = <div class="overwriteClass">|</div> <- here i can wrap the catmenulink
20:56 mibmib and this: temp.test <- contains my string with cat description
20:57 mibmib i cannot add a wrap with wrap.10
20:57 davidbruchmann @isolysis: problems with zonealarm and typo3 are wllknown
20:58 mibmib temp.test = RECORDS
20:58 mibmib temp.test {
20:58 mibmib tables = tt_news_cat
20:58 mibmib source.data = register:newsCategoryUid
20:58 mibmib conf.tt_news_cat = TEXT
20:58 mibmib conf.tt_news_cat.field = description
20:58 mibmib }
20:58 mibmib this is my snippet which fetches the cat description from the db
20:58 isolysis davidbruchmann: sure, understood - i've just killed zonealarm, i guess i should try editing some further
20:58 davidbruchmann can youo post TS in the other window?
20:59 mibmib did it
20:59 davidbruchmann iso..: ok, try and post your result
20:59 davidbruchmann mimi: ok+
21:18 isolysis davidbruchmann: i turned off zonealarm, but typo3 is still kicking me out each time i load a front end page
21:19 davidbruchmann ok, delete cookies
21:19 davidbruchmann at least of the domain where typo3 is running
21:23 isolysis ok i just cleared all cookies, lets try again..
21:24 isolysis aside question: i want to include a javascript file for only one page (homepage) but not any of the subpages, is there an easy way to do this?
21:31 garold I want to install Typo3, but I already have wamp installed. What should I do? Thanks, Garold
21:35 chicken_mangler nick/ chickem_mangler
21:37 isolysis davidbruchmann: i tried clearing the cookies and cache, unfortunately, still same problem :(
21:39 davidbruchmann ok, i'm thinking ;-)
21:44 davidbruchmann iso: you build your installation with yaml?
21:44 isolysis davidbruchmann: appreciate your help in any case
21:44 davidbruchmann an old version?
21:44 davidbruchmann there is a script changing cookies
21:45 davidbruchmann another extension does it too
21:55 davidbruchmann isolysis?
21:55 isolysis davidbruchmann: yeah it is using yaml, i can't remember the version exactly.. how can i check?
21:56 davidbruchmann just serach for the javascripts included in the frontend-page
21:57 isolysis what do you mean
21:57 davidbruchmann there may be a script named setcookie.js or cookie.js
21:57 isolysis YAML for TemplaVoila - Version 2.0.11
21:57 isolysis yeah there is cookies.js i think, its for the text resizing
21:58 davidbruchmann <script type="text/javascript" src=".../setcookie.js"></script>
21:59 davidbruchmann uncomment the line in your typoscript-setup that includes this script or rename the script simply so that it isn't found anymor
22:00 isolysis if i did that, then the text resizing wouldn't work..?
22:01 davidbruchmann first try if it solves the problem, than we search a solution for other problems
22:02 isolysis would it be easier if i renamed the script itself on the server? going through typo settings might take longer?
22:02 davidbruchmann yes, try it
22:10 davidbruchmann here is a newer version of typo3 with yaml: http://www.t3net.de/download.html
22:11 davidbruchmann there the script doesn't make the cookie-problem
22:12 davidbruchmann I'm pretty sure
22:12 isolysis davidbruchmann: but this site is live and in production, i don't think i could update the yaml, since many things would be overwritten or cause the site to break! what can i do? :/
22:14 davidbruchmann first: did renaming solve the problem?
22:14 isolysis davidbruchmann: also what i find strange, is that i have been working with this site, yaml etc for a long time and no problems ever had before, but now they are appearing for no apparent reason it seems
22:14 isolysis one moment, i double check the renaming,
22:31 isolysis davidbruchmann: i renamed the cookies.js file and the session expiring problem went away! only now, how do we get around this?
22:37 davidbruchmann read the yaml docu referring this item perhaps there is also a hint referring this problem
22:38 davidbruchmann you can try to download the newest version and replace only this script
22:38 davidbruchmann but I didn't verify that becaus I don't use this switch
22:43 isolysis davidbruchmann: ok, thanks for the info, i will try that later
22:44 davidbruchmann ok

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.