Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 5 May 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
10:16 MikePer Hello. I tried to move a site from 3.7.x to another box with 4.3.3, moved the database and the files in fileadmin and upload and installed a 4.1.x first to upgrade to that, then I moved all to 4.3.3. In 4.1.13 I had access to the BE but didn't see the FE anymore, in 4.3.3 I cannot even log into BE anymore.
10:16 MikePer Any suggestions what I could try or what to look at to see any hints?
10:23 StaffanE MikePer: Did you run the update-tool after each version update?
10:25 MikePer StaffanE, you mean in install tool? yes
10:32 pulponair hi there
10:38 Prot0 hello
10:56 maholtz|WORK @MikePer: check your php log - perhaps your php version does not fit?
10:57 maholtz|WORK and remove temp_* files from typo3conf/
10:57 maholtz|WORK someone knows if it is possible to ignore case sensitivity for an specific folder via .htaccess ?
11:00 MikePer maholtz|WORK, I wonder where to find the php log? :)
11:01 MikePer maholtz|WORK, oh, log_errors is off for apache2 php.ini
11:01 maholtz|WORK which php.ini is used, you can see with php_info();
11:02 maholtz|WORK @MikePer: perhaps try to remove all non-core extensions from extlist in typo3conf/localconf.php
11:03 maholtz|WORK maybe you are using an extension which xclasses some major TYPO3 classes which is now broken...
11:04 anteatersa Hi, I read an article a few weeks ago that showed how to setup paging (pagination) for your own extension, was wondering if anyone had a link to it?
11:04 MikePer maholtz|WORK, the typo3 is a clean install, I only added fileadmin and uploads contents and the database
11:05 MikePer php is 5.2.0 which should be fine for typo3 4.3.3
11:05 maholtz|WORK you are using symlinks? are they allowed by apache?
11:05 maholtz|WORK f.e. try to access a grafic via typo3/sysext/....
11:15 MikePer maholtz|WORK, /typo3/sysext/version/ext_icon.gif works fine
11:17 maholtz|WORK to sum up: it worked with 4.1? what happens in frontend, what if you try to log into backend? what with install tool? did you clear your cookies?
11:31 anteatersa or does anyone know a good extension to look at in terms of pagination code? (tt_news is a bit complex for me)
11:35 maholtz|WORK afaik there is an extension pagebrowser...
11:38 anteatersa there is a "page browser": Quickly insert paginations (prev/next menus) in sections of your website
11:39 teppi|working anteatersa, maybe have a look into http://typo3.org/fileadmin/typo3api-4.2.6/df/d32/classtslib__pibase.html#7a2b0e2292b0bfbd3b950df24ffc94ff
11:40 teppi|working there is some documentation
11:40 teppi|working ;-)
11:40 anteatersa woah. nice, thanks
11:41 anteatersa so many gems in typo3, but they are so hard to find!
11:42 MikePer maholtz|WORK, the backend worked with 4.1, yes. the frontend and even the view in BE showed empty pages. the install tool works with both versions.
11:43 MikePer maholtz|WORK, ah, and with deleting my cookies I am back witha working BE. Sorry, I forgot to try that. But FE shows empty pages.
11:43 teppi|working anteatersa, http://typo3.org/documentation/api/ .. maybe you should bookmark this
11:45 anteatersa thanks, I will, I am also reading "typo3: extension development", but the author skips over certain essential parts
11:46 proserion Hello there, I need an advice, which extension I shall use. I need an extension, that is capable to show the backend tree at a certain starting point, with entrys at the frontend.
11:49 anteatersa proserion: that sounds like a page menu?
11:49 anteatersa i.e. a menu
11:51 pgampe hint: http://vaadin.com/directory#addon/116 <-- simulates colorblindness
11:52 proserion almost, but we have a menu, that stops at the secound Point
11:52 anteatersa proserion: have a look at built in content type "sitemap"
11:53 tPl0ch Erm, could it be that the config.doctype TS is not working?
11:53 anteatersa there you can define a start point and how many levels to go down
11:53 MikePer maholtz|WORK, ah, I get an empty body
11:54 proserion We would like to show our menu in depth of two and have a site below those directories
11:59 anteatersa proserion: have a look at tsref and menus then you will have to add some extra typoscript to the sub-site
11:59 anteatersa http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/
12:20 dokma guyz! anyone knows of an extension that can add a css record to a page?
12:23 anteatersa dokma, you don't really need an extension for that, just add something to "page.headerdata.100" in typoscript template (change 100 to whatever)
12:23 dokma that's just plain ugly
12:23 anteatersa or put it in your html template
12:23 dokma that's even uglier
12:23 dokma I want it on one page only
12:23 dokma a css record would be just what is needed
12:24 anteatersa does that page have any sub-pages?
12:25 dokma no
12:25 dokma it's the contact page
12:25 dokma I just need to float a couple ces to get them next to eachother
12:26 dokma and it's on a subsite. it will be repeated many times so I do not want to clutter the main css file
12:27 anteatersa well, I would do it in typoscript then
12:27 pulponair does anyone know when 4.3.4 will be relaesed?
12:28 anteatersa or, you can actually put css in the body of a page, so you could use an html element
12:33 dokma anteatersa: well... that is a reasonable solution...
12:34 anteatersa bit messy though, I suppose an extension like you mentioned would be handy for adding bits of css / js to page headers for random pages
12:34 aterriblechaos dokma, you could also use the page layout field and a typoscript condition
12:47 JunGle In extension ? how i can to have the Title of page , if i have the ID of the page ?
12:59 dokma JunGle: the title of the page is probably already available in some of the many variables
13:57 ironm Hi SargoDarya
13:57 SargoDarya Greetings ironm
13:57 ironm SargoDarya: did you get a solution for this review flag?
13:57 SargoDarya nope
13:58 ironm did you try at all SargoDarya ? ;-)
13:58 SargoDarya changed templates back and forth but haven't got it to work
13:59 ironm even you are running PHP 5.2 .. and I was trying to find one with PHP 5.3 SargoDarya
14:00 ironm SargoDarya: do you know if the extensions for typo3 _4.4_ are modified already for PHP _5.3_ SargoDarya ?
14:01 SargoDarya I have absolutely no idea
14:01 ironm merci :-)
14:07 JunGle dokma ?
14:07 MikePer Is there a way to make the log more verbose to see why I get an empty body in my web pages?
14:08 anteatersa MikePer: there is some pretty cool debug stuff in the frontend admin panel
14:09 anteatersa might help
14:09 SargoDarya does someone know of a good root server provider?
14:11 anteatersa SargoDarya: how about a vps
14:11 anteatersa try slicehost / linode or photonvps
14:11 SargoDarya already have 2 vps but sometimes their speed is just awful...
14:11 anteatersa dirt cheap
14:12 anteatersa oh, who's your provider?
14:12 SargoDarya euserv <- most of the time pretty fast and reliable
14:12 SargoDarya server4you <- slow like a snail
14:12 SargoDarya like a glued to the street snail
14:13 anteatersa like a snail stampeding through peanut butter?
14:13 anteatersa I bookmarked this company a while back, seemed like amazing value:
14:13 anteatersa http://www.hetzner.de/en/hosting/produktmatrix/rootserver-produktmatrix/
14:14 SargoDarya Was on hetzner once ago. Not satisfied with their conditions and I ran into some problems with them
14:16 ironm SargoDarya: performance or something else SargoDarya ?
14:17 SargoDarya They had a lot of problems with their power grid. Once had a shutdown of 2 days because their grid was broken in some way
14:19 ironm SargoDarya: well .. it really SHOULDN'T happen
14:20 whufee Hi, can anyone tell me how to edit css files in typo3
14:20 whufee im new to this cms
14:21 ironm whufee: Use the "filelist" option .. and go to fileadmin directory / subdirectory where you have your css files
14:21 whufee thanks mate
14:22 ndee how can I loop through all POST-vars in my extension? (the typo3 way if possible :D)
14:23 anteatersa ndee: look up piVars
14:24 ndee anteatersa: ah, but the vars aren't named piVar accordingly.
14:26 anteatersa oh wait , piVars holds plugins GET vars
14:26 anteatersa http://typo3.org/fileadmin/typo3api-4.0.0/df/d32/classtslib__pibase.html#1ef43099e70413c596ac92672dcaf605
14:27 ndee I know t3lib_div::_GP but I don't know how to loop through them
14:27 anteatersa it's GET and POST vars, so as long as your vars are named like tx_myextension['var1'] then you should be able to loop through
14:27 whufee once i've upload a new css file, how to appy the those new css rules in articles ?
14:28 anteatersa well, it's just an array so look up looping through array in php
14:28 anteatersa try foreach
14:29 whufee hi, can anyone tell me how to apply new css rules in articles once i have upload a new css file
14:32 anteatersa 5 days spent coding my extension and I think I have just recreated tt_news :(
14:34 MikePer anteatersa, umm... there is a frontend admin panel?
14:34 anteatersa Mikeper: yes
14:35 anteatersa put this in your typoscript: config.admPanel = 1
14:38 MikePer I am quite a noob, so sorry if I ask silly questions. But you mean the root page TSconfig?
14:39 MikePer Or the template TS?
14:43 pgampe MikePer: template TS
14:45 MikePer ok, now what?
14:45 MikePer ohh! I see
14:48 pgampe :)
14:51 MikePer huh. 3.7.0 had a media directory in tslib but in 4.3.3 there isn't even a tslib dir
14:52 influenjaa Hi. I have A site tree like this:
14:52 influenjaa Root page
14:52 influenjaa - Hidden links
14:52 influenjaa - - Link 1
14:52 influenjaa - - Link 2
14:52 influenjaa - - Link 3
14:52 influenjaa - Main page
14:52 influenjaa - Contact
14:52 influenjaa How can i display only HIDDEN LINKS nav on site?
14:52 influenjaa temp.hiddenmenu = HMENU
14:52 influenjaa temp.hiddenmenu.1 = TMENU
14:52 influenjaa temp.hiddenmenu.1 {
14:52 influenjaa #temp.hiddenmenu.selectPID = 2 ????
14:52 influenjaa NO.allWrap = <li> | </li>
14:52 MikePer and I think the template ext uses stuff from the media dir
14:54 ndee I'm generating a contract as PDF, where would you save that file in the typo3 structure?
14:55 MikePer somewhere in fileadmin?
14:59 pmk65 ndee: typo3temp or the uploads folder.
15:00 ndee pmk65: gonna put it into fileadmin so they files are accessible from the backend. Thanks guys.
15:00 pmk65 influenjaa: special = directory (Read TSRef on the HMENU object)
15:01 maholtz|WORK @ndee: keep in mind, that that files are available for others if they know the filename!
15:02 ndee maholtz|WORK: yep, I know that, that's why I'm going to do some salted md5 crazy stuff :D
15:02 maholtz|WORK which worth nothing if someone enables directory listing
15:06 pgampe try naw_securedl
15:08 ndee maholtz|WORK: nobody can enable directory listing except me.
15:08 ndee and I won't do that.
15:08 ndee the file itself has to be saved somewhere so that the user can download the contract.
15:09 maholtz|WORK well, have a look at naw_securedl as pgampe suggested. you could send the file via php_script which checks the rights
15:09 pgampe which is done by it automatically :)
15:10 ndee ok, gonna check it out :)
15:14 pmk65 ndee: you could also try this one ;) -> http://typo3.org/extensions/repository/view/pmkfdl/current/
15:15 ndee pmk65: oh, that also sounds interesting :)
15:43 MikePer My templates seem to use php stuff from tslib/media but 4.x doesn't have these anymore, anyone a suggestion what to do?
15:43 MikePer It's not the best idea to just copy the dir over I think.
15:44 influenjaa Could somebody point me to the right track... I want to display my content on site but can't see it. I'm using structure:
15:44 influenjaa temp.mc1 = CONTENT
15:44 influenjaa temp.mc1.table = tt_content
15:44 influenjaa temp.mc1.select { pidInList = this orderBy = sorting }
15:44 influenjaa at the end: subparts.textbox < temp.mc1
15:49 pgampe influenjaa: why don't you use page.10.subparts.textbox < styles.content.get
16:02 pmk65 MikePer: My 4.3.2 installation does have a media/ folder inside the tslib folder.. \typo3\sysext\cms\tslib\media\
16:15 MikePer *sigh* I am out of ideas what to try. I always get an empty body on every page
16:30 influenjaa pgampe: because it aint working
16:39 influenjaa Ok, i needed to add styles extention
16:57 slyngex hello. I have a problem while configuring Typo3. In particular : Render text with TrueType font and following ones, my server response is no text on the background (also if it's green). And there are no results while combining images (GIF mask and JPG mask). Can you help me ?
17:07 pgampe slyngex: did you ran the tests in the install tool?
17:43 slyngex pgampe: yes i did
17:43 slyngex pgampe: the errors are in the test install tool
17:53 pgampe slyngex: so you will have to adjust your settings
17:53 slyngex there are no suggestions...
17:53 pgampe can you post your current configuration
17:53 slyngex localconf.php ?
17:55 pgampe no, current configuration ... just above the Testmenu
17:56 pgampe (Image Processing)
17:56 slyngex ok
17:56 slyngex hold on
17:57 slyngex http://dpaste.com/191234/
18:01 pgampe ok, please find the setting for GDlib 2 enabled (all configuration) and set this to 1
18:01 pgampe and please check if removing mask invert helps to
18:02 slyngex ok
18:04 pgampe this is how it looks for me http://dpaste.com/191237/
18:06 slyngex pgampe: no same results
18:08 slyngex pgampe: even if i set these settings, i have no results for combining images, and no truetype over background
18:21 pgampe please klick on phpinfo()
18:22 slyngex ok
18:22 pgampe slyngex: scroll down until you find the section titled GD
18:23 slyngex ok
18:23 pgampe check for GD support and Version
18:23 slyngex ok i'm there
18:24 slyngex do you need a dump ?
18:24 slyngex all enabled
18:24 pgampe no
18:24 slyngex GD Version : bundled (2.0.34 compatible)
18:25 pgampe looks good (same as mine)
18:25 slyngex pgampe: if you run the tests
18:26 slyngex it's all good with test sections 4 and 5 ?
18:26 slyngex to be true, point 4 is RED and point 5 is all GREEN but I cannot only see the text over the background, that's it..
18:36 pgampe I just noticed something is messed up too :(
18:56 pgampe slyngex: still here?
18:58 pgampe slyngex: put this at last in you localconf.php (before the ?>) http://paste.phlogi.net/-51c201360b/
19:04 costaeye Hi guy's can you point me in to a wiki for mapping a template in templaviola
19:36 pgampe costaeye: look for futuristic template building
19:42 ironm hi sargodarya
19:44 sargodarya hi ironm :)
19:44 sargodarya just got my new root server :D
20:27 foertel hi guys
20:30 SargoDarya im back
20:30 foertel seems so
20:31 ironm re :-)
20:31 SargoDarya yeah, guess that was a bit obvious
21:03 costaeye how do you edit a .ts file in the fileadmin folder?
21:03 soroush hi I tried to install typo3 following install.txt both with simple method and recommended method but it says "Cannot find configuration. This file is probably executed from the wrong location." for simple method and it says
21:04 soroush "Cannot find tslib/. Please set path by defining $configured_tslib_path in index.php." for recommended method
21:04 costaeye soroush: what permissions did you set
21:04 soroush I'm testing it on my laptop (WinXP, Apache, php, mysql)
21:05 costaeye soroush: Sorry .... I have never used typo on windows
21:06 soroush costaeye: i tested both readonly just for the folders install.txt and also readonly for those folders and all subfolders
21:07 costaeye soroush: does apache own the correct folders as shown in the install.txt
21:13 soroush costaeye: apache has any permision that is possible
21:21 dariusm Does anyone has an example of extending tt_address? I am able to create an extension which adds new fields to the tt_address table, but I am unable to find a way to show the new fields in the template, without modifying tt_address extension php source.
22:24 proserion Hello there, I need an advice, which extension I shall use. I need an extension, that is capable to show the backend tree at a certain starting point, with entrys at the frontend.
22:27 pgampe proserion: I would call this a normal menu ... for what do you need this "tree"? making a sitemap?
22:30 proserion The menu we have is a roll down that is 2 levels deep, we would like to show some kind of glosar or contents of the folowing level
22:31 pgampe so something like a sitemap
22:32 pgampe you can create a nested HMENU together with a content menu
22:32 pgampe just google for it, I don't have a snippet at hand
22:34 proserion thc
22:46 slyngex thanks for the suggestion pgampe I will try tomorrow adding your snippet
22:46 slyngex (sorry for the latency, i was *dreaming*)
22:46 slyngex :)
22:51 slyngex good night

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.