Search the website and IRC logs

#TYPO3 IRC log from : Thursday 29 April 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 4 5 8 9 10 11 12 13 14 15 16 17 18 19 22 23 24 25 26 27 28 29 30
01:02 Amr0d hi everyone
01:13 Amr0d any idea what I can change when the browser returns me to the Install Tool Login after I already entered the password?
01:40 ironm Hi guys - I need some help :-o - how to interpret such error message? (typo 4.3.3 / php 5.3) - http://paste.debian.net/71159/
01:41 ironm from the deprecation_42aabcf2b6.log
01:44 ironm another thing is I am getting an error message like "You must enter the same password twice." when trying to register a new felogin user .. the password has been typed two time of course ...
01:44 ironm it could be a php 5.3 issue .. or something else ...
01:45 ironm well .. thank you in advance for any hints ! :-)
01:46 ironm or just HOW I could debug such issues?
07:48 PiMB morning all!
08:46 Tobias_B can somebody help me pls: I descripted it in the TS: http://paste.phlogi.net/-bb6797e627/
09:33 snoy_ms hey all. I have a small problem with the "sr_email_subscribe" Extension. This Extension sents emials to registered users. My Problem is that the html doesn't work correct.
09:34 snoy_ms Just parts of the links are working.
09:36 randomresult is there something like TSFE:contentPid for the uid of the contentelement
09:36 snoy_ms for example the "confirm" link doesn't work correct. Only the half of the link is marked as link
09:36 snoy_ms any idea??
09:36 PiMB sounds like it's showing as a plain text version in your email program
09:37 snoy_ms PiMB: i think so. My Customer calls me, and said that all users have this problem
09:38 PiMB are your headers of the mail correct?
09:38 snoy_ms i use plugin.tx_sremailsubscribe.enableHTMLMail = 1
09:38 PiMB is it sending html mail?
09:38 ndee if I wanna use md5 passwords for the frontend users, do I still have to use the kb_md5fepw extension in typo3 4.3?
09:39 snoy_ms PiMB: i take a look
09:40 randomresult PiMB: u know if ther is something like TSFE:id=45 not for pages but for contentelements?
09:41 snoy_ms PiMB: Content-Type: text/plain; charset=utf-8
09:41 snoy_ms Content-Transfer-Encoding: quoted-printable
09:42 snoy_ms seems to be text, or ?
09:42 PiMB yep
09:42 PiMB looks like it.
09:42 PiMB @randomresult
09:42 PiMB no I don't think so.
09:42 randomresult hmmm
09:42 PiMB might be something possible with cObject or something.
09:42 PiMB but not sure.
09:42 PiMB could do a userfunc?
09:43 randomresult could... but...
09:49 snoy_ms :-( html mails doesnt work....
09:49 snoy_ms everything else works fine
09:54 iaj lo there - any way to have a textfile which is connected to a powermail select field - so I can use one textfile for different powermail forms who got the same select field's entry?
09:57 snoy_ms plugin.tx_sremailsubscribe.enableHTMLMail = 1 -> doesnt work....anyone already had this problem ? Every email is just text/plain
10:04 snoy_ms ok, i ask the mailing list...thx so far ;-)
10:08 ndee is it possible to access the typo3 FE-session from javascript?
10:11 Prot0 i guess you could do it with ajax :-)
10:12 ndee Prot0: I thought about that too but the ajax file would need to load all the typo3 specific stuff, no?
10:12 ndee brb
10:15 Prot0 erm
10:15 Prot0 i dont know if you can implement the same ajax handler that is used in the back-end
10:15 Prot0 in some way
10:16 Prot0 i think you can... theoratically :D
10:17 Prot0 i dont see any checks for being in the BE
10:19 Prot0 ill even try it out for you hehe
10:19 Prot0 hang on
10:40 Prot0 cool
10:40 Prot0 it works :D
10:40 PiMB :)
10:40 PiMB nice one mate
10:41 ndee Prot0: back :D
10:41 ndee had some breakfast
10:41 Prot0 making a small demo ext hehe
10:41 ndee what did you exactly try? :D
10:41 Prot0 seems to work though
10:44 Prot0 need to test a little more though i think
10:45 ndee http://www.typo3-tutorials.org/tutorials/extensions/eid-mechanismus.html <-- is it similar to this?
10:45 Prot0 only works when logged in into the back-end
10:45 Prot0 :D
10:45 ndee ah hehe
10:45 Prot0 nope
10:45 Prot0 probably a way to work around that too
10:46 Prot0 thats mean
10:46 Prot0 hehe
10:47 ndee :D
10:47 FloLeBlanc hi all
10:50 Prot0 lol
10:50 Prot0 hello
10:50 Prot0 ndee: it's not going to work just like that :-)
10:50 Prot0 unfortunately
10:51 Prot0 seems like a good idea to create an ajax dispatcher for the FE as well though hehe
10:54 untouch_ good morning, in an bodytext field in tt_content i see the <h2> tag but all the <p>'s and <a>'s are missing
10:54 untouch_ how come?
10:59 Prot0 can you check it in the RTE itself (in the back-end) as well?
10:59 Prot0 and if possible in the database
11:00 FloLeBlanc I'm currently using better loginbox and want to switch to the t3 core login because the ext got integrated there. How do I activate javascript md5 hashing for the login however?
11:06 untouch_ prot0 in the rte / sourcecode its http://pastebin.com/yMpetwBK
11:06 untouch_ and if i take a look in the db field with phpmyadmin its http://pastebin.com/MLTiDQ8J
11:07 Prot0 ok, so it gets cut up before its send to the database
11:07 Prot0 did you configure the RTE?
11:07 Prot0 through PageTS or UserTS
11:08 untouch_ no
11:08 untouch_ i didnt think so far because it made no sense for me that the h2 makes its way but the others not
11:08 untouch_ but ok
11:09 untouch_ can you tell me what exactly is to config?
11:12 Prot0 hm ok
11:12 Prot0 can you check the Page TS Config of your root page? :-)
11:18 ndee when I call tslib_eidtools::getTSFE(); in my eID script, I get the message: Call to private method tslib_eidtools::gettsfe() from context . how can I get around that?
11:20 untouch_ i use tinymce_rte
11:20 untouch_ and my root ts is
11:20 untouch_ http://pastebin.com/Cf0uNbVG
11:21 ndee why is getTSFE a private function in eidtools? that's strange.
11:21 Prot0 :D
11:21 Prot0 beats me
11:21 Prot0 perhaps you have to call it through another function
11:22 ndee Prot0: how can I find out thru which function I have to call it?
11:23 ndee the call graph is: getTSFE--> t3lib_div::makeInstance --> t3lib_div::getClassName
11:23 Prot0 untouch_: thats your TS setup, i meant the TSconfig found inside the page itself
11:23 Prot0 ndee: isnt there an init somewhere?
11:24 ndee in tslib_eidtools?
11:24 ndee Prot0: http://doxygen.frozenkiwi.com/typo3/html/d4/da0/class_8tslib__eidtools_8php-source.html
11:25 Prot0 yeah i got the file in front of me ;-]
11:25 ndee ah, initFeUser
11:25 Prot0 yeah
11:25 Prot0 that calls it ;)
11:25 untouch_ there is no TSconfig yet
11:26 Prot0 hmm, well dont know if tinymce rte has the same configuration type as the normal RTE
11:26 Prot0 search your BE for RTE otherwise, might help to find it
11:26 Prot0 :)
11:27 ndee Prot0: hm, the thing is, I need access to something like $GLOBALS['TSFE']->fe_user->getKey(yadda)
11:27 Prot0 well
11:27 Prot0 thats what you get with initFeUser
11:27 ndee ah no, to setKey actually
11:28 Prot0 it returns $GLOBALS['TSFE']->fe_user
11:28 Prot0 so :)
11:28 ndee Call to a member function setKey() on a non-object <-- is what I get
11:29 ndee my $GLOBALS['TSFE'] is empty
11:33 ndee think I gonna use $_SESSION then :D
11:35 Prot0 erm
11:36 Prot0 dont think that works
11:36 Prot0 remember trying something like that before
11:36 Prot0 hmm
11:36 Prot0 can you show me those lines of code?
11:49 Echidna i have an URL which is redirected directly to the typo3 root
11:50 Echidna how can i set up realurl properly, because it requires me to enter the server root
11:50 Echidna like http:/www.bla.com/ while the typo3 url is http://www.bla.com/cms
11:50 Echidna for example
11:55 randomresult i have a problem with TV
11:55 randomresult i have an area for content
11:56 randomresult and i want to change tt_content.image.20.1.params only for this area
11:56 randomresult any ideas?
11:56 randomresult i tried it in the xml
11:57 randomresult http://paste.phlogi.net/-9ab649eac0/
12:11 randomresult hmmm... seems that u cant change default tt-content - elements in a single area of TV
12:40 FloLeBlanc when you work with draft workspaces, is there a way to see the draft version in the browser? (not over "view" in the menu)
12:41 Prot0 FloLeBlanc: cant you do that with the admin panel?
12:43 FloLeBlanc hmm have to check that thx
12:45 randomresult is it possible, that not all ts works in tv-areas?
12:47 FloLeBlanc Prot0: didn't find it there
12:47 Prot0 :-(
12:48 Prot0 i know there is a way to generate a tmp link that will display it
12:48 Prot0 just dont know where hehe, dont really use workspaces very actively :-)
13:16 Echidna Prot0!
13:16 Echidna i need more of your help
13:17 Prot0 my help?
13:17 Echidna (with displaying the contents of a plugin on the main page)
13:17 Echidna we talked 2 days ago
13:17 Prot0 that is possible yes
13:17 Echidna so i added the plugin to the root page
13:17 Echidna and cant include it in the main page properly
13:18 Prot0 what have you done so far`
13:18 Echidna hm pastie doesnt wokr
13:18 Echidna http://pastebin.com/JF36Da8D
13:19 ndee_ what editor do you guys use for development on windows?
13:19 Prot0 Eclipse PDT
13:19 Prot0 erm
13:20 ndee_ ok, gonna try it :D
13:20 ndee_ just started using windows again after some time :D
13:20 Prot0 Echidna: subparts.TOC < tmp.
13:20 Prot0 whats that . doing there
13:20 Prot0 lol
13:20 Echidna yea it was tmp.toc
13:20 Prot0 what did you use before?
13:20 Echidna thats what i used
13:21 Echidna tried to add the tmp.toc block to the TOC marker
13:21 ndee_ Prot0: I have a mbp but wanted something faster. and a mac pro is too expensive :D
13:21 Prot0 i got one too
13:21 Prot0 still like it
13:21 ndee_ but you can only hook up one additional screen so yeah :D
13:21 Echidna for testing purposes, i also tried doing subparts.toc < tmp.work_menu and it displayed another instance of the menu
13:21 Echidna so the marker works
13:21 Echidna but not the contents
13:22 ndee_ we are devs, we need screen real-estate :D
13:22 Prot0 ndee: lol
13:22 Prot0 i actually like working on 22" :-) its enough for me
13:22 Prot0 got spaces anyways :=)
13:22 Echidna 3Resolution: 1920x1200x16bpp 0Hz
13:22 Prot0 0Hz?
13:22 Prot0 did you turn it off? :D
13:23 ndee_ I just got me a second 24" :D so now I have two 24", and with this video card, I could hook up a third one :D
13:23 Echidna Prot0: i'm actually using remote desktop right now
13:23 Prot0 and do what? play flight simulator? :D
13:23 Echidna i'm surprised its displaying my local res at all
13:23 Prot0 lol
13:23 Prot0 :D
13:24 ndee_ Prot0: one screen for thunderbird, one for eclipse, one for the browser :D
13:24 Echidna ndee_: dual 26" here
13:24 Prot0 :(
13:24 Echidna but they belong to work lol
13:24 Echidna i have a single 27" at home
13:24 Prot0 i have no screen at home
13:25 Prot0 at least not at my home here hehe
13:25 ndee_ I work from home so the belong to both :D
13:25 Prot0 at home home i got 2x 17"
13:25 Prot0 (blush)
13:25 Prot0 which was cool 6 years ago
13:25 Echidna thats like putting two phones next to each other =P
13:25 ndee_ but now, I have to get used to windows again :/
13:26 Echidna Prot0: any idea how to make it work?
13:26 Prot0 well
13:26 Prot0 all your doing now is include the template
13:26 Prot0 if you want to display a plugin on all pages it goes a little different
13:26 Echidna o
13:27 Prot0 hang on i will look up an example
13:27 Echidna thx
13:31 Prot0 i guess you could use something like styles.content.get
13:31 Prot0 and just change the pid
13:31 Echidna where do i change it?
13:32 Prot0 ill write u something
13:32 Prot0 one sec
13:36 Prot0 k thats easy hehe
13:36 Echidna soudns good =)
13:36 Prot0 did you put the content on the main column?
13:37 Prot0 and whats the UID of the page you put it on?
13:37 Echidna hm
13:37 Echidna 8
13:37 Echidna but i'm not sure where its set for the main template
13:38 Echidna http://pastebin.com/B9PFmiVf
13:38 Echidna thats the ts for the page id 8
13:39 Prot0 http://pastebin.com/VMLFZ8he
13:41 Echidna 8 is actually the parent page of all those pages that are displayed in the main section
13:41 maholtz|WORK @Echidna: #additionalParams = &IDDOC={GPvar:IDDOC} be aware of possible xss attacks - use htmlSpecialChars = 1
13:42 Echidna maholtz|WORK: isnt that commented out anyway
13:43 Prot0 jup
13:43 Prot0 but still good to know ;-]
13:43 Echidna Prot0: thx, was the adding the plugin to the root page still necessary?
13:43 maholtz|WORK +1
13:43 Prot0 well
13:43 Prot0 if you add the plugin to the rootpage
13:43 Echidna maholtz|WORK: where do i put the htmlSpecialChars = 1
13:43 Prot0 you load it into your template like this
13:44 Echidna Prot0: ok it does work now, thx
13:44 Echidna now, i need a reduced version of the same template
13:44 Echidna to fit the menu col
13:44 Echidna so i ahve to create a new page thne?
13:44 Prot0 im not sure i follow .. :)
13:45 Echidna Prot0: it displays the toc where i want it
13:45 Echidna but i need to use a different html template
13:45 Echidna for the same content albeit
13:45 Echidna can i use a different template w/o having to create a new page
13:45 Prot0 do you want to replace the template?
13:46 Echidna yes, but only for that marker
13:46 Echidna the regular toc page should use the old template
13:48 Prot0 create a new template
13:48 Prot0 overwrite it, and set the other template only on the TOC paghe
13:48 Prot0 :)
14:31 kraftb hello !
14:31 kraftb anyone from the extbase team here ...
14:32 kraftb or at least someone who knows: In which directory should I put javascript files belonging to an FE extension/plugin
14:40 ironm Hi guys :) - it looks like sr_feuser_register and sr_freecap don't work with php 5.3 (due to the ereg_replace / preg_replace issue) - is there maybe already a patch for these extensions when using php 5.3?
14:41 ironm even I have changed the php code (replaced ereg_replace to preg_replace) I am getting an error message like: "You must enter the same password twice." in FE when trying to register :-/
14:41 ironm thank you in davance for any hints :-)
15:04 Echidna Prot0: i cant find a way to add a template file to a page, the html file is mapped to the plugin itself
15:04 Prot0 you already did it in your example..
15:04 Prot0 ah
15:04 Prot0 the template for the plugin?
15:04 Echidna yea
15:05 Echidna its set in ext_typoscript_constants.txt
15:05 Prot0 well perhaps you need to modify the plugin, or maybe you can specify a template in the plugin :-)
15:05 Prot0 than you can overrule it
15:05 Prot0 *then
15:05 Echidna i'm not really a php dev
15:06 Prot0 on the page where you want to change it you can simple overrule the typoscript constant and set it to your other template
15:07 Echidna really
15:07 Echidna how do i do that? =)
15:07 Echidna i've only see it set for the main template
15:07 Echidna tmpl.content_main.file_name = fileadmin/digitale_bibliothek/templates/main.html
15:08 whufee hi
15:09 whufee hello, Im new to typo3 cms
15:10 whufee i have a small problem, can anybody help me
15:10 whufee thank you
15:10 Prot0 just ask m8 :)
15:10 whufee my company's website is running by typo3
15:11 whufee www.mcgarrellreilly.ie
15:11 whufee in the projects section
15:11 whufee there are some photos under each headings
15:12 whufee im trying to upload some new img
15:12 whufee according to the user guide
15:12 whufee there is a 'export to xml' in backend
15:13 whufee but i can't find it
15:13 Prot0 which version of typo3 are you running?
15:13 whufee TYPO3 Ver. 4.2.8,
15:13 whufee i can only see the 'save' button ,,,
15:14 Prot0 what do you want to export to xml?
15:14 whufee img files
15:15 whufee To edit the stuff in the project borwser is a little more complicated. (see attached mrg typo3 projects.jpg) 1. Click on the "Project Manger" button 2. Click on "List All Projects" 3. Edit the text 4. Click Save 5. Click on "Export to XML" 6. Click on the lightning bolt icon and select "Clear All Caches"
15:15 whufee thats the user guide from our support email
15:18 Echidna Prot0: i cant find any examples =/
15:18 whufee ?
15:19 whufee anyone?
15:20 Prot0 that seems like something custom or an extension perhaps
15:21 Prot0 Echidna: you just posted the original, you can use that as an example
15:21 Prot0 just create a Template on the TOC page
15:21 Echidna Prot0: what original
15:22 Prot0 and add that line in the Constants
15:22 Echidna i did
15:22 Echidna an extension
15:22 whufee it's funny because, according to them, i should see a 'export to xml' button just under the list all projects and add a project
15:22 Echidna but i dont know what to put
15:22 Prot0 tmpl.content_main.file_name = fileadmin/digitale_bibliothek/templates/main.html
15:22 Echidna oh main?
15:22 Echidna well i was thinking its probably not tmpl.content_main.file_name for that extension template
15:22 Prot0 whufee: can you create a screenshot of where you are right now in the typo3 backend
15:22 Echidna and i dont know what to put thre instead
15:23 Prot0 well
15:23 Prot0 the name of the new template file
15:23 whufee can i uploade in here?
15:26 Echidna Prot0: assigning the new html file to tmpl.content_main.file_name doesnt seem to change anything, it's still using the default template
15:27 whufee i have screenshot, but i dont know how to upload in here
15:27 Echidna not in here
15:27 Echidna use imageshack or smt
15:28 whufee http://img80.imageshack.us/i/mrgtypo3projects.jpg/
15:29 whufee here is the screenshot
15:29 whufee according to my support team,. i should see 'export to xml' on top of the screen
15:30 whufee #5
15:31 Echidna hmm
15:31 Echidna must be an extension
15:31 Echidna i dont even have "project manager"
15:32 whufee http://img714.imageshack.us/i/222ye.jpg/
15:32 whufee here is my backend access looks like
15:33 whufee i can only see 'list all projects' and 'add a project'
15:34 Prot0 i think hes using DAM
15:34 whufee i just want to upload new img to the website
15:35 whufee i selected imgs and clicked 'save', nothing happened
15:36 whufee is that because im not super admin?
15:38 Echidna Prot0: any ideas about how to assign the html to the page?
15:38 Prot0 well, create the new template
15:38 Prot0 save it into a new html file
15:38 Echidna i made a copy
15:38 Echidna and altered it
15:38 Prot0 and just change the path on that page with the constant
15:38 whufee .....
15:38 Echidna there is no path
15:39 Echidna what i dont know is what constant to assign the path to
15:39 Echidna i put tmpl.content.file_name = fileadmin/digitale_bibliothek/templates/goobit3_toc_tmpl_full.html
15:39 whufee how can i get offical support from typo3
15:39 Prot0 whufee: I have no clue m8, I don't use DAM that much :-) sorry
15:39 Echidna in the constants textbox on that copy of the toc page
15:39 whufee ok, no worries
15:40 whufee plz just tell me where can i get support
15:40 Prot0 whufee: You can't but you can hire freelancers or conslutancy agencies if you really dont know what to do :)
15:40 whufee a url will do
15:40 Prot0 you can get support here, but the right ppl need to be there
15:40 Prot0 you have to understand that most of us are working atm ;)
15:41 whufee ok
15:41 whufee ......
15:52 whufee Hi anyone use DAM ?
15:52 whufee im new to typo3, help needed.
15:52 maholtz|WORK @whufee: perhaps ask your question again
15:53 Tobias_B how can i clear the fields in the standard mailform when i send the mail??
15:56 maholtz|WORK @whufee?
15:58 whufee Hi, my company's website is using typo3, www.mcgarrellreilly.ie , in the 'project' section, I need to upload some new photos, i got an support email from our web designer, according to this email i should see a 'export to xml' option on the top of the screen
15:58 whufee but i can't see this button,
15:58 whufee there is the screenshots
15:58 maxim hallo
15:59 whufee http://img46.imageshack.us/i/mrgtypo3projects.jpg/
15:59 pmk65 whufee: Select "List" mode in the left menu. Then selecte the page with the records/data you want to export.
16:00 maholtz|WORK @whufee: "Upload New Image" ?
16:00 whufee 'yeah
16:00 Guest24933 I would like to publish an extension. What I have to do ?
16:00 whufee here is my backend looks like
16:00 maholtz|WORK @Guest24933: write documentation, create account at typo3.org
16:01 pmk65 then you should see a list of different records. Now click on the title of the record types you want to export. On the next screen you'll see a red arrow in the top of the screen. That arrow/button can be used to export data in xml format.
16:01 Guest24933 I have done everything
16:01 whufee http://img231.imageshack.us/i/222sc.jpg/
16:02 whufee <pmk65> whufee: Select "List" mode in the left menu. Then selecte the page with the records/data you want to export.
16:02 whufee thats not right
16:03 whufee i was specifically told to click project manager
16:03 pmk65 it is right, but you are not using standard content, but some kind of project extension (which you did not say)
16:04 whufee click list mode doestnt work
16:04 whufee i dont know what extension is that
16:04 whufee im a joomla user not typo3....
16:04 whufee :(
16:05 pmk65 without knowing what plugin it is you are using, it's hard to supply any useful help..
16:06 whufee how to know what extension is that
16:07 whufee click 'about'?
16:07 whufee Extension Authors This is a list of the people who contributed to the extensions you're using in your installation. Extension Author Basic SEO Features (seo_basics) Benjamin Mack RealURL: URLs like normal websites (realurl) Dmitry Dulepov Phase4 Menu (ph_menu) Richard Downes TemplaVoila! (templavoila) Dmitry Dulepov McGarrell Reilly Group Projects (mrg_projects) Richard Downes Extension Kickstarter (kickstarter) Ingo Renner Canonical Tag (p4_canonical) Ric
16:07 whufee mrg_projects i think it called
16:08 whufee .....custom plugin....
16:08 whufee ;...(
16:10 maholtz|WORK @Guest24933: so you should be able to upload your extension via extension manager to the ter
16:13 maholtz|WORK just select your extension and select "upload to ter"
16:14 maholtz|WORK whufee: did you upload the images you want to use?
16:15 maholtz|WORK and there is a link "Export to XML" (or an text) so, what is the problem?
16:21 Phlunk3 has anyone here worked much with the extension pt_list? Im having problems finding if there is a way to include the total record count in the main template (not in the pager but the list itself)
16:22 Guest24933 I'm going to try , many thanks
16:23 Echidna o noes, Prot0|off has abandoned me =(
16:23 whufee http://img231.imageshack.us/i/222sc.jpg/
16:23 whufee this is my screenshot
16:23 whufee i dont see 'export to xml' anywhere
16:27 Guest24933 during the upload I got this error: Fatal error: SOAP-ERROR: Encoding: object hasn't 'name' property
16:33 blaxx_ hi everybody
16:35 blaxx_ i'm new to typo3 and would like how to add a user group. When i click list -> new typo3 site (as admin user) i only see page backend user and static templates in the right frame.. there should also be backend groups i think. what did i forget?
16:37 ironm blaxx_: you have to define a SysFolder for fesuer and than you will be able to add a user group using the "new" option
16:54 blaxx_ ironm: tnx.. do i have to give a special name to the sysFolder?
16:58 maholtz|WORK @Guest24933: perhaps avoid special chars f.e. german umlauts etc.
16:59 maholtz|WORK @blaxx: no special name needed
17:01 ironm blaxx_: you place the SysFolder inside your website tree .. the name is not importent however it make sense to call like "feuser" .. you will have to reference to this Folder later
17:02 blaxx_ ok. So i created a sysFolder named User in the top level of the site. what do i do next? (sorry for asking you, i couldn't find that in any documentation ;)
17:02 ironm blaxx_: page -> "the new sysfolder" -> new (right button)
17:03 ironm I have to leave now .. see you later
17:07 blaxx_ new content on the sysFolder gives me a list of typical page content, special elements etc. but nothing seems to be user/group stuff
17:12 ironm blaxx_: I have "Website user" and "Website group" inside .. (typo3 4.3.3)
17:13 ironm blaxx_: important is the right button click on the icon of your SysFolder
17:15 blaxx_ i still don't get it.. i think i'm gonna chown the whole page to my non-admin user and create some content first. After that i will maybe understand a little bit better how the whole thing works
18:21 s-andersen Hi everyone. I have a menu that takes quite some computations to make for TYPO3, but the menu is the same on all pages. Unfortunately TYPO3 choose to write 500kb to cache on every pagehit and that slows the page down enourmously if cache is not cleared often. Any ideas on how to solve this?
18:29 Abu_Amama Hi, install tool problem: popup come over and over again and cookies are enabled! any help?
18:29 snoy_ms Abu_Amama: file permissions? PHP Problem ?
18:30 Abu_Amama what file please?
18:30 Abu_Amama i'm a newbie
18:31 snoy_ms Abu_Amama: another question, can't you login to install tool ?
18:32 Abu_Amama the password is correct but the popup come over agani and again
18:33 snoy_ms Abu_Amama: you can use the install tool without problems ?
18:33 Abu_Amama i don't have access to it cause of the popup coming again and again
18:34 s-andersen Abu_Amama: It's not an install tool problem? It's a backend problem?
18:34 snoy_ms Abu_Amama: http://www.pictureupload.de/originals/pictures/290410184950_Bildschirmfoto_2010-04-29_um_18.47.37.png
18:34 snoy_ms Abu_Amama: please check the permissions
18:35 snoy_ms Abu_Amama: and check theses php settings http://www.pictureupload.de/originals/pictures/290410185034_Bildschirmfoto_2010-04-29_um_18.48.04.png
18:35 Abu_Amama thanks, it should be this
18:36 snoy_ms Abu_Amama: Sometimes its a corrupt installation or a server config problem
18:36 Abu_Amama i ll check after change permissions thanks
18:37 snoy_ms Abu_Amama: some folders aren't there....thats ok.
18:46 DaHaiz hi guys
18:46 DaHaiz it's me again ^^
18:46 DaHaiz i've got a problem with the rgsmoothgallery extension
18:47 DaHaiz it works perfect, how the hell is it possible that it takes 15 mins for 3 pics to scale the pics for the thumbnails?
18:47 ironm what kind of problem DaHaiz ?
18:47 ironm I see
18:47 DaHaiz and on the top the page is very very slow while that process
18:47 ironm did you test it on a local server DaHaiz ?
18:48 Abu_Amama snoy_ms: i changed file permission but i still have the same pb
18:48 DaHaiz i'm creating a website for a school. and i want to use this extension for displaying the form pics
18:48 snoy_ms Abu_Amama: maybe a server problem......never had this
18:48 snoy_ms Abu_Amama: local cookies ?
18:48 Abu_Amama enabled
18:49 ironm DaHaiz: I guess it should NOT take more than few seconds
18:49 ironm DaHaiz: depends on the server hardware ...
18:49 Abu_Amama what kind of server pb?
18:49 DaHaiz ironm: no i'm testing on my server. i had never problems with such problems. and i have been developing on that one for about 3 years yet
18:50 snoy_ms Abu_Amama: good quetsion......don't know...
18:50 snoy_ms Abu_Amama: sorry
18:50 Abu_Amama thanks any way :)
18:50 ironm have you changed the version of typo3 or just php and/or something else DaHaiz ?
18:51 DaHaiz ironm, i can just look at the directory where the thumbs are being created in. when im looking at the file creation times the thumb are being created each few minutes
18:51 DaHaiz no i havent changed typo3 or php
18:51 ironm DaHaiz: there are some compatibility issues when running php 5.3 .. (instead of php 5.2 or an older one)
18:51 snoy_ms Abu_Amama: php maybe ? safe mode off ; memory_limit 128; max execution_time 120
18:52 DaHaiz i have installed typo3 just a few days ago
18:52 ironm well .. I don't have any further ideas DaHaiz
18:52 DaHaiz php is running since the server is mine
18:52 ironm DaHaiz: what typo3 Version? .. and what version of php?
18:52 Abu_Amama i've already tested whith safe_mode
18:52 snoy_ms Abu_Amama: google says safe_mode, mhhh
18:53 ironm DaHaiz: "dpkg -l | grep php"
18:53 DaHaiz typo3 4.1.1.3 with php version 5.1.x
18:53 Abu_Amama :) that was google not my server :)
18:53 Abu_Amama thanks
18:53 DaHaiz i dont know the exact version number now
18:53 DaHaiz i cant run the latest typo3 version because of my old php
18:53 ironm typo3 4.3.3 is the last recommended one @ DaHaiz
18:53 snoy_ms Abu_Amama: you installed the source packet + dummy packet ?
18:53 DaHaiz ironm, i know ;)
18:54 ironm I mean there were some security issues DaHaiz
18:54 Abu_Amama no dummy
18:54 Abu_Amama it an old site typo3
18:54 Abu_Amama on windows i don t have this pb
18:54 snoy_ms mhh
18:55 Abu_Amama but i have another one :)
18:55 Abu_Amama templavoila error :)
18:55 ironm DaHaiz: I have to leave now .. good luck! ;-)
18:56 DaHaiz ironm, okay
18:56 DaHaiz my cpu works at 100% o.O
18:56 ironm DaHaiz: Should I have time tomorrow I could test "your" extention with typo3 4.3.3 7 php 5.3
18:56 ironm DaHaiz: Should I have time tomorrow I could test "your" extention with typo3 4.3.3 / php 5.3
18:57 DaHaiz ironm, that would be really great :)
18:57 ironm fine DaHaiz ... see you tomorrow :-)
18:58 DaHaiz yeah, bye and thanks :)
19:55 Abu_Amama i found a solution to my problem in http://www.typo3-jack.net/typo3-english-lists-netfielders-de/7105-typo3-cannot-login-install-tool.html
19:55 Abu_Amama post 30.07.2007, 12:34
19:55 Abu_Amama but my frontend is a blank page :D
19:57 Abu_Amama nore the backend :)
19:57 Abu_Amama it seems like firefox 3.6 is not compatible with typo3
19:57 Abu_Amama !!!
20:00 Prot0 blank pages usually indicate PHP errors
20:03 Abu_Amama humm
20:03 snoy_ms Abu_Amama: what was the fix for your login problem ?
20:03 Abu_Amama what about this "Your browser version looks incompatible with this TYPO3 version!"
20:03 snoy_ms Abu_Amama: some other had this some days ago
20:04 snoy_ms Abu_Amama: what ? your using windows 3.1 ??
20:04 Abu_Amama the solution http://www.typo3-jack.net/typo3-english-lists-netfielders-de/7105-typo3-cannot-login-install-tool.html
20:04 Abu_Amama win xp pro sp3 version 2002
20:05 Abu_Amama my server is linux
20:05 snoy_ms Abu_Amama: your using this ? ...typo3/install/index.php?TYPO3_INSTALL[type]=extConfig&password=joh316
20:06 Abu_Amama i just add &password=mypass in the url
20:06 Abu_Amama every time
20:06 snoy_ms mhh, but that doesnt fix your problem
20:06 Abu_Amama it seems there s a pb with cookies
20:06 snoy_ms Abu_Amama: also with other brothers ?
20:07 snoy_ms Abu_Amama: could be
20:07 Abu_Amama yes also with ie8
20:07 snoy_ms mhh, server site session problems maybe
20:07 snoy_ms Abu_Amama: some people had this problem some days ago. and all used a vserver
20:08 snoy_ms Abu_Amama: maybe its the same problem
20:08 Abu_Amama no it s a dedicated server
20:08 Abu_Amama what was the solution?
20:09 snoy_ms Abu_Amama: i think it was a hoster problem.....
20:10 snoy_ms Abu_Amama: dont know what they did
20:10 snoy_ms Abu_Amama: you have a folder named typo3conf ?
20:10 snoy_ms Abu_Amama: and a localconf.php in that folder ?
20:11 snoy_ms Abu_Amama: sorry.....you already used the get login
20:11 snoy_ms Abu_Amama: try to generate a new md5 passwort and save this in your localconf.php
20:12 snoy_ms and please delete all *.tmp files in typo3conf
20:12 Abu_Amama ok i'll try this
20:14 Abu_Amama still have the pb! it is just a good day :)
20:16 snoy_ms And your 100% sure that you enable cookies ?
20:16 snoy_ms sorry that i ask, but i never had this problem
20:17 snoy_ms Which typo3 version do you use ?
20:19 Abu_Amama 4.2.12
20:20 snoy_ms Abu_Amama: can you login into the backend?
20:20 Abu_Amama you know, i should let this until tomorow
20:20 Abu_Amama no
20:21 Abu_Amama that what gives me the incompatible error
20:21 snoy_ms Abu_Amama: sorry, i wish i could help you with these....mhhh thats realy strange.
20:21 Abu_Amama yes i know
20:21 Abu_Amama it's just this day seems strange too
20:21 Abu_Amama thanks
20:21 Abu_Amama @+
20:34 schwaiger hi someone knows of or if its possible to seperate a fce content in tabs ( in be ) i tried "sheets" but that breaks all ;-)
20:47 milpoer hi.. i have made a 2 column website, and the backend works fine, but when previewing the page, i does not interpret the html.. just print i like an editor.. see: http://fritdrop.dk/index.php?id=133
20:48 flipmoe hey, realurl_autoconf isn't generated, any clue?
20:54 ironm milpoer: I can't remeber exactly BUT if you use a templavoila there was an issue with the <HSC>0</HSC> tag in the DS of the root page template .. check it and change the value from "1" to "0"
20:55 milpoer thx..
20:56 ironm milpoer: I had similar problems .. finaly I have decided not to use TV anymore
20:57 milpoer ironm: exactly the problem :)
20:57 milpoer I love TV.. so i'll stay using it.
20:58 ironm yes .. it is quite nice .. however when you update an older version of your website you have to do the mapping again ..
20:59 Amr0d hi everyone
21:01 milpoer hi
21:02 milpoer anyone know how to make t3 using full urls for image, css etc.. such it can be used as newsletter ?
21:02 milpoer without direct_mail plugin
21:17 Golgata hi! i am using typo3 with a mysql-server, but i have a strange problem. connection fails, then i reload user permissions in phpmyadmin, after that, the connection works - but only for a one-time-connect. after that its broken again... anyone can help? to be more exact: sometimes typo3 can connect, sometimes not...
21:19 Golgata when i am in the install tool, it first says, for example, "bla is selected as database". then i refresh the page, suddenly the message changes to "bla cannot be selected as database", and in the select field is "bla (NO ACCESS)"... then i refresh it again, and suddenly it works again... :(
21:28 schwaiger open your localconf and enter by hand these values
21:28 schwaiger http://nopaste.info/08194e7be4.html
21:29 schwaiger after this typoe/install should work like a charm
21:30 Golgata you wont believe me, but i already found the solution, and its kind of stupid... i replaced "localhost:3306" with "127.0.0.1:3306", now it works... can someone explain this to me?!
21:31 schwaiger no im not shure why this is since the last version... dont know why but this solution is ok for me
21:53 schwaiger i get content from tv out of db this whay -> http://nopaste.info/015e0299b3.html but how to deal with images ?
23:48 schwaiger if someone is interested here is the solution http://nopaste.info/0d2d34f8ad.html
23:57 Amr0d hmmm

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.