Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 8 April 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
05:42 bbq anybody here
07:45 RAAT Hi everyone
07:48 RAAT I need help on multilingaul
07:50 RAAT I want to use language variable L in session can i set it in session
07:50 RAAT ?
08:11 bbq i do not know
08:56 ZioCorto hi all
08:56 ZioCorto I know that'll be a long way
08:56 ZioCorto but I have to learn typoscript
08:56 bbq hi
08:56 ZioCorto do you know where I may start? some good documents, or whatever
08:56 bbq welcome
08:57 ZioCorto ty
08:57 bbq you can follow by the official site
08:57 ZioCorto ye, thanks
08:58 ZioCorto but is there a grammar or something like that?
08:58 bbq yes
08:58 bbq there is
08:58 ZioCorto on the official site?
08:58 bbq these is guide book
08:59 bbq you can learn one step by one
08:59 ZioCorto no i mean
08:59 ZioCorto i am a coder
09:00 ZioCorto in other languages
09:00 bbq yes , what did you do before?
09:00 ZioCorto so i'm not a real newbie :D
09:00 bbq which language?
09:00 ZioCorto well
09:00 ZioCorto actionscript, C, C++, a little Java
09:00 ZioCorto no declarative languages like typoscript
09:00 ZioCorto :D
09:00 bbq ;) no problem
09:01 bbq easy to understand
09:01 ZioCorto ok
09:01 ZioCorto i hope so :D
09:05 FloLeBlanc anyone experienced with the code of sr_feuser_register?
09:17 maholtz|WORK morning
09:19 _pedda_ moin maholtz|WORK
09:21 FloLeBlanc hi maholtz
09:26 snoy_ms hey all! is there a an easy way to build a menu structure like this http://paste.phlogi.net/-2179ede2aa/ with a simple menu like that http://paste.phlogi.net/-80ef25b027/.
09:27 snoy_ms my problem is that i just get an interlaced layout. and not a separated one
09:29 _pedda_ snoy_ms: 1 = TMENU ; 2 = TMENU ... is for 1st level ; 2nd level of navigation in your TS
09:33 _pedda_ is this what you want ?
09:34 _pedda_ http://paste.phlogi.net/-2179ede2aa/ <- looks like 3 different menus
09:34 _pedda_ and your ts looks like a menu with 3 levels
09:37 snoy_ms _pedda_: yes i want a 3 layer menu, but
09:39 snoy_ms _pedda_: i also tried it like this http://paste.phlogi.net/-e1fbb72c8a/
09:39 RAAT Hi anyone can help me on User firendly url and multilingual
09:40 snoy_ms _pedda_: in this case it doesnt realy work, because i have some other sites parallel and they get displayed when i use entrylevel
09:41 FloLeBlanc can someone tell me what debug_check_recordset() is?
09:42 RAAT Can i use L variable in session i don't want to see L in url is it possible
09:42 RAAT ?
09:42 _pedda_ snoy_ms: the first t2 is quite ok
09:42 _pedda_ but you need wrapitemandsub additionally
09:43 _pedda_ instead of NO.linkWrap use NO.wrapItemAndSub
09:43 RAAT ?
09:43 maholtz|WORK @RAAT: imho you would get in trouble with caching
09:44 maholtz|WORK put L in session doesnt make url friendly
09:44 snoy_ms _pedda_: i already tried wrapitemandsub, but did i get my structor ? http://paste.phlogi.net/-2179ede2aa/
09:44 maholtz|WORK check "simulated static documents", realurl or cooluri
09:44 RAAT I am using L in url for multilingual
09:45 maholtz|WORK @snoy_ms: looks like you want to have it
09:45 maholtz|WORK whats wrong with that?
09:45 RAAT But i want to use it in session can i set it in session without effecting my typoscript menu which is using L variable from url
09:46 _pedda_ with wrapitemandsub you will get something like this
09:46 _pedda_ http://www.phlogi.net/fresh/t3/tspastebin/showPost/-313b4a3918/
09:46 RAAT I am using realurl extension
09:46 snoy_ms _pedda_: and i need every list on its own
09:46 snoy_ms _pedda_: thats my problem :-(
09:46 _pedda_ that's what i asked first..grml
09:47 snoy_ms _pedda_: sorry missunderstood
09:47 RAAT maholtz|WORK: nay solution?
09:47 ZioCorto may I ask you why did you choose typo3 instead of MODx?
09:47 _pedda_ you need each level of your menu in a separate list (or div or whatever) ?
09:47 snoy_ms _pedda_: seperatet list, yes
09:47 _pedda_ ok well
09:47 _pedda_ this is more easy
09:47 maholtz|WORK @snoy_ms: but if you use wrap item and sub, you should be able to do: <li>|</li></ul><ul>
09:47 _pedda_ you need only the 1 = TMENU part
09:48 snoy_ms _pedda_: i did something like this http://paste.phlogi.net/-e1fbb72c8a/
09:48 _pedda_ and lib.navigation_1 , lib.navigation_2 , lib.navigation_3
09:48 _pedda_ the only thing which changes is entrylevel
09:48 _pedda_ yes .. this one should work
09:49 snoy_ms _pedda_: and entrylevel gives me some problem....
09:49 snoy_ms _pedda_: i uses some other site parallel
09:50 snoy_ms _pedda_: alsot of dynamic sites. The only solution would be a dynamic. excluteuidlist.....or ?
09:51 RAAT maholtz|WORK: One more thing i am facing When i clcik in top menu everything is working with respect to L but when i click on footer link which is not in menu pages the top menu L is set bydefault
09:54 maholtz|WORK @RAAT: not sure if i understand you right, but check TSref for config.linkVars = L(you should add allowed values here)
09:54 maholtz|WORK you footerlink has not &L= appended?
09:54 RAAT let me check it
09:56 RAAT I have defined same configuration as i define my top section config.linkVars = L
10:21 maholtz|WORK @RAAT: please read TSref about linkVars = L(...)
10:22 maholtz|WORK that does not belong to your actual problem, but it is a common misconfiguration not to use (..)
11:16 tofirius hi everyone
11:18 tofirius anyone know a fix to get rid of my URL's being rewritten by spam bots?
11:20 johnson_hh hi, i want to have the ability to choose wether the content is displayed in a small box or in a big box. so the page only differs from the css
11:20 johnson_hh would you create a new template or is there a better solution?
11:20 tofirius you could simply create an extension template
11:21 johnson_hh but im woorking with templavoila
11:21 tofirius & define the page css in the typoscript
11:21 tofirius i have no experience with TV... it has never ever worked for me
11:22 _pedda_ johnson_hh: do you use fce as well ?
11:22 _pedda_ if so .. just create another fce
11:23 _pedda_ tofirius: what exactly is your problem?
11:23 _pedda_ additional params in the url added from a bot ?
11:23 tofirius yes
11:23 tofirius i clear the cache
11:23 tofirius which fixes it
11:23 _pedda_ tslibpatcher fixex the use of cHash
11:23 _pedda_ -x
11:23 tofirius but i would really like to prevent it
11:23 _pedda_ +s
11:23 tofirius where can i get that? & how do i implement it?
11:23 _pedda_ tslibpatcher was the ext key i think
11:24 tofirius awesome
11:24 tofirius thanks so much
11:24 tofirius i'll try it out
11:24 _pedda_ http://typo3.org/extensions/repository/view/tslib_patcher/current/
11:24 _pedda_ this one
11:25 tofirius great thanks
11:25 _pedda_ np
11:25 _pedda_ yw
11:25 tofirius do you think this will be included in the core in later versions?
11:25 tofirius i'm running 4.2.6
11:25 _pedda_ i know.. the ext is quite old now
11:26 _pedda_ but i can't tell you if it will be included..
11:26 _pedda_ probably this should be mentioned on bugs.typo3.org
11:26 _pedda_ if it is not already
11:26 _pedda_ + mentioned
11:26 tofirius seems like such a fundamental problem
11:27 _pedda_ aah.. i was trying to remember the name of this.. it i scalled cache pollution.. (modifying the url by a spam bot for chached files)
11:28 tofirius yes
11:28 tofirius so that tslib_patcher extension will fix that, yeah?
11:28 _pedda_ couldn't figure out the name first..
11:28 _pedda_ yes
11:28 _pedda_ i used it in my own project for that
11:28 tofirius great
11:31 tofirius i noticed that in that extension
11:31 tofirius it has "make compatible with the K2: Lightbox extension"
11:31 tofirius which i also have installed
11:33 tofirius but it failed
11:34 _pedda_ does it fix the problem with lightbox as well now ?
11:37 tofirius it says that it does
11:38 tofirius but it failed to find the lightbox extension, thus breaking my site
11:38 tofirius even though lightbox is installed
11:41 _pedda_ hmm not good
11:42 tofirius so i unchecked the lightbox support
11:42 tofirius & the site works again
11:45 maholtz @tofirius: whats the problem with you url?
11:46 tofirius this.... http://typo3.org/documentation/document-library/extension-manuals/tslib_patcher/0.1.4/view/1/1/#id3626254
11:46 tofirius i have a multi-lingual site
11:52 tofirius i have to run to lunch... i'll be back in a while
11:53 _pedda_ maholtz his problem is that spambots add code to cached files
11:53 _pedda_ i didn't mention uniqueLinkVars
11:54 maholtz welll, via param L perhaps?
11:54 _pedda_ yes
11:54 _pedda_ i remember you helped yomeone out with uniquelinkvars
11:54 maholtz well, i told someone the solution today check TSref config.linkVars
11:54 maholtz clear cache
11:54 maholtz everything is fine then
11:55 _pedda_ but in my situation i already had uniquelinkvars L(0-7) and cache pollution occured anyway
11:55 _pedda_ only tslib_patcher solved the problem
11:55 _pedda_ in my project
11:55 maholtz can i see an live project?
12:00 maholtz @tofirius: config.linkVars = L(0-7)
12:00 maholtz clear cache
12:00 maholtz try if you can pollute you cache again http://www.../url?L=1sometext
12:25 Frantic hey guys, I have a very weird issue, I'm managing a server running multiple development typo3 sites, so when you log in to /site1/typo3 and then to /site2/typo3 you get the first be_typo_user session ID overridden, as expected
12:25 Frantic except that the people working on this stuff tell me it used to work OK
12:25 Frantic untill yesterday for some reason
12:26 Frantic all sites were using different databases so there is no way in hell it was working OK, am I wrong? :)
12:31 Frantic or is there a way to make typo3 use a different be session cookie name? :) didn't find anything about it in the localconf
12:34 RAAT Have any body used realurl extension?
12:53 teppi|work RAAT, plz don't ask meta-questions .. just ask
12:53 RAAT I want to use user friendly url's
12:54 RAAT i have installed this extension
12:55 RAAT I want to see my url like this www.abc.com/news/news_title/en/
12:55 RAAT any solution
12:55 RAAT ?
12:56 RAAT Is there any configration required?
13:06 snoy_ms how can i talk to Number-5 ? !h doesnt work for me
13:14 tf_ hi. my problem is... i cant set the mailform badMess message..... i tried styles.content.mailform.badMess = xxx in CONSTANTS and tt_content.mailform.20.badMess = xxx in SETUP. i always get the default
13:38 maholtz @Frantic: do not really understand you whats the problem, but there was some trouble with session fixation fix and multiple typo3 in different folders (same domain)
13:52 maholtz @snoy-ms: number-5 doesnt work since a long time (well, since the typo3.org urls are changing randomly)
14:00 snoy_ms maholtz: ok
14:06 rftypo hi
14:07 rftypo im looking for a way to control the downloads from my website
14:07 rftypo cant seent to find a extension for it
14:12 rftypo anyone have experience with this ?
14:17 maholtz what means "control"?
14:23 snoy_ms rftypo: Check out the fe_user conzept adn combine it with "naw_securedl" and "felogin"
14:23 snoy_ms rftypo: maybe you mean something like that
14:40 umc-office hey guys. can you please tell me where can I configure the email address from which typo is sending emails ?
14:42 Rickard Hmm. My backend just stopped working. I get a 500 error. An editor called me and said it was down. Apparently, it had stopped working when he had just uploaded a file.
14:43 maholtz error 500 is afaik an internal server error
14:43 Rickard It is.
14:43 maholtz so check .htaccess
14:43 Rickard I tried putting exit('test') in a few places in index.php and found that it happens in init.php.
14:43 maholtz disk is full?
14:43 Rickard Nope
14:44 Rickard I've localized it to:
14:44 Rickard $BE_USER->start();
14:44 Rickard on line 356 in init.php.
14:45 Rickard PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\www\sites\www.ch.lu.se\t3lib\class.t3lib_db.php on line 809 PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\www\sites\www.ch.lu.se\t3lib\class.t3lib_db.php on line 809
14:45 Rickard Weird thing is, the frontend still works.
14:46 Rickard So there doesn't appear to be anything wrong with the database.
14:46 maholtz well, check php error log and mysql error log
14:46 Rickard I will.
14:47 Rickard Aha!
14:47 maholtz seems to be something special
14:47 maholtz ?
14:48 Rickard I checked the database and the table be_users was marked as crashed and needed to be repaired.
14:49 Rickard It probably happened yesterday when an electrician had to cut power to the server.
14:49 maholtz yep, its not typicall for typo3:)
14:49 Rickard Thanks anyway :)
14:50 maholtz np:)
14:58 animan hi. i have a problem with mm_dam_filelist extension where my download links do not work after little while when i turn caching on
14:59 FloLeBlanc hi all
14:59 jeromeschneider hi buddies
14:59 FloLeBlanc can someone tell me how to get the base path of my typo3 installation with php?
14:59 tofirius hi FloLeBlanc
15:00 jeromeschneider FlowLeBlanc > try using PATH_site
15:00 jeromeschneider it's a constant
15:00 jeromeschneider meaning, in TYPO3 context
15:01 FloLeBlanc thank you
15:21 tf_ how can i configure realurl to take the subtitle instead of the title?
15:21 snoy_ms hey all. What do i have to change that it works with multilanguage setup? http://paste.phlogi.net/-f3cd3c6f09/
15:30 animan does anyone know a solution for mm_dam_filelist cache issue where crawler invalidates download links?
15:33 _pedda_ cu all
15:43 janand @lous
15:43 janand @lous: hi
15:50 maholtz @snoy_ms: i assume you are using css_styled_content. thann do only rightContent < styles.content.get
15:51 snoy_ms maholtz: i found the problem, sys_language_overlay = 1 was set
15:53 snoy_ms maholtz: but i also changed to rightContent < styles.content.get
16:12 Rapp hi! i get the following error when trying to move a content block: 2: SQL error: 'Unknown column 'perms_userid' in 'field list'' (tt_content:NEW_MOVE_PLH)
16:12 Rapp what do i do now?
16:13 Rapp after that the content block is gone
16:13 maholtz go to install tool and make compare db
16:16 tf_ someone uses the standard mailform with the language russian?
16:32 Rapp maholtz: thanks, will try
16:46 Rapp databse upgrade did not help, but i found this: http://bugs.typo3.org/view.php?id=10483&nbn=3
16:49 Rapp the attached patch works. great! :)
17:04 mammut Hi
17:04 mammut which MySQL version is needed for the newest TYPO3 version?
17:20 mammut Does TYPO3 4.2.6 work with MySQL 4.X?
17:27 teppi|work mammut, should be fine i think
17:31 teppi|work but i think you should use a version higher than 4.1 so subselects are supported ..
17:32 teppi|work maybe somebody uses them in some extensions
17:32 teppi|work but afaik there are no subselects in the core
18:33 _ramo Hi
18:37 Eduardo hello
18:37 Eduardo i am a php mysql programmer, planning a website ... and who is looking fopr a nice framework to work with
18:38 _ramo i've installed the news extension in my typo3 4.2.6 installation. so, i've an INDEX: Yes , my news are called "Testnews" Extension is "News" but in CODE: there is nothing, but i choosed LIST and saved this, what could be the problem?
18:38 Eduardo anyone in here can tell me how hard it is to create new modules for typo3
18:44 _ramo mini news are working, but the default news extension is not working...
19:12 _ramo is there a news plugin for version 4.2.6 that is stable?
19:22 timdeluxe tt_news
19:23 _ramo timdeluxe: tt_news is not working here correctly...
19:23 _ramo i have a site called "Aktuelles"
19:24 timdeluxe it is rock stable
19:24 timdeluxe :)
19:24 _ramo hm, my extension manager show beta
19:25 _ramo http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=news
19:25 _ramo it's beta :)
19:25 _ramo an i get a warning when instaling it
19:25 _ramo Dependency error
19:26 _ramo the running typo3 version is higher than allowed (3.8.1)
19:26 _ramo the running php version ist higher than allowed 5.0.5
19:28 _ramo i get the title of the news, but no content...
19:31 timdeluxe it says beta, but trust me, it is stable
19:31 timdeluxe perhaps a missing other extension?
19:31 _ramo where can i see what extension i need to run tt_news?
20:11 timdeluxe _ramo: sorry was busy
20:11 timdeluxe here you can see it here: http://typo3.org/extensions/repository/view/tt_news/current/ , but when i look now, it hasn't much dependcies
20:13 timdeluxe what does the error exactly say?
20:19 aarkerio hi! there is a way to integrate CakePHP to develop TYPO3 extension?
20:20 aarkerio I hear TYP3 ext are hard to develop
20:26 timdeluxe aarkerio: sorry for offtopic, but reminds me of this: http://t3blog.de/2009/04/01/announce-tt_joomla/ (it is german, but the screenshot should show the joke
20:26 timdeluxe )
20:27 timdeluxe perhaps it is somehow possible
20:27 timdeluxe by parsing the cake-output into typo3 or something else
20:27 timdeluxe but i would suggest you to first try it with plain typo3 or to wait until flow3 is stable
20:32 _pedda_ hi all
20:44 swemark evening
20:51 _ramo timdeluxe: there isn't any error. it's only the warnings that i've posted above with the typo3 and php5 version....
20:51 _ramo and in the frontend the title of the news is only there, but no content...
20:51 _ramo with mini_news it works fine, but tt_news isn't working
21:05 aarkerio hi! does anybody know a step by step developing extension tutorial?
21:12 TaucherMK there is no step by step tutorial, because every extension differs from another
21:13 TaucherMK there are a few tutorials on typo3.org for extension developing
21:13 TaucherMK there might be some step by step tutorial for something like a guestbook to get in touch with the typo3 extension system out the weg
21:13 TaucherMK web
21:14 TaucherMK if you find one, feel free to post it here ;-)
21:14 TaucherMK (a good one)
21:14 TaucherMK you could also buy a book about Typo3 ;-)
21:20 aarkerio but there is no MVC in T3?
21:21 ckoehler it's being worked on
21:21 ckoehler there will be a presentation on that at t3con09-dallas
21:27 aarkerio man I must say I am little afraid to go int T3 stuff, looks powerful but non standarized
22:24 _ramo how can i make user readable URL'S in typo3? i have version 4.2.6 created a .htaccess file in /var/www and set simulateStaticDocument to 1
22:25 _ramo the .htaccess file has the following content : RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^[^/]*\.html$ index.php
22:50 ckoehler use realurl

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.