Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 17 March 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
00:14 tPl0ch hello there
00:17 tPl0ch somebody still in?
00:17 tPl0ch http://paste.phlogi.net/-3089a82593/
00:17 mangan @cooky: hello again: unfortunately I ran into some more problems and COMPARE crashed my installation .. do you have any idea where cache_hash comes from .. I mean where is the sql file for it?
00:17 tPl0ch why is it that typoscript not cropping an quadratic image
00:18 Phlogi tPl0ch: hmm what is c?
00:18 tPl0ch Phlogi: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/5/#id4164427
00:19 Phlogi oh didn't know that
00:19 Phlogi make sure that there is really this object on that level
00:21 Denyerec gn phlogi
00:21 Phlogi hi Denyerec :)
00:21 Phlogi :D
00:22 Denyerec lo :)
00:22 Phlogi hihi: http://failblog.files.wordpress.com/2009/02/fail-owned-laundry-fail.jpg
00:23 Denyerec Hah, harsh :)
00:23 Denyerec I did laundry today :D
00:23 Denyerec .............. ?
00:24 Denyerec posting content through firefox or something ?
00:24 Denyerec Ah
00:24 Denyerec Nothing so sophisticated
00:24 Denyerec ;)
00:26 Phlogi no... just refs and search function
00:26 Phlogi typo3 workbench
00:35 Denyerec Oooh
00:35 Denyerec I wish Opera supported extensions
00:35 Denyerec it's a massively better browser than firefox.
00:35 Denyerec Except the extensions... WAAA
00:35 Denyerec (The new dev tools are equal if not better than Firebug, so that's a blessing)
02:14 mangan this is horrible: after uninstalling some extensions I don't need anymore I only see "Query failed: ERROR: null value in column "uid" violates not-null constraint in /var/local/typo3_src-4.2.6/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php on line 115" in the FE and BE - any ideas?
02:23 mangan please
02:52 mangan noone there?
03:09 nkuttler mangan: how did you uninstall the ext?
03:13 mangan hi
03:13 mangan this is all very serious, i uninstalled it in em
03:15 mangan I got so far that it must have something to do with content, because the number of error lines in the backend and frontend depend on the number of content elements, so when there are 3 elements in 2 languages I see six lines
03:15 nkuttler hm, no idea then
03:16 mangan so far your my only hope
03:17 nkuttler maybe you have a table that doesn't have an autoincrement? iirc they require more work to create in postgres
03:18 mangan I did that a lot of times in postgres
03:18 mangan but I thought dbal/adodb would handle this
03:19 nkuttler just guessing
03:19 nkuttler googling the error suggest using alter table foo alter uid set default 0
03:19 nkuttler i hope you have backups?
03:20 mangan no
03:20 nkuttler well, and start by finding out the exact query that fails etc
03:20 nkuttler oh
03:20 mangan well, everythings fails .. worst is you see it on every page in the frontend
03:21 mangan as well as the backend
03:21 mangan it is a very basic thing
03:21 nkuttler mangan: debug /var/local/typo3_src-4.2.6/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc./var/local/typo3_src-4.2.6/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php on line 115
03:21 nkuttler oops, you get the idea
03:21 mangan not really
03:22 mangan what debug do you mean?
03:22 mangan I have all debug options turned on I found
03:22 nkuttler which specific query is executed, try it manually, fix it manually
03:22 nkuttler that's what i'd try. but i don't use postgres, so i can't really help. maybe you should try #postgresql or whatever they use
03:23 mangan terrible
03:23 nkuttler they can maybe tell you a few possible reasons
03:24 nkuttler mangan: work on it
03:24 nkuttler bye :/
07:59 LionRock why Im getting in BE (I have created my own ext.) in select box a [ INVALID VALUE (5) ] ? I have a requestUpdate for one select box and when user selects one, then second selecbox is filled with related data, but I dont know why Im getting this? I also get a results and then the last result is this one [ INVALID VALUE (.... Any tip ?
08:40 Bluespuke hello
08:49 LionRock why Im getting in BE (I have created my own ext.) in select box a [ INVALID VALUE (5) ] ? I have a requestUpdate for one select box and when user selects one, then second selecbox is filled with related data, but I dont know why Im getting this? I also get a results and then the last result is this one [ INVALID VALUE (.... Any tip ?
09:16 _pedda_ hi all
09:22 drindt how i can automatic change the language in respect of the header what visitors browser sent? i want avoid implementing a language chooser
09:23 spabhat drindt: there is a language detector plugin in typo3 repository check it out
09:23 _pedda_ rlmp_language_detection
09:23 spabhat yes
09:23 drindt thaaaaanks
09:31 Bluespuke how to raise the limit of character in an event in calendar base?
09:34 LionRock any tip on my problem ? :/
10:00 lilalinux I have defined a new sub-template "text" like this in page TSconfig:
10:00 lilalinux TCEFORM.tx_templavoila_tmplobj.rendertype.addItems {
10:00 lilalinux text = Text-only
10:00 lilalinux }
10:00 lilalinux How can I use that via a GET Parameter?
10:03 lilalinux got it
10:33 beli hi folks
10:35 beli i have a marker named NAVIAGTION...its replaced using some menu....now on another test-template (i am trying out a GMENU) the marker is still replaced, but nothing shows up. i guess i have some problem in my ts. look here -> http://t3paste.org/Zg2ZHN
10:35 beli s/NAVIAGTION/NAVIGATION/ ....the markers fit, sorry!
10:36 dokma beli: your marks.NAVIGATION is outside the page object
10:37 beli da**, i should have learned that!
10:37 dokma you just did! :D
10:39 beli not really
10:39 beli so tell me, why did marker CONTENT work
10:39 LionRock why Im getting in BE (I have created my own ext.) in select box a [ INVALID VALUE (5) ] ? I have a requestUpdate for one select box and when user selects one, then second selecbox is filled with related data, but I dont know why Im getting this? I also get a results and then the last result is this one [ INVALID VALUE (.... Any tip ?
10:41 lilalinux How do I disable "JS function for mouse-over"? This javascript is automatically included in the header, but for directmail I need it to be removed
10:49 beli dokma: http://t3paste.org/Kplx0Q ....that'w what i've got now...all markers work well...but menu isnt shown...i think theres sth. wrong with my navigation ts
10:50 beli dokma: v id="navigation"></div>
10:50 beli dokma: thats all for navigation in the generated html source
11:02 beli got it, was just wrong entryLevel
11:09 lilalinux How do I remove all SCRIPT Tags?
11:17 tPl0ch hello, is there something like a XING friends of friends plugin for CWT community?
11:27 lilalinux is there a way to post process the final html?
11:33 maholtz|WORK @lilalinux: there are some hooks, but why do you insert any script-tag, if you do not want them?
11:35 Bluespuke can i enable public adding of events with an approval in calendar base?
11:37 lilalinux maholtz|WORK: it's not me, it's typo3 that inserts javascript rollover code for menus
11:38 lilalinux maholtz|WORK: 4279:class.tslib_fe.php
11:38 lilalinux "Sets JavaScript code in the additionalJavaScript array"
11:39 maholtz|WORK isnt there an config to put that into an external javascript file?
11:39 maholtz|WORK check config.* for that
11:40 lilalinux maholtz|WORK: even if, I don't want any JS in the resulting html, as I want to send that page as a newsletter
11:41 lilalinux and directmail complains about javascript
11:46 lilalinux maholtz|WORK: what hook would that be?
11:47 maholtz|WORK i am sure, that you do not need an hook for directmail newsletter
11:47 maholtz|WORK check CONFIG.*
11:48 maholtz|WORK everybody would have such an problem
11:50 lilalinux maholtz|WORK: indeed, config.removeDefaultJS
11:50 lilalinux thx
11:50 maholtz|WORK :)
11:54 lilalinux at least in theory :-(
11:55 lilalinux it has no effect on "INTincScript_loadJSCode()"
11:55 lilalinux and on "setJS"
11:55 lilalinux only blurlink and the browserfork
11:56 lilalinux and this is already handled by directmail
11:58 maholtz|WORK there is a option "disableAllHederCode" sth like that
11:58 maholtz|WORK perhaps it helps?
11:59 lilalinux I stumbled across that
11:59 lilalinux but that would remove css etc, too
11:59 lilalinux there is a config.setJS_openPic and config.setJS_mouseOver
11:59 lilalinux if these are set, the problematic inclusion will be forced
12:00 lilalinux but there is no config.* to force their exclusion
12:00 maholtz|WORK @lilalinux:you could add css etc by hand... but sonds like an workaround? no solution in direct_mail manual?
12:01 lilalinux I'm using tcdirectmail not direct_mail
12:01 lilalinux the manual only states, that one should disable javascript
12:02 lilalinux without mentioning how to do that
12:04 maholtz|WORK dont you get js from menu? so, you could disable your menu?
12:05 lilalinux maholtz|WORK: the menu is already excluded
12:05 lilalinux at least in the template
12:05 lilalinux the typoscript code is still there
12:05 lilalinux but it's not rendered
12:06 lilalinux hm, thx for the hint
12:06 lilalinux I'll try excluding the typoscript code
12:25 dec___ how can i get the breadcrumb in the title tag?
12:26 dec___ like i want my title tag to look like: Products / ProductA :: CompanyName
12:26 dec___ exclude home obviously
12:27 tPl0ch dec____: so it would be products -> product A -> company in your breadcrumbs?
12:29 dec___ nah
12:29 dec___ breadcrumb is
12:29 dec___ home / products / product a
12:29 dec___ i just want companyname to be static in the title tag, at the end
12:37 tPl0ch dec____: you can specify that via typoscript .headerData
12:38 tPl0ch select the parentid from pages table, add title field, add the current title field and then add the company/sitename at the end
12:45 dec___ hmmm any chance you got an example somewhere?
12:47 lilalinux maholtz|WORK: done
12:47 LionRock why Im getting in BE (I have created my own ext.) in select box a [ INVALID VALUE (5) ] ? I have a requestUpdate for one select box and when user selects one, then second selecbox is filled with related data, but I dont know why Im getting this? I also get a results and then the last result is this one [ INVALID VALUE (.... Any tip ?
12:57 maholtz|WORK @lilalinux: perfect:)
13:00 lilalinux maholtz|WORK: with a little help from _pedda_ to circumvent [CONDITION] madness
13:00 lilalinux although I had a condition around the typoscript to exclude it, typo3 decided to include javascript before the condition was evaluated
13:01 lilalinux I had to explicitly "foo >" them at the end of the code
13:04 maholtz|WORK ok, never thought it would be so difficult...
13:05 maholtz|WORK perhaps - we do not used direct_mail in combination with gifbuildermenue
13:07 lilalinux maybe you use direct_mail and not tcdirectmail
13:07 lilalinux (these are different extensions)
13:07 maholtz|WORK yep, we do...
13:08 lilalinux which is better?
13:08 lilalinux tcdirectmail has bounce management
13:08 maholtz|WORK do not know
13:08 maholtz|WORK direct_mail too (afaik)
13:08 maholtz|WORK but did not used it
13:09 maholtz|WORK have to go now
13:28 dec___ someone able to give me a hand by trying to edit the page title to look like the rootline?
13:54 NiFkE Catchable fatal error: Argument 2 passed to t3lib_div::implodeArrayForUrl() must be an array, null given, called in C:\xampp\htdocs\dev\site\typo3conf\ext\templavoila\mod1\db_new_content_el.php on line 285 and defined in C:\xampp\htdocs\dev\site\t3lib\class.t3lib_div.php on line 1704
13:54 NiFkE help :)
13:54 NiFkE :p
13:56 NiFkE :x
14:03 jo0815 hi, can one help me with tinyrte? The rte don´t put the alignment within the <p
14:30 minima3 hey everybody ...
14:30 minima3 which language i have to talk?
14:31 minima3 oh, i see ... "Please speak in English only"
14:48 Bluespuke can calendar base link days without an event?
14:51 TypoMe hello typo3 friends :-)
14:51 TypoMe I need some help on tt_news...
14:52 TypoMe did anyone manage to show a flash video inlined in tt_news?
14:52 TypoMe in the single view
14:53 TypoMe i tried to use the ext: ah_flashinnews
14:53 TypoMe but i just can't get it to work...
14:53 TypoMe I'm kinda new in typo3
14:53 TypoMe i think i'm doing something wrong in the page config...
14:54 TypoMe i just see the marker: ###FLASHINNEWS_FLASH### but no video...
14:54 TypoMe can some one help please?
14:55 TypoMe is anybody here or is this chat empty?
14:55 TypoMe i see a lot of names but no response... :-(
14:56 TypoMe pbeeviz: can you help on flash video in tt_news?
14:59 _pedda_ TypoMe:
14:59 TypoMe hi pedda
14:59 _pedda_ dos ah_flashinnews require static setup be included into template?
14:59 _pedda_ do you know ?
14:59 _Phlogi blubb blubb :)
15:00 TypoMe do you mean include static from extentions?
15:00 _pedda_ ah_flashinnews is obsolete
15:00 TypoMe no it doesn't...
15:00 _pedda_ means, it is OUT ;)
15:00 _pedda_ http://typo3.org/extensions/repository/view/ah_flashinnews/current/
15:00 _pedda_ it is
15:00 _pedda_ Upload comment
15:00 _pedda_ This plugin is now obsolete, its successor is ah_newsext.
15:00 TypoMe is there a new way?
15:00 _pedda_ as the description says
15:01 TypoMe i tried that one too, but no success
15:01 TypoMe i mean ah_newsext
15:01 _pedda_ ok i usedrgmediaimages
15:01 TypoMe but the new one has the same ts markes..
15:01 _pedda_ i ised rgmediaimages
15:02 TypoMe yes that works, but i have to put the markers in the text field...
15:02 TypoMe otherwise it didn't work also..
15:02 _pedda_ hmnpf i used rgmediaimages for this one: http://www.diadermine.de/magazin/detail/select_category/1%2C2/article/testen-sie-den-doppelten-testsieger/2310.html?tx_ttnews[pS]=1180648800&tx_ttnews[pL]=2591999&tx_ttnews[arc]=1&cHash=6f4c15e871
15:03 TypoMe ja, genau so solls aussehen...
15:03 _pedda_ rgmediaimagesttnews
15:03 _pedda_ another one i use
15:04 TypoMe did you use markers in the news text area or in the template?
15:04 _pedda_ temlate inside singleview.. as far as i remember
15:04 _pedda_ and if there is no video .. the marker won't show up
15:05 jo0815 hi, can you tel me, how i can get an aligment into a <p> tag? just like center, left or right
15:05 TypoMe ok that's how i need it, but if there is no video i can see the marker. if there is a video the video plays
15:06 spabhat can anyone tell me if I can set the default target for links in contagged extension?
15:06 _pedda_ as i said.. if there is no video the marker won't be rendered or printed
15:06 jo0815 i use tiny 1.8.1 in typo3 4.2.6
15:06 TypoMe yes ok, but that is my problem... i always see the markers...
15:06 _pedda_ alignment in <p> can be set either through your external css file, or via rte
15:06 TypoMe what am i doing wrong?
15:06 _pedda_ then something goes wrong ;)
15:06 _pedda_ dunno can i have a link ?
15:07 TypoMe yes just a moment...
15:07 jo0815 but the rte don´t write a class into the code
15:08 TypoMe http://www.iccx.de/index.php?id=60
15:08 TypoMe it 's a test server so the site is a little messy... ;-)
15:08 _pedda_ np
15:08 _pedda_ which one has flv ?
15:08 _pedda_ or shoud at least ?
15:08 TypoMe can you show me how exactly you implemented the markers...
15:09 TypoMe all of them
15:09 _pedda_ k
15:09 TypoMe but the video doesn't show up
15:09 TypoMe i don't know why...
15:09 TypoMe i'm not that good in typo script..
15:10 TypoMe i did exactly the steps in the documentation of ah_newsext
15:11 TypoMe i put the marker in the tt_news template for single view, i put the 2 line in my setup...
15:49 roadi i have a problem with 'click-enlarge' in 'content w picture'. i always get the error message 'access denied' but the index.php is okay because everything else is working. btw the picture is available because 'copy link location' and insert the link in the url line shows me the picture.
15:53 jo0815 i have the same probleme...
16:07 ckoehler what's the permissions on the file that does the click enlarge?
16:12 roadi ckoehler: you mean the picture self?
16:12 ckoehler no, the other php files
16:12 ckoehler sometimes if you have them 777 it won't work with some php configs
16:12 ckoehler so they should be 755 or so
16:12 ckoehler both files and directories
16:12 ckoehler at least 644 for the non-critical ones
16:13 roadi difficult to say because the files are generated from the page tree
16:15 Denyerec Heyhey!
16:15 ckoehler this is basic typo3 setup
16:15 Denyerec Is there such a thing? ;)
16:16 ckoehler sure there is :)
16:16 roadi an the index.php has the permission 644
16:17 ckoehler k, check directories and other files, too
16:17 roadi i guess its because of the showpic.php or the function/extension tx_cms_showpic
16:18 ckoehler aw man, didn't even heed my own advice
16:18 ckoehler before you do anything else....
16:18 ckoehler check your apache error logs
16:18 roadi ckoehler: i gave _all_ to the www-data (i am using debian).
16:18 roadi wait
16:21 roadi ckoehler: http://www.phlogi.net/fresh/t3/tspastebin/showPost/access_denied_indexphp/
16:21 roadi take a look to the last entry - there is the 403 error.
16:22 ckoehler that looks like the access log
16:22 ckoehler and is not helpful
16:22 ckoehler all it's telling me is that you get a 403 when accessing that url... we already knew that
16:24 roadi but there is nothing in the error log from my ip
16:26 ckoehler there should be
16:26 ckoehler your own box?
16:26 roadi yes.
16:28 roadi loglevel is 'warn'.
16:29 ckoehler maybe play with that
16:29 ckoehler it should log something
16:29 ckoehler by default
16:38 roadi so i made a extra error and access log with warnlevel info - there is nothing in the error.log
16:41 ckoehler if it were a permission problem on the file system, it would show something
16:41 ckoehler same with access denied due to some configuration
16:41 ckoehler not sure how to help you from here
16:46 roadi the question is: which script is running to show the picture; because showpic.php is no longer used - maybe i am wrong.
16:47 ckoehler it's index.php
16:47 ckoehler shows it in your log :)
16:47 ckoehler using an eID ajax request
16:49 MasterYin hey everyone
16:50 MasterYin I'm looking for a way to get all labels from locallang.xml for a specific language as an array with (index => value)
16:56 mangan hi folks
16:56 mp3debuger Hi. Who tells how to configure the htmlArea RTE that he would not inserted in the table tbody?
16:59 MasterYin hey
17:08 MasterYin Anyone here can tell me how to use the locallang.xml values as markers for my html-template?
17:48 tmeixner_ Templavoila: how would I map the style attribut in a div in a template? div:attr:style under rules doesn't seem to work
17:57 tmeixner_ I got it: div:attr:style was right, you just have to map to the correct div.
18:29 pmk65 MasterYin: Is it the BE labels you want to access from your FE plugin?
18:31 MasterYin no i want my labels from the locallang.xml
18:31 pmk65 tmeixner_: wouldn't it be better to give it a class? Then you could control it from the stylesheet.
18:34 pmk65 MasterYin: look in the API for pibase (if your ext is using pibase) There's a couple functions for accessing the language (pi_getLL & pi_loadLL I think.)
18:35 pmk65 Install the t3dev ext to get eacy access to API docs. -> http://typo3.org/extensions/repository/view/t3dev/current/
18:36 MasterYin getLL and loadLL i know and use but I search for a function to get all Keys accessable wir getLL
18:39 pmk65 $GLOBALS['LOCAL_LANG'][$this->lang]
18:39 pmk65 $this->lang is the language code for the lang you want to access.
18:41 pmk65 no, that's for BE.. For FE it's this (just look at the pibase source) $this->LOCAL_LANG[$this->LLkey]
18:42 pmk65 you can always try: debug($this->LOCAL_LANG);
18:42 pmk65 and see what it contains.
19:40 tmeixner_ pmk65: better late than never - I want to map a url background image into the source code so I can let the customer upload an image to the page and it will be automatically inserted as css background image.
19:41 tmeixner_ I never realized before the attribute option in Templavoila, it's pretty awsome.
19:41 pmk65 ok. Then I guess that is the best solution.
19:41 pmk65 I have only used it once or twice, and I think for the same purpose as you. ;)
19:44 tmeixner_ If I just could use this method with the drecomm extension which lets you create bespoke backend form fields you could offer your client more options of controlling the layout + content of the template.
19:51 pmk65 Suggest it to the author of the ext. Maybe they find the idea useful.
19:56 HardPhuck guys, i need a pointer. I'm searching for a questionaire i would give to a client when one would want a website made from me
19:56 HardPhuck like: what is the website about, primary goal, intended audience ...
20:25 tmeixner_ HardPhuck: my girfriend had this on her page once - noone filled it out :-)
20:25 HardPhuck lol
20:25 tmeixner_ sounds really helpful but clients are often lazy.
20:26 tmeixner_ anyway - I think she still have it somewhere.
21:29 HardPhuck well, let me know if you find it

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.