Search the website and IRC logs

#TYPO3 IRC log from : Thursday 14 January 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
02:30 OZ8AAZ probably very simple but how do I place the "printlink" when using ext "Make Print Link"... guess I'm googling the wrong term(s)...
02:33 cdngfrog OZ8AAZ: you need to reference the ext, so that it replaces a marker: http://typo3.org/documentation/document-library/extension-manuals/make_printlink/1.5.3/view/1/2/
02:38 OZ8AAZ cdngfrog: when using the documentation the link appears at the very bottom of the page - i wanted it to be somewhere else - preferably above the text...
02:38 OZ8AAZ ...guess I just don't get the marker-substitution down right...
02:43 cdngfrog OZ8AAZ: in the example "Use tx_make_printlink as postUserFunc" switch 10 and 20 in subparts.content
02:43 cdngfrog (not the lines, the numbers)
02:43 Denyerec hey cdnfrog you there?
02:44 cdngfrog Denyerec: on the go - what's up?
02:44 Denyerec Hey, trying to go about adding watermarks to specific images
02:44 Denyerec Been digging through some extension code, found this:
02:44 Denyerec $kleines_bild = $this->cObj->IMAGE($image);
02:45 Denyerec Which suggests to me that it's creating an "IMAGE" content object
02:45 Denyerec no rocket science there, yet.
02:45 cdngfrog yep
02:45 Denyerec Will that be affected, however, if I modify tt_content.image.20.1.file ?
02:46 Denyerec Or does cObj->IMAGE() work its own magic?
02:47 cdngfrog with cObj->IMAGE() you use an IMAGE in your php code - you cannot change it from tt_content.image...
02:47 cdngfrog if the author of the ext made it configurable, you can configure it in the exts TS
02:48 cdngfrog the tt_content.image PHP code is somewhere deep down in the core (cms) ;-)
02:48 Denyerec could I perhaps do: $image['file.']['15.']['mask'] = // etc
02:48 cdngfrog yeah, that's the way to go
02:48 cdngfrog and than configure it with TS and so on
02:48 Denyerec Cops it looks like the PHP is building an array that looks like TS
02:49 Denyerec (never done this with extensions before you see)
02:49 cdngfrog that's the config
02:49 cdngfrog there is also i.e. a typoscript() function that expects nearly the same parameters as in TS
02:49 Denyerec Hmm
02:50 cdngfrog there must be many good articles about getting settings from your ext-setup
02:50 Denyerec So I add some more TS config lines for things like $conf['maskfile'];
02:50 cdngfrog anyway, gotta go - sorry
02:50 Denyerec that's OK
02:50 Denyerec thanks for the guidance.
02:50 Denyerec gnight!
07:32 MasterYin Good Morning everyone
08:35 PiMB morning all!
08:35 nzgr morning
08:38 BejjWrk morning
08:40 PiMB hi
08:53 PiMB morning
09:31 kotelette Good morning :)
09:32 kotelette Does anybody know if there's a way detecting staticpub in typoscript
09:32 kotelette i need to include an js file only on the dynamic site not on the staticpub
09:57 nzgr hmmm still stuck with default language information issues in an extension - I need to know what the sys_language_uid for the default language is and 0 is not the answer im looking for
10:13 kotelette Does anybody know if there's a way detecting staticpub in typoscript
10:14 kotelette i need to include an js file only on the dynamic site not on the staticpub
10:24 nzgr sorry kotelette, still cant help you
10:24 kotelette no problem :)
10:24 budnguyen i am having same problem like this
10:24 kotelette i'm just checking if this works with a userfunc condition and check for the climode there...
10:24 budnguyen http://lists.netfielders.de/pipermail/typo3-english/2005-January/000252.html
10:25 budnguyen cannot get session data
10:25 budnguyen please help me to solve this problem
10:26 untouch good morning
10:26 untouch since 1 hour im trying to get the ext rlmptmplselector running
10:26 untouch for some reason it wont show no templates to select when i go to page properties -> extendet (where this ext shows its conf menu)
10:27 untouch heres my TS
10:27 untouch http://pastebin.com/m531bcf3b
10:30 Gilles hello every one
10:39 PiMB Hi gilles
10:40 Gilles I have some troubles using a typo3 extention
10:41 Gilles the log in extention
10:41 teton whats the key/name of the extension?
10:42 PiMB felogin?
10:45 Gilles the exact name is : front end login for website users
10:45 Gilles i am using typo3 4.3
10:50 kotelette afaik felogin is included in 4.3 core, so no need to install it
10:52 Gilles hum ok, but instalation is not the problem, using it is...
10:53 Gilles I don't know wich databse the extention is using, to check login and pwd
10:53 kotelette it should use fe_user table from the database
10:54 kotelette did you try adding a frontend user and login? (after adding a loginform om any page)
10:54 Gilles hum ok
10:54 Gilles no i think i only aded backend user
10:55 kotelette ah ok, so felogin is for frontend users not backend
10:55 Gilles where have i to specify that the user is a backend or a front end ?
10:56 Gilles default adding is back or front ?
11:03 Gilles how can i create a fe user ?
11:03 teton if you add a user in the root of your installation (globe) its a backend user. if you add a so called 'website user' in a sys folder its a frontend user...
11:03 kotelette you can create a sysfolder, then just add a new content element where yiu select fe_user
11:04 Gilles ok thanks ... right on it
11:11 Gilles thanks,
11:11 Gilles it's working
11:11 Gilles :D
11:11 Gilles is it possible for a frend which is on the same lan to acces my local website ?
11:15 nzgr Gilles it should be
11:16 nzgr But it can depend on how the network is configured
11:17 nzgr you could try to find you local ip adress and have you friend enter that in the browser
11:31 sorenmalling Notice, a new version of TYPO3 has just been released, V 4.3.1 - http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-001/
11:32 Denjerek sorenmalling: only security updates?
11:32 sorenmalling Denjerek: Core security update
11:32 Denjerek I see
11:32 Denjerek openID ext.
11:32 sorenmalling Mostly/only focused on the use of openid as login method in the BE
11:32 Denjerek Dmitry is badass.
11:33 Denjerek A little hard on people at times, but still... :)
11:33 Denjerek Actually Oliver Hader's name rings a bell too
11:33 Denjerek I just am not sure why/where.
11:33 Denjerek Was he the chap that worked on IRRE?
11:33 sorenmalling He's just fair :)
11:34 Denjerek yes, he was :
11:34 Denjerek :)
11:34 Denjerek 'm glad I recognised his name, because the IRRE was a big piece of work
11:34 sorenmalling Yes, he made some sort of university(?) project regarding use of IRRE in TYPO3
11:34 Denjerek Indeedy
11:35 sorenmalling EXT: irre_tutorial afaik
11:35 Denjerek I'm looking at extbase, need to actually write something with it soon.
11:35 cdngfrog and he invented icebox
11:35 Denjerek before I get left too far behind.
11:35 cdngfrog and wrote a book...;-)
11:35 Denjerek yeah, both of them are very valuable to TYPO3.
11:39 sorenmalling I'm a bit confused regarding extbase vs. flow3 - are they the same where extbase is just backported back to TYPO 4.3?
11:39 Denjerek Kinda almost sorta
11:40 Denjerek AFAIK Extbase contains the parts of Flow3 that you need to write extensions in that model.
11:40 Denjerek Persistance layer, FLUID templating, some other peices
11:40 Denjerek But I don't think it brings the AOP over
11:40 cdngfrog Exactly. Extbase is only missing stuff like AOP and some other little things
11:41 Denjerek In the right light, I can occasionally appear knowledgeable :)
11:42 cdngfrog heh
11:42 sorenmalling My problem is that I'm not into the MVC principles and I think thats why I haven't touched extbase/FLOW3 yet
11:42 cdngfrog sorenmalling: It's very easy. I had my first extension up and running within an hour or so
11:43 sorenmalling I think I have to sit down with the flow3 tutorial in front of me and try to work something out :)
11:43 cdngfrog The FLOW3 documentation explains things quite good, though
11:43 cdngfrog ;-)
11:44 sorenmalling In the very end, i had the same feeling about my first TYPO3 extension so I just have to get started with it :)
11:44 cdngfrog yepp
11:44 kotelette the tutorial works quite fine, looking forward to do some standalone apps when flow3 get's kind of stable
11:44 cdngfrog The only problem I have from time to time are the error-messages
11:45 kotelette still did not try the template things and so
11:45 sorenmalling kotelette: What stand alone app could that be?
11:45 Denjerek sorenmalling: you sound like me :)
11:45 Denjerek I always worry about starting.
11:45 Denjerek And never seem to start.
11:45 sorenmalling Denjerek: I just think I have to get started at my new work on 1. februar, as a full time TYPO3 developer, that will probably give me the inspiration back :)
11:45 kotelette e.g. we have an complete self coded app where machine resellers tell the app which and how many machines they sold
11:46 kotelette and people can generate statistics etc
11:46 PiMB I see the problem of starting, especially when you feel comfortable with the current kickstarter / ext development
11:46 funkytown How can I set fileadmin-subfolders to be only readable by certain fe_user_groups oder fe_users?
11:46 kotelette this one has grown for abaout 6 years and could need som eerefactoring
11:49 nkuttler funkytown: i think you need to create different mount points for the groups
11:51 nkuttler a propos extbase, is there any 4.3-centric introduction/tutorial? or should i just go with the flow3 based docs?
11:59 Gilles hi again
12:00 Gilles can a visitor create himself his fe login directly from the website?
12:02 cdngfrog try sr_feuser_register
12:10 Denjerek sorenmalling: I seldom see fulltime jobs for Typo3 developers.
12:10 Denjerek Not in the UK anyway
12:11 Denjerek there are the odd 1 or 2, always in London.
12:11 nzgr t3
12:11 Denjerek the fact your # key is on your 3 tells me you're not in the UK
12:11 nzgr nope in denmark :)
12:11 Denjerek :)
12:11 Denjerek It is much more popular in Europe than the UK
12:11 Denjerek People in the UK insist on using Joomla or Drupal :/
12:12 nzgr so Uk is not europe? ;)
12:12 Denjerek nkuttler: I think there's an Extbase tutorial
12:12 Denjerek certainly not mainland Europe
12:13 Denjerek Until it gets a LOT colder :D
12:13 Denjerek Then I can skate over the channel.
12:14 nzgr :)
12:17 sorenmalling Denjerek: Then I was lucky to get one of the few :-)
12:17 sorenmalling In Denmark actually :)
12:19 Denjerek Home of Typo3, so no surprise :)
12:19 sorenmalling :D
12:28 nzgr actually way more users of typo3 in germany
12:29 sorenmalling Indeed!
12:40 PiMB The Netherlands is growing more and more into TYPO3
12:40 PiMB so if you're willing to move over the channel onto dry land you're more then welcome :)
13:08 Denjerek goddamn connection!
13:08 Denjerek Right
13:08 Denjerek I need food.
13:08 Denjerek back in a bit :)
13:08 untouch has anyone worked with marks and tx_rlmptmplselector_pi1
13:56 Gilles hi all again
13:56 Gilles I have one question about typo3....
13:56 Gilles concerning the footpage and headpage
14:45 davidbrunnthaler hello, is anyone experienced with realurl and the the sv_login_redirect. it worked in the past - now i updated realurl - and now the redirect won't work anymore
14:46 davidbrunnthaler any ideas why it could have stopped working? TYPO v4.2.10 / RealURL 1.7.0 / sv_login_redirect 1.0.2
14:49 TheEternalAbyss good morning
14:49 PiMB Morning..
14:49 davidbrunnthaler morning
14:51 TheEternalAbyss I was wondering why I would be getting this error:
14:52 TheEternalAbyss Fatal error. require(): Failed opening required 'C:\wamp\www\etcetc...'(include_path='.;C:\php5\pear') in C:\wamp\www\index.php on line 80
14:53 PiMB maye your apache doesn't allow the fopen command?
14:53 PiMB maybe file has improper rights?
14:53 TheEternalAbyss hmm
14:54 TheEternalAbyss what about that C:\php5\pear
14:54 TheEternalAbyss i don't see that on my system
14:55 TheEternalAbyss how can i verify if apache alloows fopen or not and the file rights?
14:56 PiMB check php.ini I guess
14:56 TheEternalAbyss nothing in php.ini regarding php5/pear :(
14:57 TheEternalAbyss I'm going to look over the install.txt again for typo3 and make sure everything is configured the way it should be
15:00 PiMB php.ini maybe something about fopen or save_mode settings etc.
15:01 TheEternalAbyss well allow_url_fopen = on
15:01 TheEternalAbyss allow_url_include = off
15:03 TheEternalAbyss i cant find anything on save_mode
15:06 BejjWrk safe_mode
15:07 TheEternalAbyss ohhh lol
15:07 TheEternalAbyss well safe_mode is off
15:09 TheEternalAbyss i'm thinking the include is what's screwing me up
15:09 TheEternalAbyss it's trying to include something from C:\php5\pear and that directory is nonexistent in my setup
15:09 TheEternalAbyss in php.ini it's all commented out tho
15:10 BejjWrk what function is the script calling when it crashes ?
15:10 TheEternalAbyss Fatal error. require(): Failed opening required 'C:\wamp\www\etcetc...'(include_path='.;C:\php5\pear') in C:\wamp\www\index.php on line 80
15:10 TheEternalAbyss require()
15:11 TheEternalAbyss i get a failed to open stream first
15:11 BejjWrk does it show the exact path to the file it tries to include ?
15:11 TheEternalAbyss yes.
15:11 TheEternalAbyss and a file is there
15:11 TheEternalAbyss so I don't know why it's having such issues
15:11 BejjWrk hmm
15:12 TheEternalAbyss I put in the full path to index_ts.php
15:12 BejjWrk did u use forward or backslashes ?
15:12 TheEternalAbyss I think "\" backslashes....let me check
15:13 TheEternalAbyss yea backslashes
15:13 TheEternalAbyss should they be forwrad?
15:13 TheEternalAbyss forward*
15:13 BejjWrk windows is a pain in the ass, according to docummentation you should be able to use \\ for win systems, like c:\\path\\file.php
15:14 BejjWrk since \ is used as an escape
15:14 TheEternalAbyss ah, ok, i'll do double \\
15:14 TheEternalAbyss lets see if it works
15:14 BejjWrk either that or wrap the path in '' instead of "" :>
15:15 TheEternalAbyss it's already in ' '
15:16 TheEternalAbyss k here we go
15:16 TheEternalAbyss negative. same error
15:17 BejjWrk hmm
15:17 TheEternalAbyss he other strange thing is this
15:18 BejjWrk what happens if you try a relative include ?
15:18 BejjWrk instead of full path
15:18 TheEternalAbyss i haven't really tried that I don't think
15:19 TheEternalAbyss relative path is .;//folder/folder1 right or am I remembering it wrong
15:20 davidbrunnthaler rephrasing the question: does someone know why the felogin redirect won't work if i install realurl (v1.7.0)? typo3 v 4.2.10
15:20 PiMB I believe they fixed that in 4.2.11
15:20 PiMB just released today
15:20 davidbrunnthaler oh really
15:20 davidbrunnthaler thanks for the info
15:21 PiMB np mate
15:21 PiMB I got a customer whining about the no_cache in his/her urls
15:21 PiMB so I added some realurl conf and now it's rewritten to /nc/
15:21 PiMB but still..
15:21 PiMB not satisfied.
15:22 PiMB I've told here there is no way to remove this. or is there?
15:22 TheEternalAbyss also the other strange thing is that if the path is wrong in $configured_tslib_path, I get the obvious "can't find the file" error
15:22 TheEternalAbyss but when the path is correct, it i get the same unable to open stream warning and error, but the path displayed in the warning is differet. or rather truncated
15:23 BejjWrk TheEternalAbyss: ensure that the webbserver is allowed to access the file (file permissions)
15:24 TheEternalAbyss how do i verify that
15:27 TheEternalAbyss ?
15:27 BejjWrk im not really a windows guy hehe
15:28 TheEternalAbyss lol
15:28 TheEternalAbyss well looking at the file's properties...it doesn't seem protected or hidden or read only
15:28 TheEternalAbyss so I don't think there's any reasons it shouldn't open
15:31 BejjWrk can you access the file directly ?
15:31 TheEternalAbyss no matter what directory i put it can't find the file it seems
15:32 BejjWrk via the browser i mean
15:32 TheEternalAbyss oh yea i can open it through firefox and such
15:33 TheEternalAbyss ok
15:33 TheEternalAbyss wow
15:33 TheEternalAbyss i changed the dir so it's all / forward slashes
15:33 TheEternalAbyss now i don't get open file errors
15:34 TheEternalAbyss but I get a parse error
15:35 TheEternalAbyss i guess it doesn't like forward slashes
15:37 TheEternalAbyss oh i think i was missing a ;
15:37 TheEternalAbyss lol
15:37 TheEternalAbyss ahhhh I still can't open the damned file
15:37 TheEternalAbyss yea i feel that way right now
15:55 TheEternalAbyss if i define the path
15:55 TheEternalAbyss why does it then look in just sysext\cms\tslib\index_ts.php?
15:55 TheEternalAbyss I don't understand where in index.php, it's doing that
15:57 TheEternalAbyss it's having an issue with require(PATH_tslib.'index_ts.php');
16:05 nkuttler the core vulnerability is only for 4.3? the announcement says 4.2.11 is just bugfixes
16:06 TheEternalAbyss http://paste.phlogi.net/require_problem/
16:06 TheEternalAbyss if someone can look that over and please tell me why the heck it's not finding the damned index_ts.php file, would do me a huge favor
16:08 TheEternalAbyss i've been trying to install and work on this site since yesterday and it's getting to the point of stupid
16:09 BejjWrk im fighting a problem with a hook in commerce
16:10 TheEternalAbyss could it be the symbolic links that's screwing it all up?
16:10 nkuttler windows does symbolic links?
16:12 phil1 TheEternalAbyss: yes or file permissions :(
16:12 PiMB windows doesn't do symbolic right?
16:12 TheEternalAbyss vista and win7 does
16:12 phil1 PiMB: NTFS yes, but not with windows alone
16:12 TheEternalAbyss I have xp and the install file said to use junction
16:13 phil1 TheEternalAbyss: try WIN+R >> C:/wamp/www/t3/typo3/sysext/cms/tslib/index_ts.php >> Run
16:14 TheEternalAbyss in what, the index.php file?
16:15 phil1 no :(
16:15 TheEternalAbyss phil, where do I need to put that?
16:16 phil1 use start --> run...
16:16 TheEternalAbyss oh the run
16:16 TheEternalAbyss lol
16:16 TheEternalAbyss sorry was in a different mindset
16:16 TheEternalAbyss ok i'll try it
16:16 phil1 i know :)
16:16 phil1 found it?
16:17 TheEternalAbyss yea
16:17 TheEternalAbyss it opened
16:17 TheEternalAbyss in notepad
16:18 phil1 hm, ok
16:19 phil1 TheEternalAbyss: just another guess ... did you check apache settings, e.g. follow symlinks ? and php.ini
16:20 TheEternalAbyss sorry brb 1 min
16:22 TheEternalAbyss ok
16:22 TheEternalAbyss sorry had gotten a call
16:22 TheEternalAbyss php.ini seems to be in order
16:22 TheEternalAbyss I can look at apache to follow symlinks
16:22 TheEternalAbyss where should that be defined?
16:23 TheEternalAbyss wait
16:23 TheEternalAbyss httpd.conf
16:24 kotelette could be a .htaccess too
16:25 TheEternalAbyss well hmm, options Indexes FollowSymlinks os the only thing I can find in httpd.conf
16:26 TheEternalAbyss is the only*
16:26 TheEternalAbyss AllowOverride All
16:27 phil1 seems to be ok
16:28 TheEternalAbyss yea nothing stands out as odd to me
16:29 phil1 :|
16:29 phil1 sry, Im not an expert either .(
16:30 TheEternalAbyss i wish i knew where it was getting (sysext\cms\tslib\index_ts.php) from in the last line when I've specifically defined where the freaking file is
16:30 phil1 have to go now anyway (maybe you can try to get help on type3.install.windows)
16:30 TheEternalAbyss that's a very peculiar behavior
16:30 BejjWrk TheEternalAbyss: try running a clone of the site with the source package directly in the folder and see if that works better
16:30 TheEternalAbyss sure i'll try
16:30 TheEternalAbyss thanks
16:31 TheEternalAbyss Bejj, ok, i'll try that too
16:31 kotelette TheEternalAbyss: there's somewhere also a src+dummy package without symlinks... i use this for local development but I cannot find it atm
16:32 TheEternalAbyss kotelette: that would be good. I just need it for local dev as well
16:32 kotelette let me see, i just downloaded it few days ago but on a different machine :-X
16:33 TheEternalAbyss lol
16:33 TheEternalAbyss yea never fails. happens to me to. find something on one machine and on the other box it's lost in the oblivion of the web
16:35 kotelette i think it's the src+dummy zip from the download section on typo3.org
16:35 kotelette http://prdownloads.sourceforge.net/typo3/typo3_src%2Bdummy-4.3.1.zip?download
16:35 kotelette just extracted, no symlinks used....
16:37 kotelette japp, that works fine here on Vista without any symlinks stuff
16:38 PiMB you could also copy the files that the symlink point to on your current install, or am I talking crazy now?
16:39 kotelette hmm but what is with the index.php in root pointing to typo3_src/index.php normally
16:39 kotelette hmm from the package above it seems like a copy...
16:41 TheEternalAbyss it probably is a copy
16:41 TheEternalAbyss PiMB, not at all, sounds good to me, I'm copying the source files now
16:42 TheEternalAbyss in fact, i never really understood why symlinks were necessary.
16:43 PiMB I use symlinks a lot.
16:43 PiMB because I have multiple websites on one source.
16:43 PiMB so updating is easy.
16:44 TheEternalAbyss this is the first time i've had to deal with them
16:44 PiMB But I use em on a linux..
16:44 PiMB and they work perfectly
16:45 TheEternalAbyss ah well that's cause it's linux
16:45 TheEternalAbyss PiMB, copying worked. I reached the easy1-2-3 install
16:45 PiMB step 1 ;)
16:45 TheEternalAbyss it was the symlinks.... *smacks forehead on wall*
16:45 PiMB I hope the 2 and 3 don't take you another 2 days each
16:46 TheEternalAbyss LOL OMG I seriously hope not
16:46 kotelette so the synkinks do not work on windows (like vista and 7)?
16:46 PiMB don't know.
16:46 PiMB never tried
16:47 TheEternalAbyss at least on XP
16:47 kotelette i had something like this using mklink too so i changed to the src+dummy zip because i was too lazy to do further testing
16:47 TheEternalAbyss i haven't tried this on vista or 7
16:49 TheEternalAbyss and honestly i don't even want to touch vista
16:49 TheEternalAbyss 7 i'm willing to at least try it
16:49 PiMB Run mate run!
16:50 kotelette got 7 at home, and vista at work... 7 definitly has some major improvements (#1 stop asking "are you sure" 10K times)
16:50 TheEternalAbyss lol
16:50 kotelette takes some days to get into the missing taskbar but i like it now how it is...
16:51 TheEternalAbyss i have win7, but haven't installed it on any box right now
16:51 TheEternalAbyss I want to try it out in virtualbox first
16:52 TheEternalAbyss well, now that it actually reaches locahost ok, i'm going to copy over the site i need to work on
16:52 TheEternalAbyss localhost*
16:53 TheEternalAbyss i installed the db through phpmyadmin, so hopefully, i won't have db connection issues
16:53 kotelette lol ... having a telephone conference between about 5 members in different cities and one guy put us on hold... so we all listen to his music now :)
16:54 TheEternalAbyss hehehehehe
16:54 TheEternalAbyss nice
16:54 TheEternalAbyss i should convince my boss to have me work from hom and be connected via skype if they need me
16:55 TheEternalAbyss i mean i'm always just at my desk and working on my owwn thing while for 99% of the day, nobody needs me for anything else. so it's sort of nice to not be bothered
16:56 PiMB good music?
16:56 kotelette some modern instrumental thing :)
16:58 TheEternalAbyss nooooooo internal server error
16:58 TheEternalAbyss -_-;;
16:58 PiMB check your htaccess files
16:59 TheEternalAbyss seems mostly commented out
17:03 TheEternalAbyss hmm...error log says "Invalid command RewriteEngine
17:04 TheEternalAbyss "
17:07 TheEternalAbyss OMG...i can't escape index_ts.php errors!! AH!
17:09 TheEternalAbyss well i see why rewrite was causing the error
17:09 TheEternalAbyss the module wasn't running
17:11 TheEternalAbyss hmm....localhost is just infinitely loading
17:12 TheEternalAbyss no errors in apache...just listening on the port
17:15 pmk does anyone know if there exists any hooks for postprocessing uploads?
17:18 daKmoR does anybody know howto change the explicit deny in the access list to explicit allow?
17:21 pmk daKmoR: I do.. Hang on and I'll see if I can find the setting..
17:22 TheEternalAbyss ok..............that's....odd
17:22 daKmoR pmk... just got it
17:22 daKmoR it's $TYPO3_CONF_VARS['BE']['explicitADmode'] = 'explicitAllow'; in localconf.php
17:24 TheEternalAbyss i have a feeling the people who gave me this site was using an older version of typo3
17:26 pmk does anyone know if there exists any hooks for postprocessing uploads?
17:30 davidbrunnthaler hi guys, i'm still having problems with felogin redirect
17:31 davidbrunnthaler i know have typo3 4.2.11 and still realurl installed, but it just won't redirect properly
17:31 davidbrunnthaler any ideas why it refuses to work?
17:33 pmk davidbrunnthaler: The felogin plugin shipped with 4.2 doesn't work correctly, specially the redirect stuff.
17:33 TheEternalAbyss would anyone know where i can find out what replaces ereg() in php?
17:33 pmk TheEternalAbyss: preg_replace()
17:33 davidbrunnthaler ok. so should i then try typo3 4.3.?
17:34 davidbrunnthaler does it work there?
17:35 pmk davidbrunnthaler: I haven't tried it, but you can try taking the felogin ext from a 4.3 release, and use that on your 4.2. (I don't think theres any 4.3 specific code)
17:35 BradleyB Hey all - I'm having some problems with a Typo3 plugin, "attacalendar"... I'm trying to make the links made in the backend RTE for an event description actually show the links on the frontend in <A HREF... tags, rather than these damn <LINK /> tags
17:35 BradleyB Any ideas?
17:35 BradleyB the <LINK /> tags are showing on the frontend...and the browser doesn't know wtf to do with them... it's how it's being saved to the DB too.. how can i change that?
17:35 pmk BradleyB parse the content through lib.parseFunc_RTE (if there's a Typoscript setup)
17:36 BradleyB Before the save? Or in the display?
17:36 davidbrunnthaler is it hard for someone like me - who is not really comfortable in the typo3 core - to extract the felogin from 4.3
17:37 davidbrunnthaler ?
17:37 pmk Links in the DB should be <LINK> that's the correct TYPO3 method. Then when you want to display it you run it through the parseFunc_RTE, and that will convert them into correct hrefs
17:38 BradleyB pmk: I see... where would I put the parseFunc_RTE though?
17:38 atmos4 how can I flush the extension manager cache?
17:39 atmos4 refreshing the local extension list generated an internal server error after upgrade to 4.3.1 and now the local list is outdated or corrupted
17:39 pmk davidbrunnthaler> http://dl.dropbox.com/u/2241077/T3X_felogin-1_2_0-z-201001141746.t3x
17:39 atmos4 but trying to refresh says the local version is up to date
17:39 davidbrunnthaler thank you pmk
17:40 pmk BradleyB: Is there any Typoscript controlling the output of that ext?, if yes then post it here: http://t3paste.org/
17:40 pmk davidbrunnthaler: I think the one in 4.2 is version 1.1.0
17:40 BradleyB pmk: there's a template (tmpl) file that control's the output...kinda...
17:41 BradleyB actually, there's a ext_typoscript_setup.txt
17:41 BradleyB Want that one?
17:41 pmk davidbrunnthaler: you can install the new one as a local ext, then it will override the system extension you already have.
17:41 pmk BradleyB: yes.
17:41 davidbrunnthaler in 4.2.11 the version of felogin is 1.0.0
17:41 davidbrunnthaler ok i just backuped the current felogin extension
17:41 BradleyB pmk: http://paste.phlogi.net/ext_typoscript_setuptxt/
17:42 davidbrunnthaler The running TYPO3 version (4.2.11) is lower than required (4.3.0)
17:42 davidbrunnthaler ignore?
17:43 pmk yes
17:43 atmos4 hmm deleting typo3temp/extensions.xml.gz did help, but still getting imnternal server error on rerfresh ;-(
17:43 pmk BradleyB: what part of the TS is it that outputs the text with the link
17:44 BradleyB pmk: which field?
17:45 BradleyB pmk: the description field...
17:45 pmk The TS is big, so in order to know where to insert the extra parseFunc line, I need to know what part of the TS is outputting the text with the <LINK> code. Is it the "DEscriptION.field = description" part?
17:45 davidbrunnthaler darn. still won't work
17:46 BradleyB pmk: yes, I beleive that's it.
17:47 BradleyB lol. damn it!
17:48 BradleyB phew! =)
17:48 pmk my browser crashed..
17:49 BradleyB Heh. =)
17:49 davidbrunnthaler mh although i tried your felogin extension. it still won't redirect
17:50 davidbrunnthaler i will now try typo3 4.3
17:50 davidbrunnthaler let's just hope it works there
17:51 BradleyB pmk: Any ideas?
17:51 pmk BradleyB: Supposed it's the "DEscriptION" object in the TS setup that is outputting the <LINK> text, then you do something like this to run it through parseFunc before outputting it.
17:51 pmk http://www.phlogi.net/f/t3/tsp/sp/-6256d2eb5f/
17:53 pmk davidbrunnthaler: I don't know if it's fixed in the 1.2.0 version, but in the 1.1.0 version the redirect didn't work because it reloaded the page before the redirect, overwriting the referring page info.
17:53 davidbrunnthaler ok and was there a temporary fix for it?
17:54 pmk no. for the customer who wanted the feature, I had to hack the felogin ext quite a bit.. Unfortunatly I don't have the hacked version anymore, and I don't have access tho the customers site..
17:54 BradleyB pmk: you are awesome.
17:54 BradleyB pmk: that fixed it!
17:55 davidbrunnthaler mh to bad
17:55 pmk (Was made for my former job, and Im not at friendly terms with them anymore..)
17:55 TheEternalAbyss is there a way to turn off warnings
17:56 davidbrunnthaler yeah no problem
17:56 TheEternalAbyss well good news tho folks, i'm able t access the site and i'm logged into the backend
17:56 TheEternalAbyss yay!
17:57 pmk davidbrunnthaler> I think there's a GET parameter you can set. which is then placed at a hidden field in the felogin form. if this is set then it will redirect to that page. But it has to be in the GET var to work.
17:57 pmk TheEternalAbyss: What kind of warnings? PHP ?
17:58 pmk if it's PHP warnings, then you should be able to supress those by changing php.ini
17:59 TheEternalAbyss deprecated function warnings
18:00 kraftb hi !
18:02 TheEternalAbyss yea it's php
18:02 TheEternalAbyss i'll go into the php.ini file then
18:07 TheEternalAbyss where does php log errors, cause the log file seems empty. am I loking at the wrng thing?
18:07 davidbrunnthaler follow up question: if i don't want the redirect. how do i actually protect the page on which the felogin form is
18:14 pmk davidbrunnthaler> what do you mean by protect?
18:14 cdngfrog Seems they changed quiet a bit from 4.3.0 to 4.3.1 - had some issues with an extbase extension
18:15 davidbrunnthaler the felogin should not be visible by everyone
18:16 davidbrunnthaler and i made a new template for the login page
18:16 cdngfrog davidbrunnthaler: how do you want to determine who is allowed to see the felogin?
18:17 davidbrunnthaler everyone is allowed to see the felogin if he knows the address
18:17 davidbrunnthaler but there is no registering
18:17 cdngfrog davidbrunnthaler: "hide in menu" in the page properties
18:18 davidbrunnthaler yeah i knew that, but if someone now logs into
18:18 davidbrunnthaler he or she automatically gets redirected to the startpage
18:18 davidbrunnthaler and that should not happen
18:18 davidbrunnthaler it should at least stay on the same page
18:19 cdngfrog there are many settings in the plugin for that
18:20 davidbrunnthaler but none of them work :/
18:20 cdngfrog than something's broken. there is a checkbox "disable redirect" at the bottom
18:20 cdngfrog that works fine here
18:20 cdngfrog (4.3.1)
18:20 davidbrunnthaler this is checked
18:21 davidbrunnthaler ok then i really update to 4.3.1
18:21 cdngfrog it worked with 4.3.0 also
18:21 cdngfrog do you also have sr_feuser_register on that page?
18:23 davidbrunnthaler nope there is no user register on my page
18:23 davidbrunnthaler just started the update. hope it will work in the new version
18:25 pmk felogin is still buggy.. take a look at bugs.typo3.org. -> http://bugs.typo3.org/view.php?id=12990
18:26 TheEternalAbyss isn't scriptID a key?
18:26 TheEternalAbyss why would php think I'm trying to use an array
18:27 pmk davidbrunnthaler: maybe you should try getting the SVN version..
18:27 TheEternalAbyss i mean a string
18:27 TheEternalAbyss not key
18:28 davidbrunnthaler svn version of what? felogin?
18:28 pmk yes
18:29 davidbrunnthaler i'm not familiar with svn version. where can i get one of those?
18:29 pmk what platform are you using ? Windows, Mac ?
18:30 davidbrunnthaler mac
18:32 pmk then you can use http://scplugin.tigris.org/ or http://www.syncrosvnclient.com/
18:33 pmk then read this on how to get hold of the SVN version of TYPO3 -> http://wiki.typo3.org/index.php/Subversion
18:35 davidbrunnthaler ok i will check it out
18:35 davidbrunnthaler thanks so far
18:43 davidbrunnthaler thank you so far. have a nice evening
19:02 Jure hi
19:02 Jure can anyone help me install imagemagick on server?
19:08 cdngfrog Jure: do you have shell access?
19:10 Jure well i think, it kinda CMS so i dont realy know what right i have
19:10 Jure www.hostko.si
19:10 Jure all i know is lunux x686i
19:12 TheEternalAbyss question for you folks: if the site I have was made with old php and I need to migrate it or update it, does typo3 update the php side of things in the update section of the installer or does that only fix database issues when upgrading
19:24 TheEternalAbyss nevermind
19:28 TheEternalAbyss ugh
20:39 TheEternalAbyss anyone familiar with flexible content extension?
22:30 vjousse[typo3] Hi
22:31 MisterA Hi
22:31 MisterA You noob?
22:31 MisterA wanna help?
22:38 Denyerec OK so
22:38 Denyerec I have a TV FCE
22:38 Denyerec and I edit the XML
22:38 Denyerec and save
22:39 Denyerec and then refresh the frontend
22:39 Denyerec and it resets!
22:39 Denyerec It's driving me nuts!
23:17 nd76_ maybe "umlaute" / encoding problem?

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.