Search the website and IRC logs

#TYPO3 IRC log from : Saturday 10 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
09:47 sorenmalling Hi, does anybody have an idea, how to debug a sr_feuser_register form, that wan't save the changes to the user, that I have made?
10:08 randomresult good morning
10:19 sorenmalling good morning randomresult :)
11:07 kv0s Hi! I'm searching for a extension or any typoscript which makes possible to display a fe-userlist with photos of our members. Any tips?
11:28 mkrauT3Sec kraftb - as requested
12:26 kraftb hey ...
12:26 kraftb mkrauT3Sec
12:26 mkrauT3Sec hey
12:26 kraftb ... did you read my second mail ?
12:26 mkrauT3Sec yes
12:26 mkrauT3Sec that's why I'm here ;-)
12:27 kraftb k ...
12:27 kraftb do you have skype ?
12:27 mkrauT3Sec -> magkes
12:27 kraftb is it ok to call you ?
12:27 kraftb headset/etc ?
13:29 crisb2010 hi there
13:29 crisb2010 i am using the layout selecters to include special stuff on a page, like this: [globalVar=TSFE:page|layout = 1] ...
13:30 crisb2010 and this works fine. but is there a way to combine certain layouts?
13:32 crisb2010 to be more precise: i am using the "layout = 1" for a two column layout and "layout = 2" for a pagebrowser. but now i have a page that would need both :)
13:47 Tsoots how do i enable active state on all levels of my menu
13:47 Tsoots ie. parent level menu item would also have active state enabled when a visitor is on a sub page
13:49 Tsoots http://paste.phlogi.net/-0526ea7848/
15:01 jananne Hello, i'm trying to get realurl to work now for days, but i can't get the job done ( been here a few times before now ;) ). i installed realurl, configured the htaccess and localconf, mod_rewrite is ON. got the following codes for htaccess, localconf and typoscript: http://paste.phlogi.net/-8aa5001605/
15:02 jananne any help would be welcome :D.
15:20 jananne anyone???
15:31 jananne Hello, i'm trying to get realurl to work now for days, but i can't get the job done ( been here a few times before now ;) ). i installed realurl, configured the htaccess and localconf, mod_rewrite is ON. got the following codes for htaccess, localconf and typoscript: http://paste.phlogi.net/-8aa5001605/
15:38 sorenmalling jananne: Do you have the installation placed in a "subdir" of any kind, like www.domain.com/cms/?
15:40 jananne sorenmalling: no i don't.
15:40 jananne .htaccess is in the root ( where fileadmin typo3conf etc are standing ).
15:40 sorenmalling did you copy all the localconf settings the last line from your paste seems to be missing a bit?
15:41 jananne what's missing? that's all i pasted on the bottom of the localconf.
15:42 sorenmalling Look at the last line, it only says "$TYPO3_CONF_VARS['EXTCONF']['realurl']"
15:42 jananne yes..
15:43 sorenmalling Why is that..?
15:43 jananne don't know, is it possible realurl made that it self? i just pasted the codes:
15:43 jananne $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['linkData-PostProc'][]
15:43 jananne = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->encodeSpURL';
15:43 jananne $TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'][]
15:43 jananne = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL';
15:43 jananne nothing more/less than that.
15:44 sorenmalling You should avoid the line breaks at least. Is the mod_rewrite module loaded in apache?
15:45 jananne mod_rewrite is loaded..
15:49 jananne sorenmalling: is it because i didn't configure the htaccess bad? or the localconf of typoscript?
15:49 jananne or*
15:51 sorenmalling Well, now you mentioned all the things that you need to configure ;) Try post it on the maillist instead, or search on support.typo3.org
15:51 sorenmalling I haven't been working alot with realurl
15:55 TaucherMK jananne: I didn't get your question, but did you watched out for errors in the apache log?
15:56 jananne TaucherMK: i haven't yet..
15:57 jananne <jananne> Hello, i'm trying to get realurl to work now for days, but i can't get the job done ( been here a few times before now ;) ). i installed realurl, configured the htaccess and localconf, mod_rewrite is ON. got the following codes for htaccess, localconf and typoscript: http://paste.phlogi.net/-8aa5001605/
15:57 jananne ^^
15:58 TaucherMK ok, you get 404, in this moment the apache writes a line into the error log
15:58 jananne okay
15:58 jananne i'll take a look
15:58 TaucherMK you can get there what apache wanted to call
15:59 jananne TaucherMK: i see this: [Sat Jan 10 16:16:55 2009] [error] [client 83.135.15.150] File does not exist: /srv/www/vhosts/lifealliance.nl/httpdocs/startpagina, referer: http://www.lifealliance.nl/index.php
16:00 jananne hmm it goes to httpdocs...
16:00 jananne then startpagina..
16:00 jananne that ain't right is it?
16:01 TaucherMK is httpdocs the root of the dummy folder?
16:01 TaucherMK -root of the site-
16:02 jananne no.. where the htaccess is located is the root of the typo installation.
16:02 TaucherMK and where is this?
16:03 TaucherMK (you probably need to use RewriteBase)
16:03 jananne hmm
16:03 TaucherMK try to add "RewriteBase /" after the RewriteEngine On
16:04 jananne okay
16:05 jananne doesnt work :(
16:09 TaucherMK now, where is the site root? /srv/www/vhosts/lifealliance.nl?
16:10 jananne yes
16:14 TaucherMK so where does httpdocs come from? It's not part of the normal dummy site
16:14 jananne i don't know acutaly :p
16:17 jananne how can i remove that TaucherMK?
16:18 TaucherMK whats now in the error.log (with RewriteBase set)
16:19 jananne TaucherMK: just the same...
16:20 jananne [Sat Jan 10 16:36:22 2009] [error] [client 82.72.249.139] File does not exist: /srv/www/vhosts/lifealliance.nl/httpdocs/contact, referer: http://www.lifealliance.nl/index.php?id=63
16:23 TaucherMK I wonder where apache gets the advise to call httpdocs
16:25 jananne :( no clue
16:26 TaucherMK try to use RewriteBase /srv/www/vhosts/lifealliance.nl/
16:27 TaucherMK (don't know if this can work)
16:29 jananne TaucherMK:
16:29 jananne doesn't work :(:(:(
16:29 jananne should i clear cache or something?
16:30 TaucherMK and you are sure that your site is in lifealliance.nl and not in httpdocs?
16:31 jananne going to look in ftp
16:31 jananne moment :)
16:32 HardPhuck how do i change this variable inside with a submit button
16:32 HardPhuck $conf['CMD']
16:33 jananne TaucherMK:
16:34 jananne ma typo3 installation IS in httpdocs.
16:34 jananne so it should be right?
16:34 jananne so the rewriterules self aren't right..
16:34 jananne :s
16:35 jananne it just doesn't bind the page id to /srv/www/vhosts/lifealliance.nl/httpdocs/contact
16:35 TaucherMK ...
16:35 jananne i think
16:36 TaucherMK apache doesn't rewrites at all... how do you know that mod_rewrite is loaded by apache?
16:36 jananne some guy configured it for us..
16:37 TaucherMK so change RewriteBase back to /
16:37 TaucherMK and it should work
16:37 TaucherMK otherwise there is a problem with mod_rewrite
16:38 jananne it doesn't :(
16:38 jananne when i do 'deny from all' i also see no changes.
16:38 jananne so that should mean mod_rewrite isn't configured the right way?
16:42 TaucherMK i don't know what you want to see with deny from all, but i think apache didn't load mod_rewrite
16:43 jananne okay.. well i'll mail the hoster to take a look at it again..
16:44 jananne how can i check if it IS loaded or NOT?
16:45 TaucherMK you can rewrite anything to one file, which you actually do
16:46 TaucherMK and this doesn't work so apache doesn't recognize the Rewrite Rules in your htaccess
16:46 jananne okay..
16:47 jananne well then mod_rewrite in correct activted or something..
16:47 jananne TaucherMK: i'm going to mail my hoster for this.. big big thx :).
16:47 jananne going to grab a bite..
16:47 jananne thx!
19:07 jananne TaucherMK_: i'm a step further now..
19:07 jananne Reason: "contact/" could not be found, closest page matching is
19:07 jananne i get now: ^^
19:07 jananne http://www.lifealliance.nl/contact/
19:08 TaucherMK_ now the mod_rewrite works, but typo3 doesn't knows what to display
19:10 jananne yes
19:10 jananne what's the next step TaucherMK_ ?
19:15 jananne TaucherMK_: i got it working!
19:18 TaucherMK_ and what was ist?
19:19 TaucherMK_ (probably something in the typo3conf)
19:23 jananne i was missing some things in the localconf TaucherMK_
19:23 jananne $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
19:23 jananne 2: '_DEFAULT' => array(
19:23 jananne 3: 'pagePath' => array(
19:23 jananne etc
20:07 joflo hi, any body here?
20:09 joflo I have a small problem with perfect lightbox... it works only for the mainfolder, wher install it and one subfolder, but not for the complet tree
20:12 joflo hu hu
20:21 joflo Hu hu
21:08 AlexKuebo i ther a way to fit a gif in a gmenu to the needed length?
22:36 sorenmalling Hi, is there a way to fetch the sysext locallang for fe_users from a frontend plugin?
22:44 sorenmalling something with this->pi_getLL
23:02 jo0815 hi
23:02 jo0815 can anybody help me with perfect lightbox 2 ?
23:02 jo0815 To get it work, I need to install the extension in every page
23:02 jo0815 global mode dont work and installing the extension in the mantemplate also do not work
23:35 lubosz how do i group fields in the backend list new/edit menu?
23:40 Trumpf Can some tell me something about T3DD09
23:40 Trumpf where can i find info about it?
23:48 sorenmalling Trumpf: at the t3dd maillist
23:52 sorenmalling Trumpf: http://lists.netfielders.de/cgi-bin/mailman/listinfo/t3dd
23:52 Trumpf Hey Særen
23:52 Trumpf Søren

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.