Search the website and IRC logs

#TYPO3 IRC log from : Friday 13 November 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
00:22 filips hello I am new here... using ubunto 9.04 - for some reason the combine program is missing after a apt-get install of imagemagic - any suggestions ?
00:28 kraftb the program is called "composite" nowadays.
00:28 kraftb you can configure this in the install tool
00:28 kraftb filips ^
00:31 filips kraftb: Ok... I can just configure to use composite in the typo3 install - nice tnx for the answer
07:26 betzi After i clicked the Upload Button to import an extension, i get a "blank screen" (backgroundcolor is grey, not white) but the left list is still there and extension hasn't been installed... whats the matter with my typo3 isntallation?
08:29 PiMB morning!
08:38 sorenmalling Morning
08:40 PiMB morn
08:40 stbc hi
08:49 PiMB hi
08:51 caid602 good morning!
08:52 caid602 PiMB: are you present?
08:53 PiMB hi
08:54 caid602 PiMB: Just wanted to tell you: The problem that we have discussed yesterday (Slow mm_forum) disappeared after I have installed the homepage on the server, hence it must be related to my installation (or to windows?)
08:54 PiMB last point might be a very good one ;)
08:54 PiMB now it's running on a linux environment?
08:54 caid602 PiMB: Server runs linux / Plesk
08:54 PiMB could definetly be related yeah
08:55 PiMB have had a bunch load of problems while running under windows that I've never experienced in linux
08:55 PiMB good to here.
08:55 PiMB got a link?
08:55 PiMB ;)
08:56 caid602 www.joweki.de
08:56 caid602 the forum is in the private section
08:56 PiMB :)
08:56 PiMB np, good to see it's working.
08:57 PiMB glad to be of no help at all ;)
08:57 caid602 login: pimb / rotterdam
08:57 caid602 there is no private content yet
08:59 caid602 Maybe you or somebody else has an idea about this error message that I am getting whenever I am changing something on this page:
08:59 caid602 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/joweki.de/httpdocs/typo3conf/ext/mm_forum/includes/cache/class.tx_mmforum_cache_file.php on line 141
09:00 caid602 I get this error but it doesn't seem to have any effect. The message didn't come on my test installation
09:00 PiMB there is a difference between a php error and a warning.
09:00 PiMB warning's are given out when something is not totally right, but php can handle it, so it continues.
09:01 PiMB probably something that's not an array is tried to foreach.
09:01 PiMB doesn't work.
09:01 PiMB don't worry about the warnings, but disable error reporting in the frontend. (always wise to do in a 'live' environment)
09:02 PiMB check the install tool (all config) for this one.
09:05 caid602 As long as everything is working I prefer to see those warnings, maybe helpful for troubleshooting if somethiing starts failing
09:05 PiMB are you able to control the php.ini?
09:05 caid602 Anyways, just wanted to thank you for your support yesterday!
09:06 PiMB cause it's better to log them into an external file, so you can view the errors, but don't get them on your website for your customers to see
09:06 PiMB np, glad to help
09:06 caid602 hmm, makes sense
09:09 PiMB :)
09:09 PiMB May I thank you for being the first ever to say I'm making sense.. ;]
09:18 PiMB brb
09:19 maholtz|WORK morning
09:19 maholtz|WORK someone without google wave account left?
09:21 caid602 hi maholtz|WORK
09:21 maholtz|WORK hi caid602 did you solve your problem?
09:22 caid602 Thanks for helping me yesterday. Just said thank you to PiMB. The form is working nicely now. The problem of being slow just disappeared after I have uploaded the website to the server. Maybe the problem was windows-related
09:23 caid602 form = forum
09:31 sorenmalling maholtz|WORK: I got 5-6 invites left
09:43 mquintus ahoi
09:51 caid602 one question: Where can I include a static template from an extension to my main template?
09:53 sorenmalling caid602: Click the "Includes" tab when editing your sys_template
09:53 sorenmalling maholtz|WORK: Would you like a invite or got someone who would?
09:55 caid602 sorenmalling: I don't find the "includes" tab ?!?
09:55 caid602 sorenmalling: I choose "template" under "web" in the very left column, right?
09:56 sorenmalling caid602: Arh :) You are having a sys_template on your root page, right?
09:57 caid602 Aeh
09:57 caid602 I have a template in my root page.
09:57 sorenmalling Great, try edit that one (through the list view)
09:58 sorenmalling Then you should see the "Includes" tab
09:58 caid602 there is "Page" and "template"
09:58 caid602 and "clipboard"
09:59 sorenmalling In the list module, you should have a line with your template right? With a little blue icon to the left ?
10:00 caid602 Ahhh, got it!
10:00 sorenmalling :)
10:01 sorenmalling Click the little pen and you should get the "includes" tab, right :)?
10:02 maholtz|WORK @sorenmalling: i have invites left, but it seems that there is nobody left who is interested
10:02 sorenmalling maholtz|WORK: Arh, i thought you were looking for invites :-) My bad :)
10:03 maholtz|WORK thanks anyway:)
10:08 maholtz|WORK someone uses "backend user pages"? since last update, they seem not to work anymore
10:15 kraftb good morning !
10:17 sorenmalling caid602: You got it working?
10:17 mquintus I want to prohibit the cut/paste function in list view for a specific content type.
10:18 mquintus Is there a switch for that?
10:18 mquintus eg. in ext_tables.php of the responsible extension?
10:22 kraftb well ... to really prohibit it you would need to create a hook for tcemain ...
10:24 kraftb if you just do not want to show the icons you could use one of my extensions "listaddons"
10:24 kraftb http://forge.typo3.org/repositories/show/extension-listaddons
10:24 kraftb I developed this some time ago when I found it necessary to have control over the icons being shown in the list module.
10:24 kraftb you can disable each icon of the listmodule depending on user/group/table being listed
10:25 kraftb but for the clickmenu (pop up menu when you click on the icon of the record) you'll still have to create a hook to disable copy&paste there.
10:25 kraftb but then it would just be visually removed - the functionality would still work.
10:26 kraftb so if someone puts int the correct URLs etc. he can copy/paste them. so if you really want to disable it on a lower layer you'll have to create a hook for t3lib_tcemain
10:26 kraftb ^mquintus
10:28 Denjerek Morgen
10:29 mquintus kraftb: It is sufficent to just hide the icons in the list menu. Thank you for the tip.
10:29 kraftb there is no documentation with the extension - but a readme.txt with some examples how it works
10:30 kraftb I guess it is also in TER, but there it is called "listmoduleplus" - but not properly adopted internally for this name.
10:30 maholtz|WORK @caid602: fyi: http://typo3.org/documentation/document-library/extension-manuals/ts45min_de/0.5.1/view/ could help to understand how typoscript works. if it does not help, let me know - otherwise too:)
10:30 kraftb I created the extension for the company typoheads.at - and they renamed my "listaddons" to "listmoduleplus" (like all their extensions carry the "plus" postfix)
10:31 kraftb but they didn't make that correctly - and I heard the latest version from TER barks about this problem
10:32 jbaptiste_j malholtz do you have an English or French version of the 45 minuten ?
10:32 Denjerek is there a decent extbase extension tutorial available?
10:34 mquintus kraftb: I am not used to the forge... repository. How can I check it out? "svn co forge.typo3.org/repositories/browse/extension-listaddons/trunk" doesn't work.
10:34 kraftb wati
10:34 kraftb wait
10:35 kraftb "svn co https://svn.typo3.org/TYPO3v4/Extensions/listaddons listaddons"
10:35 kraftb execute this command in the typo3conf/ext/ directory and it wil create a directory called "listaddons" (the last parameter of the svn command is the local directory to be created)
10:35 mquintus nice. thank you
10:35 maholtz|WORK @jbaptiste_j: http://wiki.typo3.org/index.php/Fr:ts45min and http://wiki.typo3.org/index.php/Ts45min but since last wiki update, some tags does not work anymore
10:36 kraftb then you simply install the extension using the EM (probably you'll have to change access rights before)
10:36 maholtz|WORK feel free to edit / correct / add
10:40 jbaptiste_j malholtz BEAUTY
10:43 maholtz|WORK if you have special question, feel free to ask, perhaps we could bring it to version 0.6 ;)
10:45 jbaptiste_j I've been able to create a first working TYPO3 site without really reading the TS Ref, just reading tutorials like modern template building and asking questions in this channel. But this is the time for me to read a 45 minute wiki
10:46 mquintus kraftb: The correct command was "svn co https://svn.typo3.org/TYPO3v4/Extensions/listaddons/trunk listaddons".
10:47 mquintus kraftb: Does it work properly with Typo3 4.1?
10:48 maholtz|WORK @jbaptiste_j: imho its worth, but its far away from beeing perfect
10:55 mquintus kraftb: However, I'm trying the extension is a Typo3 4.2.5: including your first example (into pageTS) didn't change my list view in any way.
10:57 mquintus kraftb: I added "disable.cut = 1" and "disable.copy = 1" without any effect.
10:57 mquintus kraftb: cleared configuration cache and browser cache.
11:00 kraftb ähm ... wait
11:04 Nugae hi Everyon! I`ve trouble with sr_feuser_register. I added a freecap on create view but on "preview" view extension want captcha too. why? please help me
11:08 kraftb mquintus: sorry. wrong extension :(
11:08 kraftb http://typo3.org/extensions/repository/view/kb_modlist_actions/current/
11:08 kraftb is the correct one.
11:09 kraftb Uninstall and remove the "listaddons" (sorry - I have two extensions concerning this listmodule icons)
11:09 kraftb the one which you installed brings you an extra new icons, which opens a record in a popup for editing ...
11:09 kraftb and allows you to paste an icon more than once (normally it is removed from the clipboard after copy) ... but as I said. Wrong extension.
11:10 kraftb the "kb_modlist_actions" is the correct one ... sorry for the inconvinience ...
11:10 kraftb http://typo3.org/documentation/document-library/extension-manuals/kb_modlist_actions/0.0.2/view/1/1/
11:10 kraftb ^mquintus
11:10 kraftb hi pmk !
11:16 jbaptiste_j When I am using my admin account and I preview a page in a workspace, I have the buttons allowing me to send for review and to publish, that is quite nice, but my other users don't have that and must go to the workspace menu where you don't see what you are publishing. Can I grant my reviewers the possibility to publish from the preview page as well ?
11:16 howard hallo chan
11:17 maholtz|WORK @jbaptiste_j: imho yes, but dont use default DRAFT workspace before 4.3 - make your own
11:17 jbaptiste_j hallo howard
11:17 howard anyone have idea how to store some info into cookie
11:18 howard are there any typo3 magic commands for this
11:19 maholtz|WORK @howard: in an extension or via typoscript?
11:19 Nugae setcookie ;)
11:20 howard in extension
11:21 howard uummm...sorry typoscript i meant
11:22 maholtz|WORK http://blog.martinholtz.de/blog-post/2009/01/25/session-verwenden-mit-typoscript/
11:22 maholtz|WORK in german, sorry
11:22 maholtz|WORK important parts: an array recs[] will be saved as an session
11:23 maholtz|WORK browser session only
11:23 maholtz|WORK its gone if you close your session
11:23 maholtz|WORK otherwise you need an extension (afaik)
11:23 jbaptiste_j It is such a pitty Typo3 has built in features that would make it simple but I'm not even suure I can unlock them for non-admins
11:26 howard vielen dank maholtz
11:30 mquintus kraftb: Thank you for your help. It worx! Just not in Typo3 4.1.13, but that is another argument for our customer to upgrade ;)
11:31 maholtz|WORK @howard: np:)
11:33 DoDo Hello all. I'm new with Typo3 and have a question
11:34 DoDo Currently I'm builing an extension. One part of this extension is a list with categories and per category multiple subitems - like 1) Foo 1a) foobar 1b) barfoo 2) Bar 2a) barfoo -
11:36 kraftb howard: you could also use "kb_ts_session". It allows you to transparently store a GET/POST value in a session
11:36 kraftb not only a browser session. also a user session. meaning: logged in users still have the value available when they return
11:39 DoDo My current code looks like this: http://www.pastie.org/697042
11:40 DoDo The result is that I get: http://www.pastie.org/697048
11:41 DoDo Could someone tell me what I do wrong and how I could make this work?
11:43 jbaptiste_j http://www.crdp-lorraine.fr/fileadmin/gestion_du_projet/preview.jpg
11:43 jbaptiste_j I would like to know if my non-admins could see those buttons
11:44 maholtz|WORK @jbaptiste_j: they should be able to see them
11:45 jbaptiste_j but they don't
11:45 maholtz|WORK you created your own workspace?
11:45 jbaptiste_j even If I select every fracking option in the access list they don't
11:46 jbaptiste_j yep my own workspace
11:46 maholtz|WORK and added them to the edtior group?
11:47 jbaptiste_j I have owners, members and reviewers, I would like for instance my simple members to see the button "send for review"
11:47 jbaptiste_j and the owners to see "publish"
11:48 jbaptiste_j I have to confeess I don't quite understand the options in "others" in the workspace
11:52 DoDo Can I make mutlilevel lists in typo3 (like 1 -> 1a | 1b || 2 -> 2a | 2b | 2c | 2d || 3 -> etc)
11:58 kevke Hey ppl, I know I am lazy, but where do I create an adminuser from the install tool again?
11:59 maholtz|WORK @jbaptiste_j: your editors does not see the split screen, only a button "preview" ?
12:00 maholtz|WORK then you have to uncheck the "frontent preview" checkbox on the top right
12:00 maholtz|WORK in backend
12:00 jbaptiste_j IO'll try that
12:00 jbaptiste_j malholtz I owe you one
12:01 kevke found it (blind am I)
12:01 jbaptiste_j This really should get typo from the category of torture tools to nearly acceptable tool
12:02 maholtz|WORK yep, atm TYPO3 has weak defaults and many many expert options
12:02 maholtz|WORK the goal ist, to have TYPO3 v5 with strong defaults and many expert options:)
12:03 jbaptiste_j The goal IMHO is to have typo3 V.4.3 with good tutorials
12:03 jbaptiste_j because many defaults can be alleviated when you know how
12:06 jbaptiste_j I really owe a lot to this channel, I might think of inviting the regulars to spend a week end crash at my place, I'll throw in some champaign...
12:06 jbaptiste_j I'm not that far from Germany
12:10 jbaptiste_j by the way when you create a previeww link it's good for 48 hours, I guess there must be a way to make it good for... say a week ?
12:15 maholtz|WORK @jbaptiste_j: user TS: options.workspaces.previewLinkTTLHours = 480
12:15 jbaptiste_j thanks
12:15 jbaptiste_j did you know that by heart or are you just really good at finding stuff in the TSRef ?
12:16 maholtz|WORK i checked the code for what is possible with workspaces
12:17 jbaptiste_j the Typo3 php source ?
12:17 maholtz|WORK yep
12:18 maholtz|WORK and there are some docs around
12:18 maholtz|WORK http://dmitry-dulepov.com/fileadmin/presentations/workspaces/Workspaces.pdf
12:18 maholtz|WORK http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/2/7/
12:18 jbaptiste_j there should be a doc about how to check the code and obtain the right typo script and know where to insert it
12:19 maholtz|WORK yep, but someone has to write it
12:19 marble Good morning :-)
12:19 maholtz|WORK imho there was someone start writing a doc but..
12:19 marble Do we have a (core) function to remove HTML tags?
12:19 marble I need to clean up the text from HTML:
12:19 marble t3lib_CLASS::FUNTIONE(' this <b>is</b> text')
12:19 marble should return
12:19 marble 'this is text'
12:19 marble ?
12:20 maholtz|WORK @jbaptiste_j: didnt checked that yet: http://forge.typo3.org/repositories/changes/typo3v4-workspaces/Documentation/trunk/doc_v4_workspace_rewrite.odt
12:20 maholtz|WORK @marble: strip_tags
12:21 marble oh dear ...
12:21 maholtz|WORK available trough typoscript too
12:21 maholtz|WORK hehe:)
12:22 marble Ok - I'll go through that, showing my disknowledge of php ...
12:22 marble i should remember that php has that many built in functions.
12:22 marble not used to that.
12:22 maholtz|WORK @marble: you are THE marble from münster?
12:24 maholtz|WORK afk
12:30 marble god bless you!
12:30 marble i'm afraid: yes
12:35 Slydder hey all. anyone alive here? I am VERY new to Typo3 and am trying to figure out how I would go about finding a certain page ID in the backend. I am looking for page id 257. but can't find it in the backend.
12:36 marble use the magnifying glass at the top right, enter 257, press enter
12:37 Slydder just so you know. I am working on a 4.1.1 version of T3
12:37 Slydder there is no magnifying glass at the top right of the page
12:38 anteatersa is there a box at the bottom: "edit page id"
12:38 anteatersa bottom right
12:38 Slydder bottom left is Edit/search:
12:40 anteatersa put the page id in that box and hit enter
12:43 Slydder got it. thanks
12:44 anteatersa good luck
12:47 Slydder so. thaks again. the next time I have a question I'll be sure to drop back by and get on your nerves again. ;)
12:47 Slydder have fun. and enjoy your weekend.
13:04 maholtz|WORK re
13:08 DoDo Can I make mutlilevel lists in typo3 (like 1 -> 1a | 1b || 2 -> 2a | 2b | 2c | 2d || 3 -> etc)
13:15 DoDo Is there nobody who can helpme out on this?
13:16 jbaptiste_j I'd say Typo3 does numbered list so it might be a CSS problem to make it render the lists differently
13:17 sorenmalling DoDo: How would you like the list to be made? As a menu?
13:18 DoDo Wait, I'll placed my code in pastie: http://www.pastie.org/697042 (code) and http://www.pastie.org/697048 (output)
13:18 randomresult hi
13:18 DoDo hi
13:19 DoDo I want it to be nested inside another foreach loop and placed inside the "parent" foreach content
13:20 DoDo But now first the "parent" is placed in the output and then the nested objects
13:20 pmk65 DoDo: Your output is exactly as expected..
13:20 DoDo I thought so, because i do $content .= ''
13:21 DoDo But I have no idea how to place it inside the parent block in stead of underneath it
13:21 jbaptiste_j http://www.w3.org/TR/CSS2/generate.html
13:22 jbaptiste_j DoDo to me it seems like CSS
13:22 pmk65 what you are missing is that you need to substitute your 2nd content (the one from the items) with the marker ###CATEGORY_ITEMS###
13:23 DoDo Okay, how do I do that?
13:23 pmk65 http://dmitry-dulepov.com/article/using-templates-in-typo3-frontend-plugins.html
13:23 pmk65 http://wiki.typo3.org/index.php/Extension_Development,_using_HTML-Templates
13:23 DoDo jbaptiste_j: It's not CSS, because the code isn't nested correctly
13:24 DoDo pmk65: I'll have a look
13:25 DoDo Seems usefull, thanks a lot
13:28 dokma_ hi ppl!
13:55 randomresult anyone knows how to change the emailaddy which is used when sending mailforms (for example)
13:59 sorenmalling randomresult: If you didn't create a field called "email" the FROM addresse will be "user running apache"@"hostname of server"
14:02 DoDo pmk65: It worked, I owe you
14:02 randomresult sorenmalling: is it possible to change this global?
14:02 randomresult #
14:02 sorenmalling randomresult: Change the FROM email if you didn't create a "email" field?
14:03 randomresult i have serveral ext who use (obscured mail address)
14:03 randomresult so i thought i could change it global
14:04 sorenmalling randomresult: php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f USER@DOMAIN'
14:04 sorenmalling In your httpdconf should do the trick
14:05 randomresult ok... i will try.
14:05 sorenmalling Or change it in your php.ini if you wan't it changed globally as you write :)
14:05 randomresult i thought maybe there is a TS for that
14:06 randomresult i remember something like this
14:07 randomresult ill have a look
14:08 jbaptiste_j malholtz in order to allow my user to use the buttons to send for review from the preview page, I created a usergroup and gave it web > versionning , I made it a subgroup of ACL to make a quick check. Some of my users can now validate from the preview space and some can't ... what's wrong ?
14:08 sorenmalling randomresult: I've only seen that for specific extensions, not for the whole system?
14:09 randomresult i ll search and let u know
14:24 paese hi all
14:24 paese someone here? ^ ^
14:24 jbaptiste_j yep a lot of people here
14:25 paese okay, "not idle"
14:25 paese ;)
14:26 paese got a language menu like this » http://pastie.org/697198 but i want to link all these to /home (id=1) .. stdWrap.typolink.target = 1 seems not to work
14:31 MartinMai does anybody have problems with constants in 4.3 beta3
14:32 pmk65 paese: setting target won't change the URL. it just tells the browser where to open the page. (new window etc.)
14:32 pmk65 if you want the link changed you should modify the typolink.parameter part
14:32 paese pmk65 typolink.parameter = page:uid is set, but changig it to = 1 also hadn't helped, maybe its too dilletantic to try this ;)
14:33 pmk65 parameter = 1
14:33 sorenmalling MartinMai: Nope
14:34 paese pmk65, never mind.. i forgot to delete .data .. ;)
14:34 paese sorry
14:37 MartinMai sorenmalling: constants in extension templates are not used anymore
14:38 MartinMai they do not need to be declared globally or something ?
14:38 MartinMai worked with 4.1
14:38 sorenmalling I'm not having such issues with 4.3B3
14:48 MartinMai I should see constants from ext templates in in TypoScript Object Browser ?
14:58 e_ hi guys
14:58 e_ i have a problem when updating from 4.2.9 to 4.2.10, in the backend i get an empty page when clikcing on "page" and in the error log i get " Call to undefined method t3lib_div::sanitizebackendurl()"
14:59 e_ now i've read that's got something to do with a security related change, but i can't find any release notes mentioning it
14:59 maholtz|WORK @MartinMai: yep
15:00 maholtz|WORK @e_ check if you really updated all files
15:00 coolguy hi there somebody online?
15:01 PiMB hi
15:01 coolguy hi i have a qustion with extension development. maybe you can heklp me?
15:02 coolguy i wrote an extension and to check which language is used iam testing the get L variable. if its 0 or missing i use german else english
15:02 coolguy is there an other way to detect the language except the L variable?
15:03 paese damn connection..
15:04 PiMB in extension, there definetly is.
15:04 coolguy and what is it?
15:04 PiMB the language that is used atm is stored in $GLOBALS['TSFE']->sys_language_uid
15:05 PiMB inside an extension don't use the L get, but this one
15:05 coolguy cool. i will check it.
15:09 coolguy nice. thanks for help. it works fine ;-)
15:10 paese how can i do my own page instead of a "Page is not available in the requested language" error page?
15:10 paese is this a install tool setting?
15:16 e_ maholtz: ehm, what's there to update? i just replaced the typo3 link to typo3_src-4.2.10/typo3
15:20 ries Does TYPO3 3.2 require PHP 5.3?
15:20 ries sorry TYPO 3 4.3
15:24 phil1 AFAIK yes
15:33 paese does someone know an extensin similiar to ch_notranslation for an actual T3 version?
15:38 jbaptiste_j typo3 4.3 is still to be released on Nov 28th ?
15:44 PiMB AFAIK yes it is
16:06 animan hi. is there a way to put <p> tags around filelist description only when one exists? currently they appear no matter what
16:10 bluespuke hi, a quick (and maybe very dumb) question befor the weekend can begin: in tt_news single view is the author prepended by 'By:'... where can i modify this?
16:10 bluespuke looked everywhere but i can't find it...
16:26 jbaptiste_j good week end dudes
16:26 PiMB later!
16:27 PiMB bluespuke, it's filled with languagedefine preAuthor from tt_news language xml
16:27 PiMB you could overwrite that via TS
16:28 bluespuke PiMB: that's what i though, but i couldn't find it in any locallang in the tt_news folder :s
16:28 PiMB just did a grep on 'By' :P
16:30 PiMB probably something like plugin.tx_ttnews._LOCAL_LANG.default.preAuthor =
16:30 PiMB not sure about the syntax.
16:30 PiMB got no time to look, sorry
16:32 PiMB time to go.
16:32 PiMB good luck to anybody going to the T3UXW09
16:32 maholtz|WORK PiMB no time for that:/
17:06 Bou hi
17:06 Bou what is the recommanded version of ImageMagick for typo3?
17:07 Bou it doesn't detect mine
17:58 ries Bou: Graphics magick..
17:58 ries or im6
20:51 nature tt_news use to have a select box for the template (which made a copy of it). A while back (year+) ago it turned to a text box (with a link icon next to it). my install of tt_news has the "old" select box. what did I do wrong? :)
21:42 BejjWrk Hi.
21:43 Bejjan Has anyone configured typo3 with nginx ?
22:12 Bejjan for some reason, when I pass the site via nginx, all I get is white pages

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.