Search the website and IRC logs

#TYPO3 IRC log from : Thursday 17 September 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
02:42 salina hello all - i would like to know if a website like bacardi.com is madeable with typo3 and can anybody make me offer per mail pls to (obscured mail address) thanx
06:38 PiVars Hi guys. I'm using rgslideshow extensions, which is working fine on localhost workspace. Now that I'm moving to the web server, it seems like the function cObj->cImage(...) is not returning a proper img tag (empty attributesm src, width, etc). Is this a know problem?
06:40 PiVars Alt and title attributes are set properly tho.
07:24 PiVars Hi guys. I'm using rgslideshow extension, which is working fine on localhost workspace. Now that I'm moving to the web server, it seems like the function cObj->cImage(...) is not returning a proper img tag (empty attributes: src, width, etc). Is this a known problem?
08:39 BejjWrk Heya everyone. I have a problem with caching. When I put a page to be displayed or hidden at a certain time it wont change anything until I hit the clear cache button in backend. It smells like a configuration issue but Im not sure. The time on the server runs correct
09:16 MasterYin Hey everyone
09:18 MasterYin Is there a way to set a default text for tt_news bodytext? Because we allways habe the same footer in our press releases. So it could be filled in automaticly...
09:21 tofirius hello all
09:22 _pedda_ hi all
09:22 tofirius i'm in the process of transferring a site from one server to another... is there any issue if i simply drop all rows from the cache_extension table?
09:22 _pedda_ no @ tofirius
09:23 foool hi
09:23 tofirius _pedda_: thanks... i didn't think so, but i just wanted to be sure
09:23 tofirius :)
09:24 _pedda_ np
09:25 tofirius btw... i have to rave about powermail... it's such an awesome extension :)
09:25 _pedda_ it's important to clear the cache on the new server (or just dump the db without the cached data on the old server) in order to check if the website is working properly
09:25 tofirius yeah... that makes sense
09:25 _pedda_ if image generation (scaling, cropping) on the new server would fail, you wouldn't notice since the cached image would be used
09:26 tofirius true
09:27 tofirius it seems that there would be some backend function to occasionally clear out the cache_extension table
09:27 _pedda_ yes
09:27 tofirius or would that be counter-productive?
09:28 _pedda_ if your typo3 installation is of the 4.x branch the clear cache functionality is on the lower left, since 4.2 it's the lightning icon on the topper right
09:28 _pedda_ in the backend
09:29 tofirius well yes.. but that only clears the cache files in typo3conf
09:30 _pedda_ nope
09:30 tofirius how about clearing the cache_hash table? any issues?
09:30 _pedda_ there are 2 (in 4.0 & 4.1) buttons
09:30 _pedda_ in 4.2 there is a small "dropdown"
09:30 _pedda_ for mor options
09:30 _pedda_ *more
09:31 _pedda_ tofirius: just log into the backend on the old server, clear the cache
09:31 tofirius ok then...
09:31 _pedda_ and you will see all tables for storing cached data will be cleared
09:33 tofirius yes... i just wasn't aware that the "clear cache" took care of the tables, too... but it makes sense
09:33 tofirius in some ways i understand a lot... i've been working with t3 since 2005... but in other ways i'm still quite "green" :)
09:33 ANtoine Hi
09:33 ANtoine I would like some help please..
09:34 ANtoine I want to put more than 1 file (image) to upload
09:34 ANtoine on a ttcontent images or text&images
09:34 ANtoine i want to have more than one field to upload images
09:34 ANtoine like in the file module list
09:35 ANtoine is it possible by configuration ?
09:35 sorenmalling Click the little folder next to the list of files, and from there you can add multiple files to a folder and choose them afterwards
09:35 ANtoine and without the module list ?
09:36 sorenmalling Yes, in the text&images element, you click the tab "Media" and from there you can add files to the tt_content element.
09:36 sorenmalling There you see a little grey folder icon, click that :)
09:37 ANtoine lol yes but its by file list..
09:37 sorenmalling And so..?
09:37 ANtoine i dont want to put on a folder in file list..
09:38 ANtoine I just want to add more field "upload" (input type file)
09:38 ANtoine directly in the same windows
09:40 pmk65 ANtoine: Then you'll have to rewrite the tt_content/TCA setup.
09:40 ANtoine lol ok no pb :)
09:41 ANtoine so its not possible by configuration =)
09:41 ANtoine its the answer thx :)
10:42 piphi hi, does anyone know something about the TYPO3-newsserver?
10:45 Shakademus hi, is somebody familiar with typo3's import/export functions?
10:49 piphi shakademus: i've done some ex-/imports. what's your problem?
10:51 Shakademus following situation: i've got a running live system and a local copy for development - I did some major changes in two branches and now want to update them in the live system
10:51 Shakademus the problem: when importing the data from the development system, pages an content elements that I deleted there are still present in the live system
10:52 Shakademus can I somehow transfer the information about deleted data too?
10:53 piphi AFAIK deleted records are not transfered in t3d-files
10:53 Shakademus no way? hm... so I have to delete them manually in the live system? crap...
10:54 piphi if you want es full copy (including deleted records) you need to copy the database(-tables)
10:55 piphi you could delete a subtree on the livesystem and reimport ALL (active) data from your dev-system
10:56 Shakademus yes, thought about that - problem is, the whole system is really unstable - the programmer hasn't had any idea of what he was doing, so I need to preserve the ids or things will definitaly go wrong ;-)
10:57 Shakademus I think I will try to copy the database entries
10:57 Shakademus should be ok if I update all pages entries of the subtree and their tt_content entries shouldn't it?
10:58 Shakademus no changes in the templates by the way
10:58 Shakademus at least non I couldn't transfer manually
10:59 piphi preserving ids is neccessary anyway (else you got differnt systems)
11:00 Shakademus but deleting the subtree and importing it again will lead to different ids or did I get you wrong?
11:01 piphi depends on your website. tt_content and pages (pages_overlay?) ar the least tables for a webpage
11:01 piphi you may have to include other tables
11:03 piphi my expierence: plain files may make problems as they get copied and you you may end with multiple copies
11:04 Shakademus hm - what's pages_overlay? the multilang feature?
11:05 piphi yes. pages is the only table, where translations are handled in a extra-table
11:06 Shakademus shouldn't need that - no translations
11:06 Shakademus I will try updating the relevant pages and tt_content entries
11:07 Shakademus the export function should really be extended to include delete info too...
11:16 MasterYin Is there a way to set a default text for tt_news bodytext? Because we allways habe the same footer in our press releases. So it could be filled in automaticly...
11:16 pmk65 MasterYin> Add it to the html template.
11:17 MasterYin good idea, but my problem is a need it multilanguage and a solution for the new News-Items... without refactoring all existing news
11:27 pmk65 MasterYin: If you on your singleview page, create an EXt template, and add something like this: plugin.tt_news.general_stdWrap.stdWrap.wrap = |<div>This is a test</div>
11:27 pmk65 and see if you get the "This is a text" ddisplayed after your bodytext.
11:29 MasterYin if it works how to get it only work for the new items?
11:30 MasterYin btw it works
11:31 pmk65 what do you meany by new items?
11:34 MasterYin i just want to get this text added to new created items. because the old one allready have this text attached
11:35 MasterYin is there a ts condition "IF TT_NEWS_ITEM:CRDATE > DAY XY THEN" ?
11:36 pmk65 you can use the "if" function for that. you just need to convert "day xy" into unix timestamp format.
11:40 MasterYin tt_news_item :crdate is right? it was just a guess
12:00 MasterYin pmk65: plugin.tt_news.general_stdWrap.stdWrap.append < temp.myText <-- it puts the text after every element, the header the subheader, bodytext etc. just want it after bodytext
12:03 pmk65 MasterYin: check the tt_news doc and see if theres any better wraps you can use.
12:03 MasterYin just did it :)
12:03 MasterYin plugin.tt_news.displaySingle.content_stdWrap.append < temp.myText
12:03 MasterYin :)
13:23 m4rtijn hi
13:35 MasterYin just looking for a way to get the tt_news crdate via Typoscript... ideas?
13:41 m4rtijn MasterYin: did you try the object browser?
13:41 MasterYin *checking*
13:42 MasterYin hmm don't really know where to look *shy*
14:07 pmk65 MasterYin: Did you solve your tt_news problem?
14:07 MasterYin not finally
14:08 MasterYin searching for the ts condition with the tt_news crdate
14:08 pmk65 dunno if it works, but try something like this: http://www.phlogi.net/f/t3/tsp/sp/-2345eb881f/
14:09 MasterYin nice idea :)
14:09 MasterYin will check it
14:13 MasterYin pmk65: YOU ARE MY HERO :)
14:14 MasterYin Great idea doing it by if and field :)
14:16 pmk65 did it work right away?
14:20 MasterYin yes the last thing that does not do what i want is the language - overlay for the text :)
14:21 MasterYin fixed :)
14:22 MasterYin wanna see the result?
14:24 MasterYin http://paste.phlogi.net/setting_a_tt_news_footer/
14:45 _pedda_ someone ever used sg_glossary ?
14:45 _pedda_ how can i set the pluginmoe via ts ?
14:45 _pedda_ *pluginmode
14:48 _pedda_ hmm.. fieldPluginMode... how can i set this flexform parameter via ts ?
15:03 Bluespuke hello
15:03 Bluespuke someone has an idea how to resize/crop the images of a column? (just that column, not all of them)
15:04 _pedda_ yes
15:04 _pedda_ you can use if statements
15:05 _pedda_ if.isTrue = styles.content.getRight
15:05 _pedda_ set image width to 400px for example
15:07 _pedda_ proper syntax : http://www.phlogi.net/f/t3/tsp/sp/-b37fcd9d32/
15:07 _pedda_ depends on your project what to put around these 2 lines
15:08 Bluespuke cool, ty
15:08 _pedda_ np yw
15:08 _pedda_ :)
15:08 Bluespuke i only found some solutions with a CASE but all of them were kida weird/broken :s
15:09 _pedda_ CASE is also an option
15:10 _pedda_ they key.field which your cases ar stating against need to be the column where the content is located
15:15 Bluespuke hmmm, maybe i'm just not getting it :s
15:15 Bluespuke i have this: http://paste.phlogi.net/-99bd72b03b/
15:15 Bluespuke but it doesn't do anything
15:15 boonkerz hello
15:15 boonkerz why typo3 not render title tag with templavoila`?
15:18 Bluespuke *doh*
15:18 _pedda_ Bluespuke: http://www.phlogi.net/f/t3/tsp/sp/-675611b07b/
15:18 _pedda_ try that one
15:19 pmk65 Bluespuke: are you using TemplaVoila?
15:19 Bluespuke no
15:20 Bluespuke should be tt_content.image.20.1.file.width insteat of tt_content.image.20.width, no?
15:23 _pedda_ Bluespuke you're right
15:23 _pedda_ ... 20.1.file.width
15:54 tofirius hello all
15:54 tofirius does anyone have experience using geoip with powermail?
15:55 tofirius or any experience getting the IP address through powermail?
15:55 just2b geoip is not for getting the ip ;)
15:56 tofirius i know
15:57 tofirius i just can't seem to understand how to put geoip & powermail together
16:01 Bluespuke finally i got a solution for my image-crop-problem: http://paste.phlogi.net/-fad4991a14/
16:02 klauwhamer i installed typo3 as described in INSTALL.txt but not nothing happen when i try to load it in my browser? :/
16:03 klauwhamer its for me the first time i installed typo3
16:07 m4rtijn klauwhamer: nothing happens is always a bad point to start
16:07 klauwhamer it is
16:07 klauwhamer info.php is working
16:07 m4rtijn klauwhamer: describe what you did, where you installed it and the error
16:09 klauwhamer i use opera browser to access the virtual site i get error on in the browser "You tried to access the addres http://cms.xnet witch is currently unavailable.
16:10 klauwhamer info.php is working on this site but index.php not
16:10 m4rtijn klauwhamer: how did you install typo3? with symlinks.. or upload all via ftp ?
16:11 klauwhamer i installed typo3 from ports
16:11 m4rtijn hm?
16:11 klauwhamer freebsd ports collection
16:12 m4rtijn never heard of it
16:12 m4rtijn but theres no need to use any port
16:13 klauwhamer i allso studied the installation described on typo3 website but those are for windows
16:13 m4rtijn klauwhamer: typo3 = web app
16:13 klauwhamer i know
16:13 m4rtijn theres no 'windows' or 'linux'
16:14 m4rtijn its php and ajax
16:14 m4rtijn just set up a http server and install the requirements
16:14 klauwhamer on unix i need dependencies to get typo3 working
16:14 m4rtijn like php and mysql
16:15 m4rtijn klauwhamer: not really
16:15 klauwhamer i installed all the needed dependencies for typo3 but without success..
16:16 flurl klauwhamer: the opera message "You tried to access ..." usually means, that opera couldn't resolve the dns name
16:16 klauwhamer in ports there are mostly dependencies needed for a package to get it working.
16:16 flurl have you tried a differnet browser?
16:16 flurl *different
16:17 klauwhamer flurl, info.php is working on this url
16:17 klauwhamer this message on opera is a default error message
16:18 klauwhamer after install.txt should there be anything configured in typo3?
16:19 m4rtijn try the installtool directly
16:19 klauwhamer is that installtool working on a unix box
16:20 m4rtijn .. klauwhamer : its platform independent!
16:20 klauwhamer ok
16:20 m4rtijn try domain.com/typo3/install
16:20 m4rtijn I believe
16:23 _pedda_ can't access the detail-view
16:23 klauwhamer m4rtijn, i will try the installtool
16:23 _pedda_ of t3board message
16:23 klauwhamer thanks
16:34 klauwhamer the installtool is locked fix, create a file typo3conf/ENABLE_INSTALL_TOOL is this in the typo3/install/typo3conf/ ? i have thied this but still locked
16:36 _pedda_ you have to create this file via backend
16:36 _pedda_ go to user settings
16:36 _pedda_ and hit the install tool file creation button
16:36 _pedda_ there you go
16:37 klauwhamer _pedda, i dont have anything in my browser, i mean typo3 is fully dead atm.
16:37 _pedda_ ah ok
16:38 _pedda_ hmm
16:38 _pedda_ this should be disableable somehow
16:38 klauwhamer i have to do this manually
16:38 _pedda_ i got you
16:38 _pedda_ just a sec
16:38 flurl klauwhamer: it's just typo3conf/ENABLE_INSTALL_TOOL , not in the install path
16:39 _pedda_ aah .. didnt notice the wrong path :-P
16:39 _pedda_ thx flurl
16:39 klauwhamer flurl what is the full path of it?
16:40 _pedda_ root-of-your-typo3/typo3conf/ENABLEINSTALLTOOL
16:40 klauwhamer ok
16:46 klauwhamer still not working
16:46 just2b ENABLE_INSTALL_TOOL
16:46 klauwhamer the installtool is locked
16:47 just2b no file ending
16:47 klauwhamer i know
16:47 just2b sorry i dont follow everything here
16:47 klauwhamer touch typo3conf/ENABLE_INSTALL_TOOL no unlocking
16:48 klauwhamer ;/
17:08 _pedda_ cu all
17:08 _pedda_ have to leave now
17:49 klauwhamer php seems to be not working correctly
22:00 nd Does GIFBUILDER also build PNG-files?
22:09 phil1 yes... read the docs :) [or RFM] ^^

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.