Search the website and IRC logs

#TYPO3 IRC log from : Monday 7 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
06:32 nHaskins_ Anyone awake?
06:32 nHaskins_ I'm using the draft workspace. When I select "View Webpage" (the little magnifying glass) It shows me a side by side comparison of the live version and the workspace version. Only issue is they're the same, I can't see any of the changes I've made.
06:32 nHaskins_ Any ideas?
08:26 animan hi. does anyone has an idea why my tt_news realurl config renders broken links to my page? without it, realurl works, but i have ugly news links
09:09 dec___ i am creating a typoscript menu... every 3 items i want to end the <ul> and start a new one... so 3 items per <ul></ul> .... any examples how i can do this
09:31 SEBAR Hi everybody
09:32 paese haaaalp ^ ^
09:32 paese moved a T3 page from dev to live server. everything works fine in BE etc, but FE doesn't show ANY html, just the page title is set..
09:33 paese erm, i mean it shows html but nothing in body
09:35 void paese: sonds like missing mapping in templavoila
09:35 void paese: first, check your database collation/charset.
09:36 paese void: thx for help. db connection and collation is all utf-8
09:37 paese void: .. means, tables are utf-8 but db itself shows as latin.. eew..
09:37 paese could that be the issue?
09:37 void it's the most probable reason
09:38 paese lets see..
09:40 maholtz|WORK morning
09:40 dec___ i am creating a typoscript menu... every 3 items i want to end the <ul> and start a new one... so 3 items per <ul></ul> .... any examples how i can do this? anyone have any idea for this?
09:41 maholtz|WORK count with LOAD_REGISTER
09:42 dec___ hmm, any snippet for this?
09:42 paese moin maholtz
09:42 dec___ not such a typoscript guru
09:42 maholtz|WORK @moin paese
09:42 paese dec___ look at "option split"
09:42 maholtz|WORK @dec___: in german: http://blog.martinholtz.de/blog-post/2009/01/31/counter-mit-typoscript/
09:42 maholtz|WORK and with content not with menu
09:42 maholtz|WORK but i hope it shows how it works
09:43 dec___ ok
09:43 dec___ option split doesnt do what i want i dont think
09:45 maholtz|WORK well, i am not sure if it is a _good_ solution, but it works:)
09:45 dec___ mm
09:49 SEBAR maholtz: Is that you on the pic?
09:50 maholtz|WORK hm
09:50 maholtz|WORK yep...
09:51 SEBAR You lock great :)
09:51 maholtz|WORK lol
09:51 maholtz|WORK thanks
09:59 dec___ trying to do it like this http://pastebin.com/m5ac9c78a
09:59 dec___ to get 3 li's per ul
09:59 dec___ i know its a bit ugly but the menu structure will never change on this website
10:00 dec___ its working, however it prints the links twice
10:00 dec___ http://XXXXXXXX.dev.isaeus.nl/ as you can see here?
10:00 dec___ any idea?
10:01 SEBAR @dec: What's your problem?
10:01 dec___ as you can see on the website, it's printing all the links twice. once within a <li>, once without
10:02 SEBAR It believe it is because you have a lot of |*|
10:03 SEBAR usually it is first|*| between |*| last
10:03 SEBAR sorry
10:03 SEBAR And you don't have the *
10:03 dec___ so i use |*| instead?
10:04 dec___ confused
10:04 dec___ :p
10:05 SEBAR just try this NO.allWrap = <li>|</li>
10:06 SEBAR or better NO.allWrap = <ul><li>|</li>|*|<li>|</li>|*|<li>|</li></ul>
10:07 dec___ that'll wrap em in 3 <ul>'s ?
10:07 SEBAR no
10:07 dec___ cause thats what im trying to achieve
10:07 dec___ 3 item's per <ul></ul> :)
10:09 SEBAR http://www.typo3wizard.com/de/snippets/menus/menue-dynamisch-in-2-teile-aufteilen.html
10:09 dec___ cheers
10:10 _pedda_ hi all
10:16 dec___ SEBAR: how exactly do i make this work with 3 rows though?
10:18 dec___ add a 30 block im guessing
10:22 dec___ http://pastebin.com/m8e1d6c0 > result on http://XXXXXXXX.dev.isaeus.nl/ ... almost there, just need 3 rows.. how will i do this?
10:29 SEBAR Sorry I don't have the time to look
10:29 SEBAR You will have to experiment a little bit
10:30 dec___ alright
10:45 PiVars Hi guys. Anyone had problem installing jquery extension ? When I do, I lose fe and be - blank pages returned. I'm trying to install eco_gal, which requires jquery ext :-/
10:46 maholtz|WORK i am using jquery (without any extension) without any problems, i would assume, that eco_gal has some php-errors
10:48 PiVars This happens before installing eco_gal. I have to delete jquery ext folder manually to get fe/be back.
10:51 maholtz|WORK so, jquery is an extension too? i would assume that has an php error then
10:54 PiVars Yes this is the jquery ext I'm trying to install. How can I check if this is a php error ? Is there a log file ?
11:00 PiVars Umm guess its phperror.log from apache/bin
11:00 PiVars depends on jsmanager 1.0.0...
11:01 PiVars rtfm
11:32 daKmoR hey
11:33 daKmoR is there a possibilty to override a single page title in a MENU? example I have a Page called Login; if any FE user is logged in I want it to be called Logout
11:33 daKmoR it's a TMENU...
11:34 sorenmalling daKmoR: Hide the login page at log in and show a logout page instead when a user is logged in. Check the "access" tab under "Page properties"
11:34 daKmoR sorenmalling great idea :) thx
11:34 sorenmalling np :)
11:36 daKmoR it's funny... almost every time I think this problem is way to complicated there is an easiere alternative... :p
12:08 dec___ anyone got any idea how to create 3 columns rather than 2 for this code: http://pastebin.com/m1c804791
12:10 nkuttler dec___: hrm, what does that code have to do with columns?
12:10 dec___ well actually
12:10 dec___ it splits 9 menu items into 3 <ul>'s
12:11 dec___ http://XXXXXXXX.dev.isaeus.nl/ as you can see in the main menu here, its splitting it in 2 atm
12:13 nkuttler interesting. no idea.
12:13 dec___ is there an easier way to do this?
12:14 dec___ been trying for ages -___-
12:15 SEBAR Does anyone knows a simple tutorial on how to use tt_news with TV?
12:16 artopal Hi all!
12:17 sorenmalling Hi artopal
12:17 sorenmalling SEBAR: What do you need to know from that toturial?
12:17 artopal I'm having trouble with the Article Pages extension (kh_article_pages) - has anyone any experience with it?
12:18 SEBAR I'm a newbie with tt_news, I've just installed it but I have no idea how to use it within my TV templates
12:19 artopal I know it's beta and its last version is old (2007). I'm using TYPO3 v4.2.
12:25 yuno i'm using config.no_cache = 1 in the setup of my main template. this works. well, for the most part. if i include some ts there (<INCLUDE_TYPOSCRIPT...) this included file won't be reloaded.
12:25 yuno is there a way to make typo3 reload that file if it was changed?
12:25 SEBAR You will have to reload your cache manually
12:25 SEBAR That is a known bug
12:25 yuno meh :/
12:28 yuno heh. this is odd... clearing the page content cache doesn't help. clearing the configuration cache also doesn't help. however, clearing all caches does the trick.
12:29 yuno the interface made me think that there are only 2 caches
12:29 artopal I just discovered that maybe what I'm looking for is the extension Page Broser (cag_pagebrowser).
12:29 artopal Thanks anyway.
12:29 yuno well, thank you SEBAR
12:30 SEBAR You're welcome
12:40 dokma anyone here knows how to make ce_gallery regenerate thumbnails? all I get is this: http://www.pvc-stolarija.hr/projekti/?tx_cegallery_pi1[album]=1&tx_cegallery_pi1[apage]=3&cHash=1ee465beff
12:50 zed_devil hi al
12:50 zed_devil l
12:53 zed_devil i created a templavoila template with an "image field" is it possible to link that image (seperat link in every element) - its an fexible CE
13:19 m4rtijn2 hi
13:23 menak SEBAR: what's your prob with tt_news and TV?
13:24 menak SEBAR: nothing changes for tt_news when using TV. Well, nothing I can remember that is. :)
13:30 SEBAR My Problem as I realize now, is that I don't use Content Elements in the template
13:30 SEBAR so I have to use another way to include the content, via TS, I suposse
13:32 menak SEBAR: I guess something like lib.tt_news_placeholder < plugin.tt_news should do the job
13:32 menak SEBAR: hmm, check this: http://lists.netfielders.de/pipermail/typo3-english/2006-August/029912.html
13:34 menak SEBAR: But either use the code til the line "lib.mainContent >" or after it as the line "lib.mainContent >" resets lib.mainContent
13:40 ZaFantasy how I cann get data from one plugin in TS? I have created some lib.object in TV and now I want to fill data from one plugin from pi1.. How I can do this? lib.someObject > plugin.pluginname.pi1 does not work. Any tip?
13:50 zed_devil how can override the label of 10.stdWrap.typolink.parameter.field =
13:50 maholtz|WORK @ZaFantasy < instead >
13:53 dec___ how do i make a menu out of specific id's again?
13:53 dec___ special = list, special.value = 2,15,13 ?
13:55 pmk65 zed_devil: the text/image linked is defined in the top part of the 10 obj.
13:57 HarimaKenji hi, I have taken on a job with an existing typo3-installation but there is no password to connect to the backend. How can I access it? I can change values in localconf, but i only see the db-login there.
13:58 pmk65 HarimaKenji> if you can access the install tool, you can create a new admin user.
14:00 HarimaKenji ok, but i don't have the install tool's password, should i just erase the hash in localconf?
14:01 HarimaKenji @pmk65 i just see, that the installToolPassword occurs twice in the localconf
14:06 HarimaKenji pmk65: ok, where in the install tool can i set admins password?
14:07 HarimaKenji found it, Database Analyzer :)
14:10 ZaFantasy maholtz|WORK I have <, sorry, I have used > just here...
14:22 BejjWrk I have encountered an issue using pagetype, that shows hidden/deleted elements, is there a simple fix for this ?
14:30 ZaFantasy any tip on my problem ?
14:33 daKmoR using direct mail and TV I get "Nicht angezeigte Inhaltselemente" in the plain text view
14:33 daKmoR does anyone know what this is?
14:43 pmk65 ZaFantasy: Maybe the plugin needs some values set in order to display anything.
14:46 pmk65 daKmoR: switch to english language. It's oftem much easier to find a solution if you know the "default" error message.
14:52 webonaut did you see the prices for t3con09
14:52 webonaut they are nuts!
14:52 webonaut 565 EURO for association members
14:52 webonaut :-(
14:53 BejjWrk should have booked earlier
14:54 ZaFantasy pmk65, if I load it with TS $this->cObj->data['pi_flexform'] is empty. If I load it as a plugin on page then $this->cObj->data['pi_flexform'] is defined. And I nead $this->cObj->data['pi_flexform']... any tip ?
14:59 daKmoR pmk65 thx... I now don't use FCEs anymore.. if you use just Text and Text with Pictures it works.. :)
15:02 SargoDarya Heya chan
15:03 zed_devil i have a nother problem with TV Felxible CE i created a link field and changed the value like this: 10 = TEXT // 10.value = more // 10.typolink.parameter.current = 1... if there is no link in FE "more" is shown. but i want to hide it if there is no link. is it possible?
15:05 Silo_ hey m8s. i have 3 levels menu. i want to show menu 2 and 3 at the same time. how to? thnx :)
15:06 SargoDarya Silo_: look at typo3wizard.com in the menu section
15:06 SargoDarya there are all kinds of menu snippets
15:06 Silo_ Thnx sargodarya :) i will gloog ^^
15:08 SargoDarya Silo_: If you search something TypoScript related be sure to checkout that site because they have all kind of sick stuff there
15:09 Silo_ ye. just gonna see how they have made it :)
15:09 pmk65 zed_devil: check TSRef regarding the "if" function. http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/5/#id4289528
15:10 SargoDarya Again, someone here with T3BLOG experience? Maybe someone from snowflake team?
15:10 Silo_ thnx again guys :)
15:11 SargoDarya no problem
15:11 pmk65 Silo_> if you just want to display all menuitems , then you just have to set the "expAll" property on the TMENU/GMENU object.
15:11 pmk65 http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/10/#id4577010
15:11 BejjWrk SargoDarya: I have a little t3blog experience, but Im not affiliated with snowflake
15:11 SargoDarya I have a problem on sargodarya.de where my content is displayed multiple times
15:12 SargoDarya while using t3blog
15:12 SargoDarya and I'm not using TV
15:12 BejjWrk yeah, from what I understand t3blog was designed to be a standalone page
15:13 BejjWrk you need to make a specific template mapping for it
15:13 SargoDarya That sucks monkeyballs... I thought it said it was possible to display every widget on every page
15:14 BejjWrk thats how I also understood it from the start, there is major lack in a proper manual for it imo
15:14 Silo_ solution lib.venstremenu.2.expAll = 1 .. thnx guys
15:22 SargoDarya Hm... maybe if I get this done I give a Documentation a try. Or at least a good tutorial doing it
15:22 webonaut BejjWrk: but still 450 Euro is so much money for a ticket for two days
15:23 SargoDarya webonaut: for what?
15:23 SargoDarya Hey SEBAR :)
15:23 Nugae hi All!. how to set "clear string" for record label in ext_tables.php insted "'label' => 'uid',"?
15:23 BejjWrk Typo3con
15:24 SEBAR Hi everybody, I'm trying to render a list of news on my homepage with the following code taht I have found on the net: http://pastebin.com/d1e822088
15:24 SargoDarya uugh... to expensive
15:24 SEBAR The problem is that nothing is displayed
15:24 BejjWrk SargoDarya: I wrote a small guide how to do it using TV, but I havent published it yet
15:25 SEBAR Can someone take a look on the code please
15:25 BejjWrk SargoDarya: hit me up with ur email and I'll send it to you, maybe it can be of value to you
15:26 SargoDarya SEBAR: Can't find any errors there. Do you feed your template marker with the lib.latestNews?
15:26 SEBAR I look...
15:27 SEBAR pardon
15:27 SEBAR yes, of course
15:28 SEBAR Can it be possible that I miss something with the news configuration
15:29 SargoDarya Do you have taken a look into the Typoscript Object Browser for that site?
15:30 SEBAR You mean the debuger?
15:30 SargoDarya Kinda
15:30 SargoDarya Template->TypoScript Object Browser in the Dropdown
15:32 SargoDarya You normally should see there in the pluginconfiguration if something is missing
15:33 SEBAR You cannot edit properties and values, if there's no current template.
15:33 SargoDarya Thanks BejjWrk, received your mail but it landed in spam.
15:34 SargoDarya It's just for checking if you missed out something
15:34 SEBAR okay
15:34 BejjWrk ah
15:35 SargoDarya BejjWrk: It's not that I'm not able to run the basic blog. that works fine under testing.sargodarya.de . It's just that the blogList won't work as expected
15:37 adac How to show a certain content in the border column on all pages?
15:39 adac thx zed_devil
15:39 SargoDarya adac: You got the solution?
15:39 adac SargoDarya, he sent me a pm
15:39 SargoDarya ok
15:39 zed_devil for all
15:40 zed_devil http://paste.phlogi.net/-60ca980fea/
15:40 SargoDarya zed_devil: Is better to post it here because there is a log file online where others can see the solution
15:41 adac zed_devil, is the source the content id or page id?
15:41 zed_devil content id
15:41 BejjWrk Im trying to make a print_page using pagenum 98 that doesnt list hidden/deleted elements, but cant get it working properly
15:42 zed_devil @sargo: thx for the info
15:42 adac hmm Is it bad that others see the solution too?
15:42 SargoDarya adac: No, it's bad if others can't see the solution too
15:43 SargoDarya If the solution can be seen by anyone the question mustn't be answered multiple times and we can solve more problems
15:43 adac SargoDarya, ah ok :) Was a missunderstanding then
15:43 adac :)
15:43 zed_devil i think thats the basic idea of typo3
15:43 SargoDarya Yes
15:44 HardPhuck hey
15:44 zed_devil and i just found the paste url in the head :)
15:44 SargoDarya ;)
15:45 SargoDarya I'm so shortly before switching back to TIMTAB...
15:46 SargoDarya I feel like TIMTAB is so much more configurable
15:50 webonaut you see if you take the vat and the ticket price even if your association member and early booker you pay 500 Euros for the ticket
15:50 webonaut why is this so expencive?
15:51 SargoDarya Organization is probably horrible expensive
15:51 zed_devil can yome one plz help me with that pkm65 send me that http://tinyurl.com/l39a3p but i dont understand how to use it in my situatuion. i habe that code in my TV XML http://paste.phlogi.net/-359fbf568e/ i can enter a link and the link title is changed to "more" but if the link field is empty there is also the value "more" without any function. but i only want to show it if there is a link
15:53 maholtz|WORK @webonaut: 400 Euro for early booker and association member, but its a lot of money, yep
15:55 SargoDarya Alright... I'm switching back to TIMTAB. I don't have weeks to create this blog...
15:56 schabracke hello again ...
15:58 SEBAR So, It seems that nothing is missing
15:58 SEBAR Very strange
15:58 SEBAR @schabracke:Shalom
16:08 HardPhuck Phlogi_: are you around?
16:14 pulponair hi there
16:18 SEBAR Hi, I still have a problem with my news navigation http://pastebin.com/d1e822088
16:19 SEBAR Any ideas?
16:23 adac How to set a certain menu item to active if one enters the page (initial page). Any ideas?
16:34 SEBAR @adac:What do you mean?
16:34 SEBAR You want to have the current element highlighted
16:35 adac SEBAR, i want to set the attribute id to current eg. <li id="current" >
16:37 pmk65 adac: Look in TSRef /TMENU about the ACT/CUR menu states.
16:37 SEBAR ACT=1
16:38 adac k, thx!!
16:42 pmk65 SEBAR: Your TS will only give an output if there's a tx_ttnews[tt_news] GET var in the URL.
16:48 SEBAR pmk65: That's bad
16:49 SEBAR My need is to have the latest new 3 or 4 items on the homepage
16:51 SEBAR Does anyone have a idea, example for me?
16:58 phil1 you want to do it with tt_news?
16:59 phil1 SEBAR?
16:59 SEBAR yes but I don't really know the best way
16:59 SEBAR I'm using tt_news for having news
17:00 SEBAR since this morning
17:00 phil1 I guess you should get it from the database directly
17:00 SEBAR I'm open for better ways
17:01 SEBAR hummmm...I'm not so familiar with the DB and the functions to access it at this time
17:02 phil1 http://paste.phlogi.net/-a5c4c8159c/
17:03 phil1 this ist for cal, but it should work for tt_news either
17:03 SEBAR okay, there is a SQL query and some text output
17:03 phil1 right
17:04 SEBAR Now I need to know the DB structure of tt_news
17:04 phil1 you have to find the right query
17:04 phil1 then you can use the field in renderObj like shown
17:04 SEBAR okay, nice. Thanks for the advice
17:07 SEBAR Okay, I figured out how to take the title but how can I get the realUrls of the news items
17:07 SEBAR ???
17:09 phil1 I guess you have to build the path by yourself
17:10 SEBAR humm...okay
17:10 SEBAR too bad
17:12 phil1 SELECT `uid` , `datetime`,`short`,`bodytext`,`author`,`author_email`,`news_files`,`links`,`keywords`,`title`
17:12 phil1 FROM `tt_news`
17:12 phil1 Order by `crdate`
17:13 phil1 you can use oder by by adding .orderBy below the fomr line
17:14 phil1 tt_news link is easy: &tx_ttnews[tt_news]=28
17:14 phil1 the last is the uid
17:14 phil1 but what are you trying to archive?
17:19 SEBAR okay. But I need to have nice URLs with RealURL
17:19 SEBAR so is there a ts function to convert the urls maybe
17:20 SEBAR like www.example.com/news/new_news/
17:22 phil1 it depend how the urlpath is generated
17:22 phil1 Im not familier with realurl
17:23 phil1 but still what are you trying to do?
17:23 SEBAR Very simple. I want to have on my homepage a listing of the 5 most recent news on the bottom right corner
17:24 SEBAR on the start page as teaser
17:24 SEBAR only the titles
17:24 _pedda_ cu all
17:24 SEBAR _pedda_:ciao, ciao
17:28 SEBAR I am sure that one of allready did this ;)
17:29 Silo_ have a nice day :)
17:29 Silo_ bbb
17:30 Silo_ bb
17:30 SEBAR pffff
17:30 SEBAR I've learned how to take some data from the DB, that's very cool. But I blocked with this teaser Problem
17:31 SEBAR *headbang*
17:36 phil1 you just want to show the titles ?
17:36 SEBAR at this time, yes. The titles and the realURLs
17:36 phil1 ok...
17:36 phil1 then it would be easier to use another approch
17:37 phil1 just use normal tt_news ... eg. lib.foo < plugin.tt_news
17:37 phil1 and just change the template
17:37 phil1 meaning strip everything accept the title
17:38 phil1 lib.foo.templateFile = fileadmin/yourtemplate.tmpl
17:38 phil1 are you with me?
17:39 SEBAR Not really, I'm don't really understand why I should use a template for that. I'm not familiar with the news templates
17:41 SEBAR can you give me example. please?
17:41 SEBAR By the way, I've found that on the net: http://pastebin.com/d108f4a
17:42 SEBAR For everybody that don't know what telnet is for :D
17:42 nkuttler SEBAR: the templates should be explained in the manual, examples come with the plugin
17:43 SEBAR yes, the manuel
17:43 nkuttler take the existing templates, remove what you don't need, configure tt_news to use your template
17:44 SEBAR Yes, I understand what he means. But I think it is not the beautifulest way to achieve what I need
17:44 SEBAR I just need a title and a url
17:45 nkuttler almost everything is template-driven. sure, there might be a different way of getting the data.. but that sounds painful to me tbh
17:47 SEBAR I've found this code: http://pastebin.com/d65df9c30
17:47 SEBAR but he doesn't work for me
17:48 nkuttler yeah, it looks wrong. lib.latestNews defined two times.
17:48 SEBAR okay
17:49 nkuttler seriously, make a template and be done in five minutes
17:49 SEBAR I'm sure you're right
17:49 SEBAR I'm just a little bit perfectionist
17:50 nkuttler i'm not sure if creating a complex TS setup is 'better'
17:55 phil1 template should be faster
17:59 SargoDarya so, I'm away now. Going to the blade night ;) have fun guys
18:00 SargoDarya cya tomorrow
18:02 phil1 cay
18:05 Kochs hello, how can i define in Typoscript a rediction to a subpage of id="..." ?
18:07 nkuttler Kochs: what do you mean?
18:08 voidus Kochs: no way
18:09 Kochs i want to define a condition and in case of true i want to show page ID=222
18:09 voidus Kochs: you only may create <meta http-equiv tag or redirect with javascript
18:09 Kochs but why is this possible in the backend
18:10 phil1 what do you mean
18:10 Kochs in backend you can chose as page type "shortcut to page ...."
18:10 voidus Kochs: yes.
18:10 voidus Kochs: you can.
18:11 nkuttler Kochs: TS is just configuration for a page you're already on. see what voidus said
18:12 Kochs kk thank you very much
18:12 nkuttler if you link to that page somehow it might be easier to change that link depending on your conditions
18:13 Kochs is there a way to get the actual adress of the page? (on my computer = localhost // online = www.blalblba.de)
18:14 Kochs so it would be a little bit dynamical
18:14 nkuttler you can chane base url depending on host name, or use absrefprefix
18:14 nkuttler change
21:17 schabracke @pmk65 hey there! read your reviewof "Project Groups" on typo3.org
21:18 schabracke how did u uninstall it? just deleted the ext folder? and did u find a solution to manage users and groups?
21:37 pmk65 schabracke: I now use mm_forum fot the task. I created some custom fields so that the FE users can select groups themself (which was what I needed)
21:38 schabracke oh thx for your answer!
21:38 schabracke yes i need that too!
21:38 schabracke its like, i want to have "fanclubs" which users can join
21:39 schabracke and in those fanclubs there is an administrator (fe_user)
21:39 pmk65 http://lists.netfielders.de/pipermail/typo3-english/2009-August/063218.html
21:39 schabracke who can change some fields (informations, calendar and so n)
21:39 pmk65 thats the code for the custom field in mm_forum
21:40 schabracke could u help me a bit with that?
21:40 pmk65 I also extended the fe_groups with an extra field named "tx_sbnregional_istheme", so that I could set up special groups not changable by the users.
21:41 schabracke ah and how did you uninstall so_projectgroup? just erased the folder on your server?
21:41 pmk65 yes
21:41 schabracke yes, but what i would need, is that users can create groups by themselves
21:41 schabracke is that possible?
21:43 pmk65 you'll need to write an ext for that (unless you are lucky and find a usable ext in TER)
21:43 schabracke shit! i deleted the folder (but what i thought the tables arnt updated) of so_projectgroups and now that, if i create news content: File "EXT:so_projectgroups/locallang_db.php" not found!
21:43 schabracke so the tables gotta get actual ... damn
21:45 schabracke everythings cool now :) phew
21:47 pmk65 you should always uninstall an ext before deleting it..
21:48 schabracke yes i know, but this one wasn registered ...
22:21 ries jodaiber: you do need to make sure that TV has access to the templates...
22:21 ries But each page has it's own template sounds strange, unless each page looks totally different from eachother
22:24 jodaiber_ well, they are basically two different TV templates. and they have their own page template (I guess an extention temolate would do fine here, I will probably change that), the sites really do look different...
22:24 jodaiber_ "that tv has access to the templates" you mean to the DS/TO?
22:52 Howard hello guys
22:52 Howard one short question
22:54 Howard According to specifications for future project some content need to be exported to csv. Mainly that will be some statistics that is stored in 2-3 different tables
22:55 Howard do I need to develop my own extension for that, or I can use some of existing ones?
23:01 tuxx_ hi guys..
23:02 tuxx_ im having some trouble with typo3
23:02 tuxx_ for some reason it doesnt let me upload files.. evnetho the permissions are all set
23:02 tuxx_ the error message is kept rather simple: "The upload has failed, no uploaded file found!"
23:02 tuxx_ is there some way i can get more information as to what is failing?
23:04 phil1 Howard: you can use the list view
23:05 phil1 just klick on the title with the + sign and a detail view will open with the option to download a csv
23:05 phil1 you can even choose your coulombs
23:05 phil1 tuxx: you may check php error log
23:06 ries jodaiber_: sorry for teh delay, but yes indeed
23:06 tuxx_ phil1: right. thanks
23:06 phil1 tuxx: you can also try to find the folder and temporary set it to 777
23:07 jodaiber_ hey ries, no worries... well, I copied the storage folder into the page with domainname2 and changed the standard storage folder there...
23:08 jodaiber_ ... still the same :/
23:08 Howard phil1: but what if I want this to be autometed from FE over "one click far link"
23:12 tuxx_ phil1: [07-Sep-2009 23:23:48] PHP Warning: Unknown: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/kunden/webs/hgn/hgnuernberg-de/:/tmp/) in Unknown on line 0
23:13 tuxx_ is that a literal path which he cant find
23:13 tuxx_ phil1: the vhost has this line : 521 php_admin_value open_basedir "/var/kunden/webs/hgn/hgnuernberg-de/:/tmp/"
23:14 tuxx_ sorry its not my server im helping out a friend.. i didnt set this up
23:14 tuxx_ is that ':' a mistake?
23:14 HardPhuck how do i add typo3temp to ignore list for SVN :)
23:14 tuxx_ or do i simply not understand the synta
23:14 tuxx_ x
23:14 phil1 it seems that this is not a valid patj
23:14 phil1 path
23:14 phil1 but I dont know either
23:15 phil1 but I never saw something like /:/ for a path
23:15 tuxx_ probably due to a stupid admin...
23:16 phil1 nope
23:16 phil1 check this one php_admin_value open_basedir
23:16 phil1 seems to be correct having a colon
23:16 tuxx_ phil1: oh :)
23:17 tuxx_ but what does it mean? :)
23:17 tuxx_ i need a tmp/ in the base dir? or what
23:17 tuxx_ i'll just create tmps all over and see if it helps :D
23:18 phil1 nope!!!
23:18 phil1 it means that both path are allow
23:18 phil1 meaning /var/kunden/...
23:18 tuxx_ ahhh
23:18 tuxx_ oh i see
23:18 phil1 and /tmp/
23:19 phil1 at least this is what I read
23:19 phil1 :D
23:20 tuxx_ phil1: weird because it shld be able to write to tmp
23:20 tuxx_ unless its chrooted or something maybe?
23:20 phil1 might be
23:21 tuxx_ good lord this is annoying
23:22 phil1 maybe this helps http://forum.webhostlist.de/forum/3-x-bug-reporting/75273-mir-fehlt-der-durchblick-warning-unknown-open_basedir-restriction-effect.html
23:22 tuxx_ it can be disabled globally it seems
23:23 phil1 yes with confixx for exampel
23:28 phil1 tuxx_: you can set it in apache conf (or virtual host) file....
23:29 tuxx_ i can set what?
23:29 tuxx_ phil1: http://forum.parallels.com/showthread.php?t=56022
23:29 tuxx_ this guy says it was disabled globally but enabled locally
23:29 tuxx_ or something
23:30 phil1 only paths within open_basedir can be used for php
23:30 tuxx_ so i can set the openbase dir in the php.ini to /var/kunden for example?
23:30 phil1 yes
23:30 tuxx_ oh ok ill try
23:31 phil1 but please do check you other files as they may override the global setting
23:31 phil1 just grep ist ^^
23:32 phil1 grep -R open_basedir *
23:32 m4rtijn heyho
23:33 m4rtijn I never needed this before.. but how can I display only the content without the standard html tags
23:33 phil1 what do you mean without standard htmltags?
23:34 phil1 without <html><head> </head> </html> ?
23:34 m4rtijn yeah
23:36 phil1 config.disableAllHeaderCode = 1 oder maybe even 2
23:36 tuxx_ phil1 i dont get it :( even if i set open_basedir=/ it still doesnt work
23:37 m4rtijn thanks phil1
23:38 phil1 :)
23:39 phil1 tuxx_: did you restart the server?
23:41 phil1 I mean the apache?
23:41 tuxx_ yea
23:41 tuxx_ phil1: if i comment the line from the vhost it works
23:41 tuxx_ phil1: i just shld not define the open_base in the vhost
23:41 tuxx_ phil1: but the problem is the vhost section is generated by syscp
23:41 tuxx_ it will reappear as soon as syscp rewrites the config
23:42 phil1 tuxx_: if this works for you :)
23:42 tuxx_ hm yea
23:42 tuxx_ ill figure it out thanks alot man
23:42 phil1 you are welcome
23:42 phil1 gn8 all
23:43 tuxx_ n8
23:43 schabracke xcuse me, somebody has tt_news im combination with pmk_slimbox? cause it doesnt work here
23:43 schabracke oh ...
23:43 schabracke n8 :)

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.