Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 13 February 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
01:46 gerards morning evreyone
01:49 kane^ hi, I created a templat by templavoila and get the error "Couldn't find a Data Structure set for table/row". I googled and just found that i have to choose template structure first and space before choosing template design, but the error is the same
01:49 kane^ save, not space
02:42 Rocketjock hello everyone
02:42 Rocketjock hi ries
06:54 gerards re
07:31 koomi_ mornings
09:17 tsrepadmin hi.
09:17 tsrepadmin can anybody tell me, why just cached pages are considered indexing?
09:23 FloLeBlanc hi all
09:40 smeringe hi
09:50 d|g hi all
09:55 FloLeBlanc when I try to index mm_forum I get Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource .... anyone who can aid me with that?
09:56 FloLeBlanc the problems seem to be the quotes syntax to use near 'TEXT'' AND pid='464'' at line 4 , I don't know why the ext would set them like that hmm
09:59 toms Good morning everyone. Is it possible to use conditional configuration in TS depending on the currently used language (Not depending on GP:L or language=*en*)
10:01 gerards yep. toms check out tsref.
10:01 gerards I think the TSFE array stores the current language. please check that out to confirm.
10:06 alexwx helo friends, is there some typo3 function or variable to get the client IP address? thanks
10:19 gerards yes, check out the coding guidelines
10:21 gerards alexwx: http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/1/3/#id3520872 (paying attention to REMOTE_ADDR)
10:21 gerards hth
10:26 FloLeBlanc nvm an update to 0.1.5 does the job
10:30 toms gerards: Thanks for your help. In the "Conditions" section of TSref I cant find how to check for the current language, only for language=*en*
10:33 gerards toms: alright, ini TSREF, under conditions, it tell syou how to check for TSFE
10:33 gerards in the TSFE object, there is a sys_page object.
10:34 gerards that sys_page object contains a sys_language_uid variable (integer I think)
10:34 gerards so you need to do a TS conditional on TSFE -> sys_page -> sys_language_uid
10:34 gerards toms: tsref should tell you how to do that :) hth.
10:35 toms Mh... Never heard bout that, but I'll have a look. Sounds interesting :)
11:01 FloLeBlanc anyone using mm_forum 0.1.5 ?
11:13 pmk65 Has anyone here a lot of experince with GIFBUILDER?
11:13 pmk65 I have a GIF image with 256 colors. On that I write some text using GIFBUILDER, and output the new image on my TYPO3 site. But now the colors of the image is reduced to 78 colors and the image is dithered, EVEN if I set "reduceColors=255" and/or "quality=100" :(
11:13 pmk65 How do I turn the dithering off, and preserve the number of colors?
11:24 informatix Hi all, having troubles to convert typo3 project to another webspace
11:25 toms I just read that it is not possible to set sys_language_uid within a condition and lateron check for it via "[globalVar = TSFE:sys_page|sys_language_uid = 1]". How can I achieve this alternatively?
11:25 informatix problems are related to sql rights, because with webspace change also db name change comes along
11:25 informatix what's to do?
11:26 informatix I have updated localconf via install tool and db connect is successfull
11:27 informatix i tried to import sql dump, but because of different admin right or whatever the import is not sucessfull in whole
11:28 informatix does someone has any idea?
11:34 informatix no one?
11:37 informatix there is also a problem with the umlaut in the transfered pages
11:39 informatix but i do not understand this umlaut problem because in both projects it's UTF-8 Unicode (utf8)
11:43 informatix hello anybody out there ready for some help?
12:47 HardPhuck The requested page did not exist or was inaccessible. For this domain something.com no error-page is defined.
12:47 HardPhuck Please check the domain-records.
12:47 HardPhuck what does this error mean
12:58 xsebi_ i set tt_content image borderThick to 0 but it still shows me a border , how can i cut it out ?
13:03 xsebi_ have it
13:18 Nav hello guys
13:40 pulponair uschi_: are you arround?
13:40 Nav http://phpfi.com/296217
13:40 Nav anyone plz check this
13:41 Nav how to get the current menu id which is generated in the tmenu
13:41 Nav ?
13:43 Nav anyybody know how to get the current menu id which is generated in the tmenu?
13:49 Nav hello??
13:55 informatix hi, i have just transfered a typo3 project to another webspace and there are a few misterys
13:55 pmk65 Nav: Where do you want to use the Id, inside the TMENU?
13:55 pmk65 If so you should be able to get it by using "field = uid"
13:56 Nav yes inside tmenu
13:56 Nav pmk65: http://phpfi.com/296217
13:56 Nav plz look at it
13:56 informatix typo3 does not manage to produce image magic entries within the menue, but imstall tool states that image magic works fine - what else could be wrong?!?
13:57 informatix beside all trailer images are disappeared, but in backend everything looks fine, too - any idea?
13:57 Nav pmk65: is the syntax ok?
13:58 Nav i have made a function in localconf.php with the name user_match
13:58 Nav it will receive the current menu item
13:58 Nav and then on some conditions return true or false
13:59 informatix hello? has anybody any idea for me, please?
14:01 Nav pmk65: have u looked at it?
14:03 pmk65 Nav: You can't use conditions inside typoscript objects, so you can't do a condition that checks on each item in the menu)
14:06 Nav but if i replace this user_match(field = uid)
14:06 Nav with user_match(22)
14:06 Nav then it works perfectly fine
14:06 Nav what i have studied is that you cant have conditions in braces
14:06 Nav and in that code i do not use any braces
14:07 smeringe ho, ho
14:07 pmk65 informatix: I experinced a similar problem yesterday, where all GIFBUILDER objects turned out black. To fix it I had to change the format in the Install Tool from "gif" to "png" Once i did that everything worked.
14:08 Nav pmk65: do u got any suggestions?
14:08 pmk65 Nav: what is it you want to accomplish? Different wraps foreach item?
14:09 Nav i want to add a different text to each menu item based on the menu item id
14:09 Nav exactly thats what i want
14:10 Nav how do i achieve that?
14:10 pmk65 Well I usually just adds the ID to the wrapping div, and then use CSS to make different layouts.
14:11 Nav no no
14:11 Nav i want also add a hyperlink <a> tag
14:11 pmk65 Nav: Inside your TMENU/NO object, add this "subst_elementUid = 1"
14:11 Nav by using ur approach how to i add a link?
14:12 pmk65 Then you can use the pseudokeyword "{elementUid}" to get the Id of that menuitem.
14:13 maholtz680 @informatix: truncate table cache_* via phpmyadmin - and check your image setup again
14:13 pmk65 Another way is using the CASE object inside your TMENU
14:15 maholtz680 @Nav - maybe you should use something like subtitle from pages?
14:16 Nav hmmm
14:16 Nav whats the best and easy approach?
14:17 pmk65 Nav: Case is pretty easy. Something like this: http://phpfi.com/296225
14:19 pmk65 It dosn't have to be on the "before" object, you can also use "after" or "stdWrap" depending on where you need to insert your extra code.
14:20 pmk65 Has anyone here a lot of experince with GIFBUILDER?
14:20 pmk65 I have a gradient GIF image with 256 colors. On that I write some text using GIFBUILDER, and output the new image on my TYPO3 site. But now the colors of the image is reduced to 78 colors and the image is dithered, EVEN if I set "reduceColors=255" and/or "quality=100"
14:20 Nav its so confusing
14:22 maholtz680 @nav:do not know what is easier - maybe case - but than you have everything in typoscript. If you use an field of pages you can simply change your definition - delete an page, insert an new...
14:23 Nav whats the most simplest and easy
14:23 Nav way
14:23 pmk65 Nav: how is your output supposed to look like? (HTML code)
14:23 Nav yah
14:24 Nav like if [userFunc = user_match(field = uid) ]
14:24 Nav temp.menu_1.1.NO.allWrap = <div class="main-menu-no">22 | </div>
14:24 Nav [end]
14:24 Nav e.g. is this condition is true then i will adding an image with a hyperlink to the place where i right now added 22
14:25 pmk65 As I told you, it will never work, as you can't access the IDs of the menuitems outside the TMENU object (which is where you place your conditions)
14:26 pmk65 But the CASE example I posted earlier, will do exactly what you want.
14:27 Nav can u modify ur case statement that u just posted to what i want plz
14:28 Nav so that i have a better idea to modify it later
14:28 pmk65 Nav: -> http://phpfi.com/296227
14:28 pmk65 If the ID=22 it will create an image
14:29 pmk65 otherwise (default) it will just do nothing
14:33 Nav pmk65: http://www.huelser-stoehr.de/index.php?id=20
14:33 Nav check this
14:33 Nav these are the menu items which infront of them there will be an image of download
14:34 pmk65 So what you want is just a different image for each menuitem?
14:35 pmk65 then you could just attact that image to the media field of the various pages, and then retrieve those in your menu..
14:36 Nav no same image but with different links for each menu item
14:36 Nav actually i m a new bie
14:36 Nav thats why i could not understand TS
14:36 dokma kewl. this link: valdez.hr/hr/ loads english and this one: valdez.hr/en/ croatian ? any ideas where I messed it up?
14:38 pmk65 ok, if the links needs to be different too, then the CASE solution might be the best idea. BTW: You should run your page through a HTML validater, as theres quite a lot of errors/warnings on your page. 90% of them dissapears when you make your code XHTML compliant (always remember all tags needs to be closed, so tags like the <BR> tag should look like this <br /> etc.)
14:39 Nav this website is w3c complaiant already
14:52 dokma ries: you got any explanation for the behaviour of my lang menu? www.valdez.hr
15:15 pmk65 dokma: Your language menu works fine here (Mozilla on XP)
15:16 Phlogi__ dokma: the problem are those other flags on the right?
15:16 pmk65 The only problem I could see (not related to the menu) is that the "lang" attribut on the HTML tag is set to "en" no matter what language you choose. This affect searchengines
15:16 Phlogi__ otherwise works fine here too, firefox on linux
15:17 dokma the prob is this
15:17 dokma valdez.hr/en/ does not load english
15:18 alexwx hey... how to initialize that stuff to get this object??? $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.']? Because I need it to load from fe_index.php for an AJAX stuff. Anybody can help? I just need to use the pi_RTEcssText func from pibase for translate typo3 tags from RTE into real HTML tags. Help. Thank you
15:18 dokma this one: www.valdez.hr/hr/
15:18 dokma loads english instead of croatian
15:18 dokma just now I tried to turn off realurl and try it with &L=0,1,2
15:18 dokma and that works fine
15:18 pmk65 dokma: wouldn't you need RealURL/CoolURI if you plan on using URLs like www.valdez.hr/hr/ ? From what I can see it just uses IDs.
15:19 dokma I just turned it off a second ago
15:19 dokma to see if &L=0,1,2 notation would work
15:19 pmk65 have you tried clearing the RealURL tables? Sometimes they retain old info, which causes problems.
15:19 dokma ahhh!!
15:19 dokma didn't try that one
15:21 pmk65 BTW: For fixing the problem with the "lang" attribute, you just need to set this one too: "config.htmlTag_langKey ="
15:21 dokma pmk65: will do that as soon as I get that language menu handled
15:21 dokma I just cleared the realurl caches
15:22 dokma but the lang menu still shows wrong paths
15:22 dokma you will notice
15:22 alexwx NO one can help<
15:22 dokma when you point to the GB flah
15:22 dokma flag that the link contains /hr instead of /en
15:23 pmk65 dokma: did you try to flush ALL the realURL tables?
15:23 alexwx hey i know there is someone
15:23 dokma pmk65: went to info -> speaking url mangmt
15:23 dokma and flushed everything I could find
15:23 dokma any other way?
15:23 pmk65 alexwx: Can you access $GLOBALS['TSFE'] ?
15:24 dokma I have phpmyadmin on this T3 install
15:24 pmk65 dokma: use phpmyadmin, and "Empty" every realurl table.
15:24 dokma I can try that way too
15:24 dokma we think alike :)
15:25 alexwx pmk65 no, but something like $TYPO3_CONF_VARS
15:25 alexwx pmk65 Database is on $TYPO3_DB
15:27 pmk65 alexwx: Maybe this will help.. It's the init function on an eID based plugin I made a while ago. It sets up the TSFE object and a few others. -> http://phpfi.com/296235
15:29 pmk65 alexwx: I also include a couple of clases which is needed (I can't remember which ones is needed for setting up the TSFE object, but it's some of these +> http://phpfi.com/296236 )
15:29 dokma pmk65: truncated them all
15:29 dokma menu still shows the same stuff
15:29 dokma wanna see TS ?
15:30 pmk65 dokma: what about the RealURL config. Isn't there some language specific settings there? (Im don't have that much experience in multilang sites)
15:31 alexwx pmk65 ok i check it out. but for what is there UID and the PID?
15:31 dokma no, realurl is setup with 3 lines of TS
15:31 dokma none of which control language stuff
15:32 pmk65 no I don't mean the RealURL typoscript, but the PHP setup of RealURL.
15:33 pmk65 alexwx: $this->pid is the id of the current page, $this->uid is the ID of my contentelement.
15:34 alexwx pmk65 I need it also<
15:36 alexwx pmk65 hmm<
15:37 alexwx pmk65 but, isnt pid the parent ID and uid the page ID?
15:37 pmk65 alexwx: instead of pi_RTEcssText you should be able to use the parseFunc of class.tslib_content.php (most of the pi_base functions just call other functions )
15:38 alexwx pmk65 so can you help mi what to call< how to load it?
15:39 pmk65 alexwx: not in my spaghetti code ;) I use "pid" for page id and "uid" for element id.
15:40 ries pmk65: do you still have problems with gifbuilder?
15:40 pmk65 alexwx: you'll need most of the code I provided, in order to initialize/setup the cObj object. Once you have done that, you should be able to access $this-cObj just as you would in a standard FE plugin
15:41 pmk65 ries: yes. My 256 color GIF ends up as a dithered 78 color gif. :(
15:41 alexwx pmk65 hmmm but how to get the element ID? but i dont understand now, what is suffice to use the rte function to make real HTML tags
15:42 ries pmk65: tried graphicks magic already? and in the install tool set the image processing on full color?
15:44 pmk65 alexwx: You'll have to look at the code of the fe_index.php, and see how the id is retrieved there.
15:46 pmk65 ries: The server has only ImageMagick, but the "png_truecolor" setting is set to 0, so I'll try setting that one to 1 and see if it makes any changes.
15:46 ries try that indeed...
15:47 ries gifbuilder is a bit flaky...
15:48 pmk65 ries: That was it!! Now the dithering is gone.. Thanks.. :D
15:48 ries glad to hear !
15:49 pmk65 ries: I know that gifbuilder is a pain. ( The one that gave me problems, renders transparent text on a gradient background)
15:49 ries that's indeed a trivky one...
15:49 ries tricky
15:50 pmk65 To create transparent text, I first renders the text, then I use the same text to create a mask, but with a greyscale color for use as alpha mask. That way I can control the transparency level, and get nice nonjagged outlines.)
15:53 alexwx pmk65 ok, now I have loaded something like this $GLOBALS['TSFE']->tmpl->setup .. but i am missing the next to. I need this $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.']... can you help<
15:57 pmk65 alexwx: isn't that part of the $GLOBALS['TSFE']->tmpl object you created?
15:57 alexwx pmk65 it is
15:58 alexwx tha pi_RTEcssText function has a call into $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.'] to get a function for parse. So I need this one
16:03 pmk65 You can't use pibase functions, but you can use cObject functions, and according to the API, then pibse uses a function from cObj for RTE parsing..
16:03 pmk65 function pi_RTEcssText($str)
16:03 pmk65 Will process the input string with the parseFunc function from tslib_cObj based on configuration set in "lib.parseFunc_RTE" in the current TypoScript template.
16:03 pmk65 This is useful for rendering of content in RTE fields where the transformation mode is set to "ts_css" or so.
16:03 pmk65 Notice that this requires the use of "css_styled_content" to work right.
16:03 pmk65 So "parseFunc " from tslib_cObj should perform the same function.
16:06 alexwx pmk65 So simply use the parseFunc of the cObj ?
16:09 pmk65 yes. and my guess you'll need to fill the $conf var of parseFunc with what you get from $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.']
16:11 alexwx pmk65 ok but how i fill the $confVar if the $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.'] is empty??? how to get it? It is still empty.
16:11 No5251 can anybody tell me why the ###checked_INPUTNAME### in my mailformplus template isn't preselected?
16:12 alexwx No5251 try ###checked_INPUTNAME_ITSVALUE###
16:13 pmk65 alexwx: dunno. I thought it contained data.. Maybe you can fill it manually, or read it in another way. What it should contain is the Ts setup defined in css_styled_content, bu maybe because you are not in FE at the time you access it, so the typoscript template is not loaded yet
16:15 alexwx pmk65 ok I try to load it manually, so then I can remove all the TSFE object, hm<
16:15 No5251 alexwx: nothing happened
16:16 pmk65 alexwx: no I think you'll still need that in order to get access to the cObj object.
16:17 alexwx No5251 the value cant contain no characters as a-zA-Z and the _ sign i thing
16:17 alexwx think
16:18 No5251 alexwx: i tried "ja" and "1"
16:18 alexwx pmk65 but cObj I can initialize as piBase no? Like $piObj = t3lib_div::makeInstance('tslib_pibase');
16:18 alexwx No5251 this is for input type checkbox<
16:19 alexwx No5251 try selected, no checked
16:20 No5251 i've got checkboxes :-/
16:20 No5251 eh ... -got? ^^
16:20 pmk65 alexwx: I haven't been able to do it. pibase requires a lot of things. and I have no clue on where to find info on what classes ect. you need to load.
16:21 alexwx No5251 try selected
16:22 alexwx pmk65 ok, where can i get the config of that parseFunc?
16:24 No5251 alexwx: still the same ...
16:26 alexwx No5251 hmmm maybe it is checked, as this one <input type="radio" name="location" value="neydharting" ###checked_location_neydharting### />
16:26 alexwx ou this is radio, moment >|
16:27 pmk65 alexwx: from css_styled_content "lib.parseFunc_RTE"
16:27 alexwx No5251 <input type="checkbox" name="wandern" value="wandern" ###checked_wandern_wandern### />
16:30 alexwx pmk65 ok, but this is writen in TS, how to make an php array from this?
16:32 pmk65 cheat.. Create a dummy frontend plugin, and do a t3lib_div::debug($GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.'])
16:32 pmk65 That way you should be able to see it as a PHP array, and copy that for your code..
16:35 alexwx pmk65 but the debug func return an table with info about that
16:36 pmk65 the try the print_array function instad.
16:37 ries really cool : http://www.youtube.com/watch?v=jwMj3PJDxuo
16:37 alexwx pmk65 hmm this is the same
16:39 pmk65 how about if you debug $GLOBALS['TSFE']->tmpl
16:39 alexwx pmk65 maybe view_array, i go to cehck
16:39 pmk65 The output of the typo3 debug command differs if you debug an object or an array.
16:42 No5251 alexwx: i can do what i want ...
16:43 No5251 maybe i just set it by myself with checked="checked"
16:43 alexwx pmk65 hmm strange but no php arraty i cant see, in debug func i have there the table
16:44 alexwx No5251 then I dont know, i just sent an example of my code which works
16:49 alexwx pmk65 are you sure there is some func to give a php array from ts array?
16:51 pmk65 alexwx: If you use typo3's debug function on an array, you get a table output, but if you use it on an object, you get a php structure.. Try debugging $GLOBALS['TSFE'] as that should be an object
16:52 No5251 alexwx: i think there's something wrong ... even the code from the example template doesn't work
16:56 hinne hi. can somebody tell me why typo3 is using the mysql table cache_pages? is it possible to disable this table, so typo3 doesn't write it?
16:58 kane^ hi, I'm learning typo3 by a tutorial of a book and have a problem with templavoila without using the wizard. a created a field for the content and mapped it to the content-div-container but when i create content nothing is displayed on the webpage (something like navigation and header works). I know it's hard to find the problem, but maybe somebody can help me to solve that problem.
16:59 alexwx pmk65 ok i got it, but is the print_r style... the same :)
16:59 pmk65 ok. I knew there was a way to do it..
17:08 alexwx pmk65 ok i have it the php array, but i had to make some cosmetics changes :) about 15 min
17:29 Georges hi all
17:30 GeorgesAbitbol hi all
17:34 GeorgesAbitbol I need help on multiple condition in TS. I have a condition on right column content (existing or not) which is working well. But I want to add on the same condition the fact that there a 4 level page on the rootline.
17:35 GeorgesAbitbol ==> (if roght content and/or levle 4 page in rootline) ...
17:35 GeorgesAbitbol hear's my ts : http://phpfi.com/296262
17:37 GeorgesAbitbol has anybody a solution for this ?
17:51 nomatter002 hi
17:52 nomatter002 hi
17:52 nomatter002 is it possible to change the category order in the jm_gallery extension?
17:53 nomatter002 i mean at the first of the 3 pages
17:53 nomatter002 of the site
17:53 nomatter002 not site extension
17:53 nomatter002 the LIST-page
18:08 uschi_ pulponair, are you around
18:08 uschi_ because i am now
18:09 xsebi_ GeorgesAbitbol : try with condition [treeLevel = x]
18:16 GeorgesAbitbol xsebi_: thx. i have tried but nothing... perhape did i miss smthg
18:42 helawann hello
18:58 bouter powermail experts here?
19:10 helawann i want my own extension to display a form at the frontend. if i do something like "$content = '<form action=index.php?id=57><table>';" i get something link "<form action="index.php?id"><table>". Does someone know why?
19:39 bouter powermail experts: I have a mailform and chose the field where peope enter their emailaddress as the senderfield, If I get a mail sent from the form it gives me uid3 (id of the field) instead of the emailaddress, anyone here know why?
19:53 Denyerec are there any powermail experts ?
19:53 uschi again, Denyerec ?
19:56 Denyerec Oh, nono
19:56 Denyerec [18:39] <bouter> powermail experts:
19:56 Denyerec And given it is so new, I wonder if anyone dare call themselves an expert yet
19:56 bouter ok no experts then. :) are there any persons who have used it and encountered the same problem?
20:21 Phlogi_ where can I set the default backend date format?
21:02 ries anybody member of the association?
21:49 void ries: my company
22:02 Phlogi__ where/how can I get cal svn versoin?
22:06 Phlogi__ void
22:08 void Phlogi__: http://typo3-calendar.org/, svn: http://svn.webempoweredchurch.org/repos/calendar/trunk/cal/
22:08 Phlogi__ void: is down
22:08 void Phlogi__: what?
22:08 Phlogi__ svn.web.... is down here
22:09 Phlogi__ void: can you confirm?
22:09 void no
22:10 void one sec, i'll try svn
22:10 Phlogi__ yes please
22:16 Phlogi__ void: do you have a recent svn version?
22:16 void Phlogi__: svn works fine
22:17 void just checked out last revision
22:17 Phlogi__ hmm could you send it to me, I really can't go to svn.webempowerchurch.org
22:18 Phlogi__ unknown server I get
22:18 Phlogi__ my friend too
22:19 void Phlogi__: webempowered
22:19 Phlogi__ very odd it does not work from here...
22:19 Phlogi__ yes yes, used your link
22:19 Phlogi__ from my university it works....
22:19 Phlogi__ how can I use that in my extension? I mean shall I just copy over the files?
22:19 Phlogi__ or could you send me a t3x from latest svn?
22:21 void Phlogi__: just remove folder "cal" in typo3conf/ext and copy files to typo3conf/ext
22:23 Phlogi_ void: hehe ok
22:25 void Phlogi_: i can gzip latest svn version and give you a link to
22:44 SeeeD hi
22:44 SeeeD i have a problem with my menu in typo3
22:44 SeeeD http://phpfi.com/296323
22:45 SeeeD i will show the second, third, ... layer
22:45 SeeeD but this typooscript only shows the first layer ...
22:45 SeeeD anyone here who can help me?
22:49 SeeeD nobody?
22:49 SeeeD :(
22:51 Denyerec SeeeD
22:52 Denyerec write it out longhand
22:52 Denyerec instead of using .1 .2 notation
22:52 Denyerec and see if it works then
22:54 SeeeD ok waight..
22:54 SeeeD i'll try it
22:55 SeeeD Oo
22:55 SeeeD *wait
22:56 SeeeD no... it won't work
22:56 SeeeD -.-
22:57 SeeeD http://phpfi.com/296327 <- is there anything wrong?
22:57 kane^ I'm learning typo3 by a tutorial of a book and have a problem with templavoila without using the wizard.
22:57 kane^ I created a field for the content and mapped it to the contents-div-container but when I create content nothing is displayed on the webpage (something like navigation and header works).
22:57 kane^ I know it's hard to find the problem, but maybe it's a common problem and somebody can help me.
22:58 ries kane^: did you add css-style_content to your root page?
22:58 kane^ no, but i will try it
23:02 kane^ now it works :))
23:02 kane^ thanks very much
23:02 ries no problem
23:03 ries it's one of these common problems :D
23:05 ries void: should I be a member of the association?
23:06 void ries: dunno
23:07 void ries: if you will, you could write on your homepage "member of association" and association will send you some reports
23:07 SeeeD ok, without "special.value = 31" i see all pages from the website, but i will not see all pages ... only the pages in the categorie menu_left...
23:08 SeeeD is there any way to show only these pages in the menu?
23:08 ries void: any intresting in thse reports?
23:09 void ries: for me - no. if you follow some mailinglists, nothing new
23:10 ries iwill leave it then...
23:10 ries Just curious what's in there reports :)
23:13 Phlogi__ void: hmm with svn calender extension nothing shows up :(
23:14 Phlogi__ oh wait maybe the rights...
23:16 Phlogi__ damn cal svn seems buggy
23:17 Phlogi__ oh clearing cache fixes much
23:46 Phlogi_ void: When switching to svn version, what if the tables changed, how can I update my tables? I get this error Unknown column 'tx_cal_controller_isorganizer' in 'where clause',
23:46 Phlogi_ In install tool under compare its not listed
23:47 void Phlogi_: use Ext. manager..
23:47 void maybe
23:48 Phlogi_ void: and doing what there?
23:48 void Phlogi_: and select "cal". there should be a list of sql changes you need to apply
23:48 Denyerec Hey guys
23:49 Phlogi_ ok
23:50 Phlogi_ void: hmm it shows nothing... and now the ext does not work any longer at all... nothing shows up in fe
23:51 void hm..
23:51 void sooo...
23:51 void you can add columns by hand
23:51 Phlogi_ wait, my fault
23:51 void or back-up your data, drop cal tables and re-install cal..

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.