Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Sunday 27 May 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
10:16 Hast I need suggestions on how to get my rich text editor working - the option has disappeared - eventhough the extension should be working
10:18 Hast In my typo3 - of course
10:20 Hast Any suggestions?
10:22 Hast Sorry to interrupt
10:36 delmonico hey... still looking for a way to integrate a .js file from an extension (using static typoscript)
10:53 Hast See you -have a nice day
13:26 andreasbalzer how is it possible to work in TYPO3 with files larger then the standard 2 MB limit?
13:26 andreasbalzer I want to add files with about 20 MB filesize..
13:35 XiXora change php's limit
13:35 andreasbalzer this limit is set to 80 MB
13:37 andreasbalzer any idea?
13:37 XiXora no sorry i'm a newb
13:38 andreasbalzer ah ;)
13:45 ries andreasbalzer: if you talk about uplaoding files, then I have seen an extension that can drag/drop file uploads
13:45 null_0 andreasbalzer: I am not sure, but i think there is a config field into typo3conf where you can set additionaly a max POST size.
13:48 null_0 and there is a max execution time for each php script, if this is too few tiome to upload, it will fail too. i guess
13:48 andreasbalzer no it's not about upload
13:48 null_0 http://wiki.typo3.org/index.php/How_to_upload_big_files
13:48 null_0 ah. ok.
13:48 null_0 then ignore ^^
13:49 andreasbalzer I have a somewhat 20 MB file uploaded via FTP and now I want to include it through the Dataset choose window..
13:49 andreasbalzer and it's added to the field but when I click on save, it throws a TYPO3 error..
13:50 dokma_ [BE][maxFileSize] = 10000
13:50 dokma_ $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] = 10000
13:50 andreasbalzer in the install tool right?
13:51 andreasbalzer let's change it to 1000000000 ;)
13:52 andreasbalzer the error still occurs: 1: Filesize (7.6 M) of file '/Users/<removed>/www/htdocs/fileadmin/user_upload/flash/flashvideos/abigag2007/DOKTOR.mpg.flv' exceeds limit (2.0 M). (tt_content:847:pi_flexform)
13:57 XiXora check the install took perhaps
13:57 XiXora for a max file size
13:58 andreasbalzer set to 100000....
14:01 dokma http://www.typo24.com/85813.html
14:02 dokma filesize limit
14:04 andreasbalzer so i have to use a special extension for it.. hm...
14:04 zatmania hi all
14:07 andreasbalzer dokma: what else has to be modified? http://typo3.org/extensions/repository/view/swg_tca_ext_10mb/1.0.0/info/ext_tables.php/
14:08 dokma no clue mate
14:08 dokma these are just random tidbits
14:08 andreasbalzer yeah but they don't solve my problem..
14:09 dokma grep your sources
14:09 andreasbalzer I have used this ext, changed the value in the install tool and modified the php settings
14:09 dokma grep the sources
14:10 XiXora anyone used lumophpinclude?
14:12 null_0 andreasbalzer: did you restart apache? after changes to the php.ini, and t3conf?
14:12 null_0 phpinfo should show the actua settings. it seems that max filesize is still 2 MB if you get this error :)
14:13 andreasbalzer it currently shows 8MB
14:13 andreasbalzer no, i did not restart my apache as the php.ini was changed months ago
14:14 andreasbalzer i only got 5000 search results so far... :-/
14:21 Denyerec XiXora
14:21 Denyerec andreasbalzer has
14:21 Denyerec cos he told me about it :)
14:21 Denyerec Phlogiston might too
14:21 XiXora it still dont work :P
14:21 XiXora ITS RUBBISH
14:22 Denyerec I thnk the script will need modding to work with the lumo includer
14:22 Denyerec cos I don't think you can diretly access GET and POST like the script does.
14:23 XiXora hmm
14:23 XiXora well the script you gave me was a function
14:23 XiXora so i echo'd it
14:24 XiXora so afaik it should just output whatever :s
14:24 andreasbalzer I used it some years ago.. yes
14:25 XiXora did you have any trouble with it?
14:25 andreasbalzer you can't output things through it, because they are ignored by TYPO3's Caching engine..
14:25 XiXora oh!
14:25 andreasbalzer (afaik)
14:25 XiXora wonder if i can tap into that
14:40 andreasbalzer null_0: is there any other possible restriction setting somewhere to change?
14:40 null_0 hm.
14:40 null_0 wait i try at my site.
14:41 andreasbalzer the strange thing is, that it's 2 MB for me, but XXXX MB for other people on the mailinglists...
14:49 null_0 [FE][maxSessionDataSize] = 10000
14:49 null_0 maybe that
14:49 null_0 is set to 10mb default.
14:52 andreasbalzer is it in install tool?
14:53 andreasbalzer but my specific limit is currently 2mb..
15:00 andreasbalzer any TYPO3 Core dev around?
15:02 null_0 ah
15:02 null_0 1: The uploaded file exceeds the size-limit of 10485760 bytes
15:05 andreasbalzer of 2 MB
15:09 elbart hi
15:09 andreasbalzer hi elbart
15:12 dokma peeps
15:13 dokma how do I set the title of the page where my single news is displayed
15:13 dokma to the title of the news item
15:13 null_0 andreasbalzer: ok. works now
15:13 andreasbalzer how?
15:14 null_0 i changed into Installtool -> All Configuration [maxFileSize]
15:14 null_0 [BE][maxFileSize] = 30720
15:14 null_0 to 30MB max
15:14 null_0 and into php.ini also changed
15:15 null_0 post_max_size = 30M
15:15 null_0 upload_max_filesize = 30M
15:15 null_0 apache2 restart
15:15 null_0 that was all
15:15 andreasbalzer I did those things too but there is this 2 MB limit still alive..
15:15 andreasbalzer but none of my values says 2 MB...
15:15 null_0 so you have to look at your php.ini
15:15 dokma did u restart apache?
15:16 andreasbalzer no
15:16 null_0 you have to restart / reload apache
15:16 null_0 else it won't change
15:16 andreasbalzer but it was restarted after the change in php.ini
15:16 null_0 do you have access to your php.ini?
15:16 null_0 ssh?
15:16 andreasbalzer yes
15:16 andreasbalzer but no clue how to do it..
15:16 null_0 ok. so vim it
15:16 andreasbalzer i'll restart my server first
15:20 dokma there's no mention of news plugin in my object tree
15:20 dokma how's that possible?
15:20 dokma tt_news is installed
15:20 dokma and I have an instance of plugin in one sysfolder
15:20 dokma and I configured the plugin in my ts
15:20 dokma setup
15:23 andreasbalzer i have restarted.. same error: 1: Filesize (7.6 M) of file '/Users/<removed>/www/htdocs/fileadmin/user_upload/flash/flashvideos/abigag2007/DOKTOR.mpg.flv' exceeds limit (2.0 M). (tt_content:847:pi_flexform)
15:26 null_0 what tells phpinfo about max_*?
15:27 andreasbalzer pm?
15:29 andreasbalzer did you get my private message?
15:31 null_0 yes i did
15:31 andreasbalzer ok :)
15:32 null_0 did you changed [BE][maxFileSize] into $localconf.php, or into install tool?
15:33 andreasbalzer install tool
15:33 null_0 and clicked "write to local.conf" i hope
15:33 null_0 and the clear typo3 config cache at the menu bar
15:34 andreasbalzer write to localconf? Hm.. I only see "send changed to trashbin" ;)
15:34 andreasbalzer no.. of course I did that :D
15:34 null_0 :)
15:34 null_0 and clear cache too?
15:34 andreasbalzer yeah
15:34 null_0 ok
15:39 andreasbalzer this filesize thing makes me crazy... :-/
15:42 XiXora :(
15:42 XiXora one thing id say is to literally check localconf.php
15:42 XiXora i had problems with the password ocne
15:42 XiXora itd change but it was overridden lower down in the script
15:43 andreasbalzer yes but the installer is writing everything at the end..
15:43 XiXora oh hmm
15:52 XiXora any of you know a nice extension which one form can be split onto three pages and the pages keep information between each other
15:56 ries XiXora: use hidden divs to split between the pages?
15:57 XiXora you know what, thats not a bad idea!
15:57 XiXora will be kinda nightmare if person got no js on mind but then they'll just get the form on one big page
15:58 ries I am always full of good ideas :)
15:58 ries cars need fuel... internet pages need java.... :D
15:59 XiXora prob be better if i could get phpinclude plugin working, but somethings gotta give i guess
16:00 ries XiXmake an extension with the kickstarter
16:00 ries create one frontend plugin
16:00 ries it's really as simple as that
16:00 XiXora true
16:00 XiXora but i go into ext manager, and the option isnt there :p
16:00 XiXora maybe the admin user doesnt have everything enabled
18:27 dalma hello! :)
18:32 ries Hey
18:34 smeringe hey there
18:39 dalma hi smeringe!
19:01 brain-xy any safari expert in here?
19:08 null_0 not expert but i do anger about safari sometimes :)
19:29 brain-xy hello hello :)
19:29 brain-xy any mac user in here?
19:37 brain-xy null_0 .. do you know the problem of a:hover in li tags in safari?
20:56 ries brain-xy: I use safari once a while
21:01 null_0 brain-xy: yes. they do not work :)
21:01 null_0 background does not work. i know that
21:01 null_0 yacbbl.js for example
21:01 brain-xy grml.. and the only solution maybe an js?
21:02 null_0 no. the js does not work. the only that works with safari is gifbuilder jpg menues
21:02 brain-xy hurray... do you know if there is any official statement where i can refer to that safari isn't able to do what they want?
21:04 null_0 you need to tell your customer, about that this is error related to safari, and not your work?
21:04 brain-xy yes.. but if i tell them so they won't believe it ^^
21:04 null_0 well if you declare background #00000; and safari does not do. there is no need to "proof"
21:05 brain-xy well.. yes :P
21:05 null_0 ;)
21:05 brain-xy ok.. thx :)
21:06 null_0 i don't care about things like that anymore. you can't save the world. make your work, and thats ok. some things will fail. thats life
21:06 null_0 next project..
21:06 null_0 ;)
21:06 brain-xy i never take care about safari .. but this customer does.. :(
21:07 null_0 ok. tell him, you can fix that within 10 hours/ 50¤ each
21:07 null_0 lets see if he cares,
21:08 ries safari looks a lot like FF
21:09 ries brb
21:09 null_0 i like safari. more that IE
22:50 Denyerec http://www.omegawatches.com/index.php?id=516
22:50 Denyerec hehehe
23:11 brain-xy i'm singing in the rain...
23:14 Denyerec hey brain-xy
23:14 Denyerec you ever used the Lumo PHP script includy thing ?
23:14 brain-xy hi Denyerec :)
23:14 brain-xy once..
23:14 Denyerec Did it work?
23:14 brain-xy jap..
23:14 Denyerec How long ago was it? Do you remember the speciifcs?
23:15 Denyerec Got a page with a blank site, it's not reading the scripts in :(
23:15 brain-xy hmm.. i remember darkly.. afaik there are 2 or 3 options you can set .. correct?
23:16 brain-xy ah .. 2. local script and via URL
23:17 brain-xy well.. the only thing i did was to select the file from fileadmin and it worked..
23:18 Denyerec Hmm
23:19 brain-xy hmm.. you uploaded these files via ftp?
23:21 Denyerec Ah brain
23:21 Denyerec it's ok
23:21 Denyerec my retarded friend XiXora did not include the static template files.
23:22 brain-xy :P
23:22 Denyerec he's new to Typo, so I suppose he should be let off.
23:22 Denyerec Mind you, step 2 in the manual says "include static templates...."
23:22 Denyerec So I'm not so sure
23:22 Denyerec Wanna help me beat him up brain-xy? :)
23:23 brain-xy no time :P
23:23 Denyerec Shucks.
23:23 Denyerec Nobody else up for a late night gang beating? :)

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.