Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 19 February 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
01:34 gerards re
02:46 Liji hello folks.. have a newbie question... trying out a CMS for the first time, and between the many options that they offer, I chose typo3 ... my web site knowledge is limited to plain html usage
02:47 Liji after having typo3 installed via cpanel, I noticed it did not install any templates .. might sound stupid, but how do I create the first page ?
02:47 Liji they = my webhosting provider ... sorry new to chat as well
02:50 gerards Liji: Hi, typo3 may not be so intuitive for a first CMS.
02:51 gerards I suggest you try the quickstart tutorial
03:03 Liji thank you gerard,
03:07 Liji if any one has any suggestions on free template resources for putting together a basic church website., kindly respond. (the idea is to learn this CMS and build the site up on it)
03:08 Liji am certain I have a long way ahead of me
05:36 esemze This host address ("trackwerks.ca") and the referer host ("") mismatches!!
05:36 esemze what does that mean: This host address ("trackwerks.ca") and the referer host ("") mismatches
06:30 FloLeBlanc hi all
09:24 nd____ Can anyone explain to me one very important detail about template-selector? I do have a Main-Template which contains all containers, and then I have a Sub-Template, which should contain..?
09:26 titoiiine hi all
09:27 nd____ Because if I put in all the html I would like to have as a structur, only <div id='content'> gets replaced with the Sub-template, and most of my divs are there twice
09:28 titoiiine i would like to put a html code under the first image (+legende) on a TEXTPIC content .. Anyone can help me please ?
09:29 titoiiine the only solution is to modify tx_cssstyledcontent_pi1->render_textpic ?
09:32 Nublaii some fucktard sysadmin deleted the whole uploads directory
09:32 Nublaii how can I tell typo3 to reload all the images?
09:32 Nublaii damn damn damn
09:40 gerards Nublaii: man that sucks....
09:40 gerards you found a solution yet?
09:42 Nublaii nope
09:42 Nublaii fixing the main page by hand
09:42 Nublaii but going nuts about the rest
09:59 drindt good morning #typo3
10:01 alexwx hello friends, how to add new page layout in page properties, now there is to Layout3, I need 4. Thank you
10:02 drindt smeringe: greetings
10:03 smeringe hi drindt!
10:11 tf hi @all
10:12 valdo I don't remember where is the phpinfo in typo3
10:14 tf i have in my t3 installation two domains. for example domain A and B. when i go to a subpage of B and choose "show content from this page" and the page is under domain A, i will be redirectet to the startpage. how can i fix this?
10:14 gerards :) install tool valdo
10:15 gerards tf. did you create domain records in the top page (the world page)?
10:15 gerards is your baseurl correct?
10:15 gerards does the main template have "root" checked?
10:16 gerards hth tf.
10:16 alexwx how to add new page layout in page properties, now there is max. Layout3, I need Layout 4. Thank you.
10:17 tf gerards: i cant create domain recors in the world page. i habe the domain recors in my 2 pages below the world. there are 2 shortcuts which habe the domain recors.
10:18 tf habe = haVe ;_)
10:18 tf and recorDs
10:19 gerards baseurl?
10:20 tf what u mean with baseurl?
10:20 gerards apache conf file and restart apache?
10:20 gerards er.. I think its config.baseUrl
10:20 gerards in your typoscript. its a string that will caause <base></base> to appear in your html.
10:21 tf ok. i will try it.
10:22 animan hi.. i'd like to do a GMENU that gets its media from page properities, but for some reason it displays white boxes instead of flags that i set from properities
10:22 animan heres the ts: http://phpfi.com/297381
10:25 gerards animan: I think 5.file.import needs to contain the directory path of the image. I don't remember, please check tsref (under functions->imgResrouce)
10:25 gerards also, NO may need to be set to true. NO = 1
10:26 gerards lastly animan, turn on admPanel. and check for any errors.
10:26 animan oh, thanks :) i'll try
10:26 tf gerards: but everything is working fine with the url's. when i type in my domain A, it shows the sites from A. when i type in domain B, it shows the pages from B. the only problem is when i want to show under domain B content from domain A. ("show content from this page"). then the content from the startpage from B is shown.
10:27 gerards hmmm interesting... I didn't know that tf.
10:27 gerards :)
10:28 gerards can you try moving that content from domain A out of both A and B?
10:28 gerards maybe move the entire page out.
10:28 gerards see if that helps (I doubt it will).
10:28 tf ok... will try
10:28 gerards if you really can't then I suggest making references of the tt_content (not the page) from A to B.....
10:32 tf gerards: when i make references of the tt_content, then it works.
10:32 tf but its for the user a little bit more complicatet
10:38 gerards its complicated yeah.....
10:41 animan modified my ts to http://phpfi.com/297387 but still no result. where should i look in admPanel? it seems fine
10:45 gerards animan: try this http://phpfi.com/297388
10:45 gerards animan I made a mistake. your listNum should be on the override object.
10:46 gerards like this. 5.file.import.override.listNum = 0
10:49 animan thanks :) works fine now
10:53 drindt i want with my extension->pi1 inserting some code into the <head></head> tags in the page, someone can tell me how i can do this directly in my plugin or ext?
10:56 gerards animan no problem.
10:59 gerards drindt try this http://typo3.org/fileadmin/typo3api-4.0.0/d2/df2/classtslib__fe.html#2aaa962faeaa8d7166518e11e2d38c3a
11:00 drindt gerards: i will take a look thanks
11:01 drindt gerards: i found an example, this is the right way? $GLOBALS['TSFE']->additionalHeaderData['gmenu_layer_shared'] but what i have to use is key for the array in my ext?
11:02 alexwx how to add new page layout in page properties, now there is max. Layout3, I need Layout 4. Thank you.
11:07 gerards drindt: I think its so that other plugins don't override your headerData.
11:08 drindt gerards: you mean that it doesnt matter what iam use as key there?
11:08 gerards so typically you would use a key that is specific to your plugin, so other plugins will not accidently remove yours.
11:08 gerards drindt: I doubt it matters :)
11:09 drindt gerards: hm, so i can use whatever i want but its better a unique key?
11:09 gerards yeah.
11:10 drindt gerards: ok i will try it out many thanks men
11:10 gerards no problem dude.
11:19 nd____ What's the way to remove all the <!-- ###parts### --> from the actual output? Using automaketemplate...
11:28 FloLeBlanc hi all
11:29 smeringe hi FloLeBlanc
11:30 alexwx Hey all. How to add new Layout???
11:31 smeringe what do you mean alexwx? I'm not aware of any restrictions to number of page layout..
11:31 smeringe hm maybe a n00b question, but I'm blank.. I got a site with two domains and a redirect on the main page. I'd like the redirect to go to different sites depending on domain.. how can I control a page redirect with domain records or similar?
11:32 alexwx smeringe as default we have a Layout 1, 2 3
11:32 alexwx i need 4
11:32 smeringe I have the layouts that I implement.. ?
11:37 alexwx smeringe I have to create new Layout
11:40 dokma smeringe: I don't think you can redirect to another site with domain records
11:40 dokma for what I figured out domain records are used to direct domains to different parts of the page tree
11:41 dokma outside of the page tree you need to use .htaccess or some other redirection mechanism
11:41 smeringe mm.. dokma, I could do it straight in TS though.. but I was thinking if it was possible to do with 'redirect pages' and domain records..
11:42 dokma well perhaps if you used 'external url' page type
11:42 dokma and point a domain to that page
11:42 dokma it might work
11:43 smeringe hm. yeah.
11:43 smeringe I'll laborate some more
11:43 dokma don't forget to think about google, 302 etc.
11:52 alexwx smeringe I need to create new Layout 4
11:53 smeringe alexwx: please supply some more info as I'm not really following. such as; are you using templavoila or 'classic templating' or..
11:54 alexwx smeringe classic
11:54 smeringe sorry then. It's been to many years
11:54 smeringe since I used that one..
11:56 alexwx smeringe hmm i am looking for that information, I cant find it. You mean it is possible?
11:58 smeringe I guess you are using the template selector. then read here: http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect2/0.0.1/view/1/2/#id2785045
12:11 smeringe dokma: I solved it by having two redirect pages and a domain record on each page/domain. basic typo3 really. nice.
12:11 dokma cool
12:12 dokma did you check the response headers?
12:12 dokma google might not like it
12:12 smeringe hehe.. Have to check it..
12:36 drindt i let render my cObj with that thing: $imgtag = $this->cObj->IMAGE($imgconf); it returns the html code, but what iam need is only the filename of the generated pic someone can help me out with that?
12:42 maholtz680 drindt: maybe $GLOBALS["TSFE"]->lastImgResourceInfo is filled?
12:43 drindt maholtz680: after using this part of the t3 api?
12:51 ndee hey there, I have a TMENU and want to make the items all upper case. How can I do that? Where do I find all the functions that I can use for a TMENU?
12:51 ndee http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/3/ <-- for example the 10.case = upper, where do I find out that the function "case = upper" exists?
12:54 maholtz680 @drindt: i do not know, test it
12:54 drindt maholtz680: ok ;) thanks
12:54 maholtz680 ndee: css - text-transform:uppercase (check spalling)
12:54 drindt maholtz680: it is NULL
12:55 maholtz680 :(
12:55 maholtz680 probably you can use IMG_RESSOURCE?
12:57 ndee maholtz680: hm?
12:57 maholtz680 http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/7/
12:58 maholtz680 @drindt: uupps... $GLOBALS["TSFE"]->lastImageInfo
12:59 maholtz680 should be better?
13:01 drindt maholtz680: yeah baby :) that works
13:01 maholtz680 @drindt: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/6/
13:02 maholtz680 @ndee: you should make uppercase via css not via typoscript
13:02 drindt maholtz680: you wont believe that iam have looked for such and dumped various objects to find it
13:02 maholtz680 drindt: i believe, i believe - i did so many times too;)
13:03 drindt maholtz680: thank you men
13:03 maholtz680 :)
13:03 ndee maholtz680: yeah, I got it after a little thinking :D
13:04 maholtz680 :)
13:10 drindt oooomg a second question i had, i want generating a typoling without pain and need to add a rel="lightbox2[picset2]" to typolinks href output but how can i do this?
13:12 maholtz680 http://wiki.typo3.org/index.php/De:TSref/typolink - ATagParams
13:13 maholtz680 ups http://wiki.typo3.org/TSref/typolink
13:16 informatix Hi all, I have still trouble with ImageMagick after Typo3 Projekt transfer to another webspace, caused with nicetext = 1 option, can someone help`?
13:18 informatix while exactly the same project works well on one webspace there are grafik errors on the other webspace
13:18 informatix same provider - same enviroment right now!!!!! Can someone help, please?
13:19 maholtz680 have an look at your localconf.phpshould check your images - if
13:20 maholtz680 ups..
13:20 maholtz680 check: 1) localconf.php 2) write permissions 3) that images 4) ask your provider
13:28 informatix @maholtz680: thx, 1) what checks at localconf.php? Everything works fine from that definitions!
13:28 maholtz680 make an diff
13:28 drindt maholtz680: then i am must use also typoscript?
13:28 informatix @maholtz680: 2) Very good idea! What file locations are relevant?
13:29 maholtz680 uploads typo3temp
13:29 informatix 3) Images look perfect in backend - so i can see no reason in that, content images are as i want them to be, too.
13:29 maholtz680 as thumbnail?
13:29 drindt maholtz680: i would simply link to a picture like this: $cObj->getTypoLink($this->cObj->IMAGE($imgconf), $bigimg); and add to this tag a re=""
13:29 maholtz680 rendered by typo3?
13:30 maholtz680 drindt: you should use stdWrap $imgconf['stdWrap.']['typolink']
13:31 informatix @maholtz680: yes, difficulties in text with nicetext = 1 option and where images and nicetext are mixed
13:31 drindt maholtz680: am confused
13:32 maholtz680 drindt: maybe i am wrong
13:33 maholtz680 you could use
13:33 maholtz680 $cObj->stdWrap()
13:35 informatix @maholtz680: file permissions are the same
13:37 informatix @maholtz680: yes, thumbmail images in backend... Problem site is ://www.bethlehem-gartenbau.de/
13:38 informatix everything fine instead at http://www.gartenbau-bethlehem.allesfuerdeinkind.de
13:41 informatix any ideas?
13:42 maholtz680 informatix: put the same definitions in localconf
13:43 maholtz680 same shared-hosting?
13:46 informatix @maholtz680: yes, same shared-hosting!
13:53 informatix @maholtz: localconf.php is the same beside name of DB
13:54 informatix so still any ideas ;-)
13:54 informatix for me it's a miracle, but not a good one - so a desaster...
13:59 informatix @maholtz: something else to do?
14:18 informatix any ideas?
14:36 dokma hey guys
14:36 dokma how to make a HMENU wrap not be applied if there are no items in the menu?
14:37 dokma 10 = HMENU
14:37 dokma 10.required = 1
14:37 dokma 10.wrap = <div class="menu"> | </div>
14:37 dokma the required does not work
14:51 nd____ Anyone using tt_news with 4.2beta1? Version requirement is <= 4.1.99 -- does it work anyway?
15:12 void nd____: it should
15:16 nd____ void: When I try to add a news-page, it doesn't show up in the page-tree...
15:17 void what is news-page?
15:17 nd____ Well, when I try to add a page with the type: news (comes with tt_news)
15:20 void nd____: forget about that
15:20 void use usualy page
15:20 void *usual
15:21 nd____ Allright, I will try some more
15:28 nd____ void: How do I usually go from there, then? I do have two pages, both including tt_news css/rss. Doesn't change a thing
15:29 nd____ void: Forget it, sorry
15:38 nd____ According to the manual, I do have to add a page with the type news
15:48 Layna Hello :). I enabled using of images in RTE. When an image is put it, Typo3 automatically puts a link around it; and this link doesnÄt work, as it links to a backend-page. Can I convice RTE to allow images without puttign a ling around it?
16:01 Layna *looks around* Noone here who hates the RTE as much as I do by now?
16:40 Wol hi everyone, anyone know where i can find the extension mm_forum version 0.1.6???
16:41 Wol as the changelog (http://bugs.typo3.net/changelog_page.php) this version exist
16:48 Wol no one know :(
16:48 Wol :P
16:49 Wol i sent a message to the developpers
17:09 jameelsandham1 how do i set max ext size?
17:30 jameelsandham1 where do i find php file where i can set ext max size upload sixe etc
17:38 xsebi hello all
17:44 void jameelsandham1: php.ini ?
17:44 jameelsandham1 this sucks, the doc_tut_ftb1 ext wont bloody install
17:47 xsebi even in german , thanks to the xml translator
17:47 jameelsandham1 it says :No file uploaded! Probably the file was too large for PHPs internal limit for uploadable files.
17:47 jameelsandham1 however it lets me upload bigger files :(
17:48 xsebi jameelsandham1 : set the max fileupload size in php.ini
17:48 jameelsandham1 very strange
17:48 jameelsandham1 ok thanks i will try
17:48 xsebi standard is 2 mb
17:48 jameelsandham1 where can i find php.ini?
17:48 xsebi in ur apache dir
17:48 xsebi your
17:49 Nublaii jameelsandham1: do you know how to create a phpinfo file?
17:49 xsebi u can see the stas without phpinfo too , using the install tool
17:49 nd____ About tt_news: I use the list-view on a page. All news get listed fine, they contain links which are somehow dead (they change nothing except the address-bar)... can anyone point me into the right direction to run, please?
17:49 jameelsandham1 unfortuantely im very newbie to typo3 :(
17:50 Nublaii create a new file on your website
17:50 Nublaii and name it info.php
17:50 Nublaii write the next line inside
17:51 xsebi jameelsandham1 : go to install tool and choose phpinfo
17:51 Nublaii <?php phpinfo(); ?>
17:51 Nublaii or that if you have access to the install tool ;)
17:52 jameelsandham1 lol yeah ill go to the install tool thanks
17:53 jameelsandham1 ok im on php info, what now?
17:53 Nublaii there you can see both where the php.ini file is
17:53 Nublaii and what the max upload size is
17:53 Nublaii search for 'php.ini'
17:54 Nublaii and 'upload_max_filesize'
17:54 jameelsandham1 ok one sec let me figure that out thanks
17:57 jameelsandham1 i cant seem to find anything called "php.ini"
17:57 Nublaii how about 'Configuration File'
18:00 jameelsandham1 is there a quick way to search through text? or do i just have to read :S?
18:01 Nublaii ctrl+F
18:01 Nublaii if your language is english...
18:02 jameelsandham1 thanks
18:03 jameelsandham1 ok, so i should be able to find that file path somewhere on my server?
18:05 Nublaii yes
18:06 Nublaii are you using linux? windows?
18:06 jameelsandham1 windows
18:07 jameelsandham1 plesk controll panel
18:07 Nublaii using wamp?
18:07 Nublaii oh crap then...
18:07 jameelsandham1 :( lol
18:07 jameelsandham1 whats crap about plesk?
18:08 Nublaii I mean about the finding the php.ini ;)
18:08 Nublaii are you the administrator of plesk or just of your domain?
18:09 Nublaii you might need to either contact your provider or check if you can change it using .htaccess... not sure if plesk will allow you to do that though...
18:09 jameelsandham1 im administrator
18:10 xsebi hello
18:11 just2b hi xsebi
18:11 Nublaii hi there
18:11 Nublaii jameelsandham1: http://www.lunarforums.com/web_management/custom_phpini_uploadmaxfilesize-t37499.0.html
18:11 Nublaii check that out to see if that will help you
18:12 Nublaii That's more of a plesk support question... i don't really know that much about plesk, but I remember dealing with an installation once and it was hell if you weren't the admin ;)
18:13 jameelsandham1 ok thanks very much :)
18:14 Nublaii np
18:22 jameelsandham1 ive never written php. do all php rules have to srart with #?
18:22 jameelsandham1 start*
18:22 just2b you mean <? ?
18:24 jameelsandham1 ok thanks
18:24 just2b lol
18:26 jameelsandham1 just2b by any chance are u familiar with pleask controll panels?
18:26 just2b no
18:26 jameelsandham1 plesk*
18:31 xsebi jameelsandham1: if u are running a windows apache , just take a look in the apache2 or apache dir the php.ini must be around there ... and u dont need to script anyhting threre for changing the max file size
18:35 jameelsandham1 yeah but on plesk its v hard to find the apache2 file
18:36 jameelsandham1 not in same directory as the httpdocs
18:36 xsebi nono
18:36 xsebi its above
18:37 jameelsandham1 hmm i still cant find it :S
18:38 xsebi then look via the install tool phpinfo
18:39 xsebi theres a thing like : Configuration File (php.ini) in it
18:39 xsebi and theres the path
18:40 jameelsandham1 the install tool php.info tells me : Configuration File (php.ini) Path /etc/php4/apache2/php.ini
18:42 xsebi great - > go there - > edit
18:42 jameelsandham1 problem is, i cant find it lol
18:42 xsebi u need to log as root on your server
18:42 jameelsandham1 oooh
18:42 jameelsandham1 not admin?
18:56 Phlogi_ jameelsandham1: is it your own server?
19:03 jameelsandham1 basically yeah
19:04 jameelsandham1 someone else owns it, but i take care of it, they can give me all logins needed but i use the admin lgin
19:04 jameelsandham1 do i need to take the root login details from them?
19:07 xsebi yes
19:40 uriahheep hello
19:41 uriahheep ...i just transferred my typo3 site onto a new server, but it seems like all of my french content's french characters are messed up now (those with accents and whatnot)
19:43 uriahheep has anyone ever seen such a problem before?
19:48 uriahheep void: have you? :S
19:54 void uriahheep: yes
19:55 void uriahheep: what is yours forceCharset ?
19:55 void (and setDBinit)
20:31 uriahheep void: hmm?
20:31 uriahheep void: forceCharset?
20:32 void uriahheep: so. your database charset is latin-1, right?
20:34 wacky_ hey guys, I'm using the small search feature of Typo3, but it doesn't seem to search in the tt_news.
20:35 wacky_ the 'scols' param is "pages.title:pages.subtitle:pages.keywords:pages.description:tt_content.header:tt_content.bodytext:tt_content.imagecaption:tt_news.keywords"
20:42 uriahheep void: yeah
20:42 void uriahheep: check the charset of destination server
20:42 uriahheep k..
20:43 uriahheep void: where would i do that?
20:43 void in phpmyadmin
20:43 uriahheep k
20:43 uriahheep MySQL charset: UTF-8 Unicode (utf8)
20:43 uriahheep that's both servers
20:44 void hm...
20:47 uriahheep void: maybe it's my method of importing that is the problem
20:47 void dunno..
20:47 uriahheep void: basically, i used phpmyadmin to export it to a .sql file
20:47 uriahheep void: and then the only way that i was able to import it was by doing this in the mysql command-line:
20:48 uriahheep source file.sql;
20:49 uriahheep void: what do you think?
20:51 uriahheep void: where do i set the forceCharset? in my template ts?
20:59 uriahheep void: i fixed it, i just had to set forceCharset lol
20:59 wacky_ what do you guys use to search your website ?
21:03 wacky_ is indexed_search a good option?
21:04 wacky_ what about the native search engine ?
21:45 isolysis has anyone ever experienced blank pages or 404 errors for content pages in typo3.. only to refresh the page and then it works? or in the case of 404, doing right click>show in the backend for the page, and then it loads normally from direct links?
21:45 isolysis this has been happening over several installations of typo3 and it is becoming a big problem if users can't even access main pages
22:10 powerangel hallo, I have a question for lamp with typo3, can someone help me?
22:12 powerangel I have a warning in the shellscript:configure: warning: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
22:12 just2b powerangel dont ask to ask
22:13 powerangel and also this error message:configure: error: GD build test failed. Please check the config.log for details.
22:16 isolysis powerangel: search google for 'wosportable' and use that to test typo3 locally
22:18 powerangel thank you
22:31 isolysis powerangel: do you intend to just test typo3 locally, or are you thinking of using this to power your live production site?
22:32 powerangel I would like to have both opportunities , but first I would like to test typo3 locally and then I will m ake my computer via internet as a server
22:33 powerangel i used to work with windows, linuy is new for me
22:33 powerangel sorry. linux
22:41 isolysis powerangel: to my understanding, it is not advisable to use these wosportable type packages for production use.. they should be used as a quick and dirty way of testing out applications locally, but for production sites, you should install the apache mysql and php properly.. these all-in-one packages are not secure for production use
22:48 powerangel so the installer typo3 lamp package is not good for me? But I don' t know, why these errormassages came
22:49 isolysis are you using windows as your operating system on your pc?
22:50 powerangel I have to systems, one pc with windows I have xampp and typo3 and one pc linux without apache and php....I tried lamp installer for typo3 linux
22:51 powerangel sorry for my bad english
22:51 isolysis on your linux machine you should probably get something like 'yum' then when you want to install something it can be a little easier by just typing 'yum install mysql' etc
22:52 powerangel yes I should have done this, but someone of the irc told me that the installer package lamp from typo3 is good
22:52 isolysis basically that would do most of the hard work of downloading and installing all the common packages
22:52 isolysis oh, well i havent used it so i cant comment on that
22:53 powerangel probably there are problems because it is for fedora core 2 and I have fedora core7?
22:53 isolysis all my servers using linux are provided by hosting companies, and i always used something like yum to do the packages and it usually works fine
22:54 powerangel thank you very much, so I have to do a lot of work in futurer :)
22:54 isolysis on our remote server we use a free control panel called webmin/virtualmin and this has php mysql etc coming as standard
22:54 isolysis perhaps you should consider that to manage your websites
22:55 powerangel thank you I will try this
22:56 powerangel on windows I have my pc as dns
23:03 powerangel have a nice evening
23:51 uriahheep hrm...
23:52 uriahheep direct_mail is sending the test mail fine, but won't send to my mail list :(

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.