Search the website and IRC logs

#TYPO3 IRC log from : Friday 22 August 2008

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 31
08:44 chah hi@all
08:44 chah i have one big and some small Problems with typo3
08:44 chah maybee someone can help....
08:45 chah I use typo3-4.1.6
08:45 chah an it is not possible for me to show the content on my own template.
08:47 chah this is my typoscript http://paste.phlogi.net/-7598f0810c/
08:47 chah on other installations it works...
09:03 m4rtijn hi all
09:23 chah hi
09:27 m4rtijn HI chah
09:35 chah m4rtijn: maybe you can help me... http://paste.phlogi.net/-7598f0810c/ this is my typoscript, and i have no idea, why the content is not shown.
09:38 m4rtijn you dont need line 15
09:40 m4rtijn and.. did u insert the "include static" "css styled content"?
09:41 m4rtijn and.. you got one syntax error
09:41 m4rtijn marks.INHALT < styles.content.get
09:41 m4rtijn is wrong
09:41 m4rtijn ah, sorry it isnt wrong :)
09:41 m4rtijn its correct
09:43 m4rtijn but - page.typeNum = 0
09:43 m4rtijn is wrong
09:52 chah okay
09:54 chah why is page.typeNum = 0 wrong?
09:54 m4rtijn cause u have "seite" not "page"
09:54 chah oh... stupid idiot (but some lines above it is right or?
09:54 m4rtijn yep
09:55 chah but if i remove line 15 ( marks.INHALT = CONTENT ) typo3 doesn't replace the marker ###INHALT###
09:56 m4rtijn did u include "css styled content" ?
09:56 chah m4rtijn: where?
09:56 chah in my html-template?
09:56 m4rtijn no
09:57 m4rtijn template -> root site -> "Click here to edit whole template record" -> includes -> include static
09:58 chah oh
09:59 chah i was not activated
09:59 m4rtijn that was it then
09:59 m4rtijn clear all caches and try again
10:00 chah thanks again
10:00 chah it works - great i have content ;)
10:01 chah i think i use a really bad "workaround" for my menu (MENUErechts)...
10:03 chah my target is, to have a "second" menu on the right side which shows all menu-items from the second level. But this menu must not change if i select items from the first menu-level.
10:06 chah in my version i use an "invisible" GMENU for the first line with expALL = 1, but i thinks thats not really nice
10:07 m4rtijn hmm.. sec i have to read it a few times :)
10:08 m4rtijn yeah..
10:08 m4rtijn isnt entrylevel working ??
10:09 m4rtijn normally u use entrylevel = 1 .. or 2
10:09 m4rtijn to have only second lvl
10:09 swemark Hey
10:10 m4rtijn chah - try entryLevel = -1
10:10 m4rtijn hi swemark
10:10 m4rtijn If the value is < 0, entryLevel is chosen from "behind" in the rootLine. Thus "-1" is a menu with items from the outermost level, "-2" is the level before the outermost...
10:14 Horttcore Lo Everyone
10:15 Horttcore I would like to wrap a HMENU in an <ul> tag but only if there is any menu item
10:15 Horttcore how can I solve this problem?
10:15 Horttcore here is my TS
10:15 Horttcore marks.SUBMENU = HMENU
10:15 Horttcore marks.SUBMENU {
10:15 Horttcore entryLevel = 1
10:15 Horttcore 1 = TMENU
10:15 Horttcore 1.NO = 1
10:15 Horttcore 1.NO.linkWrap = <li>|</li>
10:15 Horttcore }
10:16 swemark uhm, try looking for IFSUB in the manual
10:16 swemark think thats it if im not mistaken
10:17 Horttcore can't find it in the TSRef :-F
10:17 swemark gimme a sec
10:17 Horttcore cool thx
10:18 swemark http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/2/
10:19 swemark why only wrap when sub exist?
10:21 Horttcore Cause I write a <h3>Menu</h3> over it
10:22 swemark oh
10:22 Horttcore any clue I how I should write the ts ?
10:23 Horttcore I'm new to typo3 and trying to learn it, but its hard with such a shit doc :-/
10:23 m4rtijn Horttcore - http://wiki.typo3.org/index.php/Main_Page
10:24 chah m4rtijn: if i use entryLevel = -1 there is no menu shown...
10:24 Horttcore thx m4rtijn
10:25 m4rtijn Horttcore - r u german?
10:25 Horttcore yea
10:25 chah me2 ;)
10:25 m4rtijn cause the english translation isnt quite done yet...
10:25 m4rtijn this might be helpfull
10:25 m4rtijn http://wiki.typo3.org/index.php/De:TSref/45MinutesTypoScript
10:25 swemark hehe i was just thinking of that one
10:26 m4rtijn its really helpfull to understand how TS works
10:26 swemark Answer: In mysterious ways
10:26 Horttcore I develope a lot of stuff for wordpress so I'm familiar with coding, but this TS looks just nonsense to me :-/
10:27 Horttcore but thx for the link
10:27 m4rtijn its not a programming language..
10:27 Horttcore yea
10:27 Horttcore a declaration language
10:27 m4rtijn its really easy.. and not at all mysterious ;) swemark
10:27 m4rtijn hehe
10:31 typorox hello
10:31 m4rtijn hi typorox
10:31 typorox i have a quick q
10:31 typorox i mapped my TV template
10:31 m4rtijn yikes.. TV
10:31 m4rtijn hehe
10:31 typorox some elements are mapped as TS
10:32 chah hm
10:32 typorox now i want to refer to some content elements with TS
10:32 m4rtijn chah - did u play around a bit with the entryLevel ?
10:32 typorox anyone knows how to do it
10:36 typorox shorter question would be, how to refer to some content element with TS
10:37 m4rtijn sounds like something you shouldnt do typorox
10:37 m4rtijn and.. i havent got a clue how
10:37 m4rtijn :)
10:37 chah yes i have played around... with -2 it is the first level... -3 and -1 don't show anything
10:38 m4rtijn Chah - did u try 1 or 2 /
10:38 m4rtijn ?
10:40 chah m4rtijn: yes. but with 1 or 2 i don't see the menue
10:40 m4rtijn strange..
10:41 swemark chah, i had the same issue a couple of weeks ago.
10:41 swemark i suggest you copy all the information in the setup and create a new root-template
10:41 chah swemark: have solved it?
10:41 swemark solved the issue for me
10:41 m4rtijn hm?
10:41 swemark yeah
10:41 m4rtijn sounds like a lucky shot swemark
10:41 swemark i was about as confused as ever
10:42 swemark i know TV has issues with "old" code not cleaned up
10:42 swemark but template ive never expirienced
10:42 m4rtijn chah - can u make a screenshot of your pagetree and upload it somewhere?
10:42 chah m4rtijn: yes i think so... one moment
10:42 swemark Paste your TS-code here: http://paste.phlogi.net/
10:44 chah http://paste.phlogi.net/-20220a6594/
10:45 m4rtijn thats the old TS though chah ..
10:45 m4rtijn ah.. it isnt.. but you forgot to remove line 7
10:45 chah no
10:45 m4rtijn :)
10:45 chah you haven't told me to remove line 7
10:45 m4rtijn well.. its useless
10:45 m4rtijn so u can
10:45 chah you you have
10:45 chah sry
10:45 m4rtijn :)
10:46 chah i removed it right now.
10:48 chah http://christian.schokokeks.org/tree.png here is my tree
10:50 m4rtijn chah - then I'd recommend u use special = directory
10:50 m4rtijn u want the 2nd lvl in a sepperate menu? right?
10:50 chah m4rtijn: yes
10:50 m4rtijn which is everything underneeth "Golfclub"
10:51 m4rtijn then just use:
10:51 m4rtijn marks.menu = HMENU
10:51 m4rtijn marks.menu {
10:51 m4rtijn special = directory
10:51 m4rtijn special.value = (pid of "golfclub" page)
10:52 m4rtijn erm.. sorry thats a bit wrong...
10:52 m4rtijn :)
10:52 m4rtijn just check the TSREF on special ..
10:52 m4rtijn directory
10:52 chah hm okay, but i think yoiu helped me a lot
10:55 chah is nit no nessesarry to use marks.menu.1 { }?
10:55 chah oh forgett my question
10:56 m4rtijn hehe
10:57 m4rtijn did u get my private message chah?
10:58 tofirius hi all
11:00 chah hm
11:05 swemark hey tofirius
11:05 tofirius what's going on?
11:06 m4rtijn tofirius - everything which has an on/off button ?
11:07 tofirius m4rtijn: right on... or should i say right off? :)
11:07 m4rtijn :)
11:08 swemark You just killed humour.
11:08 tofirius swemark: that's my specialty
11:09 swemark :)
11:09 tofirius the thing that i'm not good at is figuring out permissions on this freebsd shared host!
11:09 tofirius any ideas?
11:10 tofirius the gid was set to apache... but t3 wouldn't work...so i reset it to my uid on that shared host... but still, t3 doesn't work
11:11 m4rtijn safe mode - tofirius ?
11:11 tofirius i'm getting this: Cannot find configuration. This file is probably executed from the wrong location.
11:11 tofirius m4rtijn: i'll check
11:13 tofirius safe_mode=Off
11:13 m4rtijn hmmkay
11:13 tofirius http://ywamdalarna.se/t3/php_info.php
11:14 m4rtijn looks ok
11:14 tofirius ok
11:15 Horttcore m4rtijn: could u explain why this doesnt work?
11:15 Horttcore 1.IFSUB.wrap = <ul id="submenu"><li class="noliststyle"><h3>Menu</h3></li>|</ul>
11:15 tofirius i'm using the tar.gz pkg
11:15 Horttcore if found this in the wiki :-(
11:15 tofirius v 4.2.1
11:19 tofirius i used the wec_servercheck.php to make sure everything was ok...
11:19 tofirius but
11:19 tofirius as you can see
11:19 tofirius http://ywamdalarna.se/t3/wec_servercheck.php#
11:19 tofirius there are issues
11:20 m4rtijn Horttcore - paste the complete code somewhere..
11:20 tofirius i'm not totally sure how to correct these things... specifically writing write permissions
11:20 tofirius *specifically *changing* write permissions
11:21 m4rtijn tofirius - via ftp - chmod
11:21 tofirius m4rtijn: i'll check it out... thanks
11:23 m4rtijn normally just rightclick the folder in any ftp client
11:23 m4rtijn choose chmod and type 777
11:23 tofirius yeah...
11:24 tofirius i need to do that for every folder *and* file? or just folders?
11:26 m4rtijn only folders
11:26 tofirius ok
11:33 tofirius m4rtijn: is there any security issue with setting folders at 777?
11:33 m4rtijn nope
11:33 tofirius ok
11:33 m4rtijn only for localconf.php
11:33 m4rtijn I wouldnt give that 777 ;)
11:33 tofirius ok :)
11:33 XiXora i would if you asking for it tho
11:33 tofirius that should be 744?
11:34 m4rtijn 666 or 664
11:34 tofirius ok
11:34 m4rtijn as soon as your done installing extensions and configuring u can set it even lower
11:34 tofirius ok
11:35 tofirius so.... i made the mistake of running "apply recursively" for change permission to 777 on the typo3 folder.... any issue with those files with that level?
11:36 m4rtijn nah not rly
11:36 tofirius ok
11:40 tofirius so... the symlink typo3_src has 755... do i need to recreate that?
11:40 m4rtijn no
11:40 tofirius ok
11:41 m4rtijn for all new to installing typo3 this document is very very usefull:
11:41 m4rtijn http://typo3.org/fileadmin/security-team/typo3_security_cookbook_v-0.5.pdf
11:41 m4rtijn read carefully :)
11:42 tofirius thanks ;)
11:47 tofirius m4rtijn: ok i seem to be running at the moment... hopefully no more issues will arise...
11:47 tofirius thank you for your advice
11:47 m4rtijn yw tofirius
11:50 Horttcore lol m4rtijn es geht, sogar ohne IFSUB
11:50 m4rtijn english only - Horttcore ;)
11:51 Horttcore arf wrong window :P
11:51 davidbrunnthaler hiho.. i got 2 different extensions
11:52 davidbrunnthaler in extenstion 1 i have 3 different forms but all point to the second extension. there is only one hidden field different
11:52 ManDay Morning
11:52 m4rtijn hi
11:53 davidbrunnthaler in the second extension i want to get the value of that hidden field, but it always gives me the value of the first form in the first extension back
11:53 ManDay Tell me, using fileResource on a cObj, what can I use besides the "EXT:" prefix and how do those prefixes work?
11:53 davidbrunnthaler why is this happening?
11:54 davidbrunnthaler shouldn't just one form be submitted?
11:54 ManDay Furthermore, if make a cObj "plugin.######" what will fileResource( ) correspond to in terms of TS?
12:06 otu hi m4rtijn
12:06 otu real url still doesnt work
12:07 otu all the links point to pages that dont exist
12:13 s-andersen Any ideas on how I can use renderObj for all content elements, that's not a plugin (CType = list)?
12:23 Horttcore How can I check if there is any content in < styles.content.getRight
12:27 randomresult hi all
12:27 randomresult i have a problem with font-rendering in typo3
12:27 randomresult my german umlaute (öäü) are not shown
12:27 randomresult i imported a web from 4.1 to a 4.2 install... and now they are gone
12:28 randomresult only [] is shown
12:28 SimonSimCity lol :D
12:28 randomresult all other umlaute are shown
12:28 randomresult and in the backend they also work well...
12:28 randomresult but when using imagemagick nothing works
12:29 randomresult it seem, that the font dont know this chars... but in the other install it works
12:29 randomresult with the same font
12:29 randomresult any hints?
12:37 xsebi you set utf-8 force charset in installtool ?
12:37 randomresult yes
12:37 randomresult backend works well
12:38 xsebi same db fieldsize maybe
12:38 randomresult all other (normal text) works as well
12:38 randomresult ill look
12:42 randomresult is set to 1 (in old and new install
12:57 SimonSimCity do anybody know how to replace the "Page1 | Page2" in the Navigation into Images ?
12:57 SimonSimCity --> in the Extension TT-News
12:57 SimonSimCity LIST-View ...
13:05 HardPhuck could you set in realurl config that some array's word would be hidden in url?
13:10 m4rtijn HardPhuck - i like long urls
13:10 m4rtijn hehe
13:13 ManDay How else can I reference a file than using the EXT prefix?
13:13 ManDay Can someone point me to a documentation on that
13:13 ManDay (prefixing)
13:17 tofirius m4rtijn: i get this error now when i try to upload the .t3d file for importing... what permission do i need to modify? http://phpfi.com/346221
13:17 tofirius m4rtijn: again thanks
13:21 m4rtijn lemme check
13:21 tofirius thanks
13:21 HardPhuck ah, done the URL configuration
13:22 HardPhuck m4rtijn you're the one who likes long URLs right :D
13:22 m4rtijn yay
13:22 HardPhuck http://novi.ffa.uni-lj.si/
13:22 HardPhuck try those :)
13:22 m4rtijn hm?
13:22 m4rtijn which
13:23 HardPhuck news itema
13:23 HardPhuck items
13:23 m4rtijn ah, thats good
13:23 m4rtijn how did u do it?
13:23 HardPhuck realurl + aoe_realurlpath
13:24 m4rtijn good to know.. thx
13:25 HardPhuck np
13:25 m4rtijn tofirius - is fileadmin/_temp_ chmod 777 ?
13:25 tofirius i'll check again
13:25 m4rtijn tofirius - to make sure just recursively give /fileadmin/ 777
13:25 m4rtijn so all subfolders of fileadmin have 777 as well
13:26 tofirius my ftp shows that it's all 777 as i had set it
13:26 m4rtijn how big is your t3d file?
13:26 tofirius it's shows about 8kb
13:26 m4rtijn hmm
13:26 tofirius but i see in that error...
13:27 tofirius that it can't "move from /var/tmp/blahblah/"
13:27 tofirius so it's first uploading to a temp folder elsewhere on the server
13:27 tofirius right?
13:27 tofirius oh wait
13:27 tofirius i see the error
13:27 tofirius i had an old view in my ftp
13:27 tofirius sorr
13:27 tofirius y
13:27 m4rtijn np
13:28 tofirius ugh... this kind of server setup is rather frustrating
13:31 Philip25 hi there
13:32 m4rtijn hi
13:32 Philip25 My extension manager does not work properly, i can't update, import or delete extensions anymore
13:33 tofirius m4rtijn: ok... importing the .t3d resulted in a failure with this: Fatal error: Call to a member function admin_get_charsets() on a non-object
13:33 Philip25 i am only getting the left BE menu and a blank page where the extension description should be
13:33 tofirius m4rtijn: and now the BE is broken
13:35 m4rtijn Philip25 - which version of typo3 r u using?
13:35 Philip25 latest version of the typo3 website
13:36 m4rtijn which would be?
13:36 Philip25 the extension manager worked fine until i imported tt_news 2.2.42 via the TER
13:36 Philip25 after that i realized that there is already a 2.5.2 version of it
13:37 Philip25 and tried to update it which didn't work, after that i tried to delete it and to import it via the .t3x file
13:37 Philip25 nothing worked
13:37 xsebi you delete the temp files and the latest setting in locaconf
13:37 xsebi +can
13:38 xsebi to get it out again
13:38 m4rtijn tofirius - maybe u need to re-install.. im not sure never encountered such an error before...
13:38 Philip25 well, i am pretty new to typo3 :) can i delete it with the admin user in the BE?
13:38 tofirius m4rtijn: i just found this... http://bugs.typo3.org/view.php?id=8231
13:38 tofirius i'm upgrading from 4.1.5
13:38 tofirius not really upgrading
13:39 tofirius but taking the .t3d from 4.1.5 & trying to import it into a 4.2.1 installation
13:41 swemark Anyone know if i can change the default value of image columns?
13:43 ManDay Hello again. Is there a function, prefarably in of cObj or pi_base, which replaces all specificly expressed markers in a string (template) by according localized strings?
13:50 ManDay Please?
13:54 ManDay Ladies and Gents isnt that a basic question?
14:07 ManDay Ladies and Gents isnt that a basic question?
14:07 ManDay Hello again. Is there a function, prefarably in of cObj or pi_base, which replaces all specificly expressed markers in a string (template) by according localized strings?
14:15 ManDay Okay, what about this one:
14:16 ManDay What propery of $TSFE[ "fe_user" ] does contain the groups a user belongs to?
14:39 ManDay HELLOOOOOOOOOOOOOOOOOO?!
14:39 ManDay is ANYBODY arround here?!
14:40 randomresult i could cry
14:40 randomresult no umlaute are rendered
14:40 randomresult in imagemagick
14:41 Silence-R ManDay: Yes there is, just can't remember the name :/
14:42 Silence-R ManDay: My best bet would be to take a look in a small extension with a template
14:42 ManDay okay nevermind
14:42 ManDay i figured the lattter out
14:42 ManDay anyway, i still need to find out whether there is a function to replace certain markers in a template by localized versions.
14:46 randomresult ok... when i enter a öäüß into a tv-fce ... it is wrong in the db
14:46 randomresult can someone tell me why?
14:48 randomresult <value index="vDEF">Reportage von Köchen und Rezepten</value>
14:48 randomresult this is inseret in the xml part of the contentelement
14:48 ManDay man
14:48 ManDay i know
14:48 randomresult when i replace the Ä... with ö ... the image is not rendered
14:48 ManDay and it doesnt even work with &ouml;
14:48 ManDay :-)
14:48 randomresult but it works in antoher installation
14:49 ManDay btw im only seeing questions marks where you want chars to be
14:49 m4rtijn randomresult - either the font file doesnt support it - which is common
14:50 m4rtijn or.. I cant think of another reason :)
14:50 m4rtijn but thats normally it
14:50 ManDay i still need to find out whether there is a function to replace certain markers in a template by localized versions.
14:56 Recnelis Can anyone help out with my Tmenu - http://khalsa.dk/contact.html - As you can see the line underneath "Contact" is put after the lvl2 menu items.. I need this line to be directly under "Contact"
14:58 Recnelis http://www.phlogi.net/t3/tspastebin/ <- My TS
15:02 randomresult m4rtijn: exactly this font is working on the life system
15:04 randomresult m4rtijn: i sent u the urls private
15:04 randomresult then u can look that it is working
15:05 s-andersen ManDay: You need a function that replaces a marker, that is translated to different languages with the correct text?
15:13 s-andersen Recnelis: Your subitems are contained within the <li> of "contact", I'm not sure if that's valid, but it's surely the reason of the line beneath the subitems
15:19 Recnelis s-andersen: It's valid html.. but I'm a little unsure as what to change in my TS to make the line "come up"
15:20 s-andersen Recnelis: link to your TS then, but instead of wrapItemAndSub use linkWrap
15:23 Recnelis s-andersen: [15:08:05] <Recnelis> http://www.phlogi.net/t3/tspastebin/ <- My TS
15:24 s-andersen Recnelis: Have you tested that link yourself?
15:24 Recnelis Sorry :$
15:25 Recnelis Lemme just change to linkWrap.. then I'll post
15:26 Recnelis Ahh cool! - It works now, the line is up
15:26 Recnelis Thx s-andersen :)
15:26 Recnelis http://paste.phlogi.net/-689b9fa2ca/ <- Here's my TS though
15:26 Recnelis Something else I should change?
15:28 s-andersen Recnelis: It works as it is, so you don't HAVE to change anything, but I would do this though: http://paste.phlogi.net/-2bc1db343d/ as it takes up less space in your template
15:33 webworker did anybuddy ever found an extension which handles languages and workspaces preview in the frontend the right way (no tt_news does not)
15:44 ManDay Guys. please anyone any idea?
15:47 s-andersen ManDay: You need a function that replaces a marker, that is translated to different languages with the correct text?
15:50 ManDay yep, well im about to write one myself using regex but im requested to stick to typo3 provided functions as far as possible
15:51 s-andersen If I'm right an example is shown in the default kickstarter
15:52 ManDay i dont think so
15:54 s-andersen ManDay: $this->pi_getLL
15:54 s-andersen This should be done in main before the use of the function: $this->pi_loadLL();
16:13 Recnelis http://www.jubii.dk/ <- The top menu.. would that be a simple TMenu with a RO_bg image change or would something else be better suited? And of course optionsplit to get different colors ?
16:13 Recnelis Top menu = The tabs saying "Kommunikation" "Søg" and such..
16:17 swemark Phlogi, hello
16:17 Phlogi hello
16:20 swemark Recnelis, id say steal the javascript
16:21 swemark Phlogi, how are you this friday?
16:45 davidbrunnthaler mh if i disable the caching in an extension. and this extension is on every site. does that mean, that i disabled the caching for the whole page
16:51 Recnelis Thx swemark
16:52 Recnelis Anyone know how to change the default ":" in the page title? Like -> Yoursite.com: About us - I want to change the ":" to a ">"
16:53 Recnelis davidbrunnthaler: How have you disabled cache in the extension only?
16:53 Phlogi Recnelis: yes go to your root template and edit the title there
16:54 Phlogi or no wait, you can disable the complete page title and then create your own with a TS object
16:55 Phlogi config.noPageTitle = 1
16:55 Phlogi Recnelis: and then just create a title with headerData: page.headerData.10 = TEXT
16:57 davidbrunnthaler in the class.tx_ext_pi1.php: make sure there IS NO "var $pi_checkCHash = true;" and make sure ther IS "$this->pi_USER_INT_obj=1;"
16:57 Phlogi Recnelis: http://paste.phlogi.net/how_to_cre/
16:58 davidbrunnthaler and in ext_localconf.php change the last 1 in a zero just like i did it here: http://paste.phlogi.net/-fcddd6d704/
16:59 otu hi Phlogi!
17:00 Phlogi hi otu
17:00 otu i got the tt_news working but real_url wont work. all the links are broken
17:01 otu any ideas what could be wrong?
17:03 Phlogi otu: real_url works for everything else? You should paste your localconf with real url config for tt_news and explain "broken"
17:05 otu I installed the latest realurl 1.5.0 yesterday then i selected automatic configuration . I put the 3 lines of TS in the template pointing to the baseURL.
17:07 Phlogi otu: maybe you should do some manual configuration
17:08 otu thats what i am afraid of. should i still paste the real url section of the localconf.
17:08 otu any pointers to what manual configuration is needed?
17:08 Recnelis Phlogi: Genious! Works like a charm.. thank you :)
17:09 Phlogi Recnelis: np, you're welcome
17:09 Recnelis davidbrunnthaler: Thx for the info regarding the cache
17:09 davidbrunnthaler np. you're welcome :)
17:09 Phlogi otu: read the reaulurl manual... maybe tt_news even does not support automatic realurl config... as far as I understand the whole thing
17:10 Phlogi davidbrunnthaler: gg
17:10 davidbrunnthaler mh a site is either cached or not. am i right there?
17:11 otu i havent even got as far as the tt_news. the nav menu links have all changed to the page title but when i click on them i get " page not found"
17:15 Phlogi otu: try a manual configuration
17:15 Phlogi otu: did you setup .htaccess?
17:15 otu yes
18:17 Recnelis What do u guys use as search engines on ur sites?
18:40 Amr0d hello
18:49 Amr0d my extension manager is unable to delete, import or update extensions via the TER neither via t3x file, i just get a blank page where the description should be and the normal left menu of my BE on the left side
18:50 Amr0d i am not even getting an error which would help me more than nothing :)
20:00 Amr0d is it normal that some folders still remain when i try to delete my typo3 installation? i am getting error 550 permission denied
20:58 Phlogi Amr0d: how are you deleting?
21:04 Amr0d the folders which were created by typo3 and files also had owner rights on nobody
21:04 Amr0d which is not good for my ftp user
21:05 Amr0d i set the rights back to root and deleted the folders and now i am trying to reinstall typo3
21:05 Amr0d hopefully my extension manager works this time
21:06 Amr0d i need to learn this typo3 things quick
21:18 Amr0d The Reference Index table is empty which is likely the result of a recent TYPO3 upgrade. Please go to Tools>DB Check and update the reference index.
21:18 Amr0d i did that but the error still remains
21:20 Amr0d even after a reinstall of typo3 my ext. manager doesn't work. i am a bit disappointed now ^^
21:35 Recnelis If I want to make a simple link which consists of a image and some text via TS.. can anyone guide me to a example?
21:36 Amr0d i think you need to wait a bit since everyone here seems to be afk ^^
21:38 Fab1an-- Recnelis search the TSref for IMAGE, TEXT and typolink
21:45 Recnelis Fab1an--: I got them down.. it's the combination part I'm unsure of ;)
21:46 Recnelis I know I've gotta make a "10, 20, 30" where 10 might be the text, 20 the image and 30 should be putting them together...
21:47 Amr0d sorry if i disturb you conversation but is there a german typo3 channel somewhere?
21:49 Recnelis Nope... not that I know of.. what's ur problem?
21:50 Amr0d my extension manager doesn't import, update or delete extensions. I am getting a blank site where the description of the extension should be or another message of successfull importing a ext.
21:50 Recnelis Is php error reporting turned on?
21:50 Amr0d after that i reinstalled typo3 and now i still have the ext. problem plus the following: The Reference Index table is empty which is likely the result of a recent TYPO3 upgrade. Please go to Tools>DB Check and update the reference index.
21:51 Amr0d i don't know
21:51 Recnelis When you say reinstalled, what do u mean?
21:51 Recnelis Have u made a fresh install including the db or?
21:51 Amr0d deleted db and every single folder on my ftp
21:51 Amr0d uploaded typo3 again and created new db
21:51 Amr0d including the new db user
21:52 Amr0d i am pretty new to typo3 and have no clues since there is not even an error
22:51 Recnelis Amr0d: Pretty sure it's got something to do with permissions
22:51 Recnelis Or ur webhost
22:51 Recnelis Do u set all the permissions correctly and get typo installed?
22:52 Recnelis Like log into backend and everything okay?
22:53 Amr0d yup except the extension thing
22:53 Amr0d and after the reinstall i got this new error
22:53 Amr0d and when i do the db check the message remains
22:53 Recnelis Which new error?
22:54 Amr0d The Reference Index table is empty which is likely the result of a recent TYPO3 upgrade. Please go to Tools>DB Check and update the reference index.
22:54 Amr0d i have done the db check and updated that thing
22:54 Amr0d but the error remains
22:56 Recnelis the error with the extension manager?
22:56 Amr0d no the error occurs when i login to the backend
22:56 Amr0d i can make a screenshot if you want
23:00 Amr0d http://www.philipp-offenbach.de/images/ext.png
23:00 Amr0d this is a screen of what the ext. manager does when i click the import button for a extension
23:01 Amr0d this happens also when i try to delete or update an extension
23:01 Amr0d http://www.philipp-offenbach.de/images/error.png
23:01 Amr0d this is a screenshot of the error i get

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.