Search the website and IRC logs

#TYPO3 IRC log from : Saturday 19 July 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
00:05 StortKanda Hello folks
00:06 StortKanda I'm sorry to disturb you but I just downloaded typo3 and I had some trouble with the installation, can someone help me ?
00:07 snoy_ms whats the problem ?
00:08 StortKanda Well I think I found the problem but when I go to step 2 I've go this msg : Warning: mysql_list_dbs() [function.mysql-list-dbs]: Unable to save MySQL query result in /home.9/k/a/n/kandades/www/t3lib/class.t3lib_db.php on line 968
00:09 StortKanda but I think it's because the folder doesn't have the write permission :)
00:09 snoy_ms could be
00:09 snoy_ms your working with mysql ?
00:10 StortKanda yep
00:11 StortKanda hum no it's not the write permission, in fact I receive 3 messages
00:11 StortKanda Warning: mysql_list_dbs() [function.mysql-list-dbs]: Unable to save MySQL query result in /home.9/k/a/n/kandades/www/t3lib/class.t3lib_db.php on line 968
00:12 snoy_ms i never worked with the 1-2-3 wizard.....but...
00:12 StortKanda Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home.9/k/a/n/kandades/www/t3lib/class.t3lib_db.php on line 969
00:12 StortKanda Warning: Cannot modify header information - headers already sent by (output started at /home.9/k/a/n/kandades/www/t3lib/class.t3lib_db.php:968) in /home.9/k/a/n/kandades/www/typo3/sysext/install/mod/class.tx_install.php on line 4898
00:13 chefan i am not sure, but that might be a bug with the recent typo3 version. are you using 4.2.x?
00:13 snoy_ms headers already sent ? wow please refresh your browser or clean you cache...
00:13 chefan google spat up about 84000 results on that last time i checked, so it's not unpopular ;)
00:14 snoy_ms and try it a second time after you clean up you cache and refresh the wizard...
00:15 StortKanda ok 'll try right now
00:16 snoy_ms its only an idea, but sometimes it could be the problem.
00:16 StortKanda ... nothing change ...
00:16 snoy_ms Mhh
00:16 conic guys i go crazy.....
00:17 conic how can i give rights to a backend user for special sites?
00:17 conic i just created a backend user and alleowed him some modules
00:17 conic +
00:17 conic but he can't see any site
00:18 conic so the modules are worthless
00:18 conic he just can't see any pages
00:18 conic grrrrrrrrr......
00:18 snoy_ms StortKanda: For a normal typo3 install you can use the standart install tool, too. Its very easy. Please try it. You only have to use the 2:Database Analyser
00:19 StortKanda ok thx
00:20 conic grrr he doesn't see anything... where can i give hi rights over special pages?
00:20 snoy_ms conic: Please work with user groups. You have two options....
00:21 conic can i create backend usergroups?
00:21 snoy_ms conic: its typo3, yeah ;-)
00:21 conic er....
00:21 conic ok then i'm really stupid
00:22 conic because this was what i thought first
00:22 conic but i didn't find the option to create usergroups for backend users... only for FE users...
00:23 snoy_ms conic: But don't forget both options: One is the normal user/group config and the other one is access to special sites, oder folders
00:23 conic ok then just tell me where i can create backen usergroups and i'm happy ;)
00:24 snoy_ms conic: Must change my typo3 to english, one second..lol
00:24 conic you can also tell me in german ;)
00:24 snoy_ms conic: Whats you typo3 language ?
00:24 conic german
00:25 conic but you can tell me in english as well if u want
00:26 snoy_ms conic: Seite -> Root Seite auswählen (Weltkugel) -> Rechte Maustaste -> neu -> voila "Backend Benutzergruppe"
00:26 conic thx ;)
00:26 conic one moment, i'll search for it
00:27 conic omg you are my hero this night ;)
00:27 snoy_ms lol
00:28 conic i would have never found this, NEVER!
00:28 conic I don't think i ever used the root site sometime....
00:28 conic ok, i'm helped i think, goodnight so far........ problem solved ;)
01:01 snoy_ms ahhhrg my irc client fu****s up
10:04 swemark Morning
10:05 swemark i have a silly problem, freshly installed typo3 4.2.1
10:05 swemark and i cant get a simple lib.blabla = TEXT lib.blabla.value=test to work
10:07 swemark Note to self: always make sure you save the TO after updating it.
10:08 swemark never mind then
10:08 swemark no good idea to get up at 9 on a saturday
11:01 davidbrunnthaler which one of the be-user-password reset extension would be your choice?
12:53 Dreadnaught hi there =) i have a typo3 problem. i created a login box (page id 27), a sys folder containing a user and a group. the user is member of the group. the login box forwars to page 62. page 62 can only be accessed by members of this group. after login, im on page 62, but the login box still occurs. so i added a content element shown when logged off, it always appears. so the login doesnt work. why not?
12:54 Dreadnaught the sys folder is one level below the login box, may this cause this behavior?
13:20 Almir0 hi all, can someone help me with a simple css menu in typo3?
13:22 Almir0 <td id="menu"><!-- ###menu### begin --><ul class="menu red">
13:22 Almir0 <li class="current"><a href="#" target="_self">Press</a></li>
13:22 Almir0 <li><a href="#" target="_self">GME</a></li>
13:22 Almir0 <li><a href="#" target="_self">DA GRIOT</a></li>
13:22 Almir0 <li><a href="#" target="_self">A-DE Produktion</a></li>
13:22 Almir0 <li><a href="#" target="_self">Media</a></li>
13:22 Almir0 <li><a href="#" target="_self">Store</a></li>
13:22 Almir0 </ul><!-- ###menu### end --></td>
13:23 Almir0 That was my html code
13:23 Dreadnaught Paste your TS at: http://phpfi.com/
13:23 Almir0 subparts.menu < temp.menu
13:23 Almir0 temp.menu = HMENU
13:23 Almir0 # Första nivå meny-objekt, textad
13:23 Almir0 temp.menu.1 = TMENU
13:23 Almir0 temp.menu.1 {
13:23 Almir0 # Normal
13:23 Almir0 NO.allWrap = <li> | </li>
13:23 Almir0 NO.stdWrap.htmlSpecialChars = 1
13:23 Almir0 # Aktiv knapp på första nivån
13:23 Almir0 ACT = 1
13:23 Almir0 ACT.stdWrap.htmlSpecialChars = 1
13:23 Almir0 ACT.allWrap = <li class="current"> | </li>
13:23 Dreadnaught Almir0, Paste your TS at: http://phpfi.com/
13:23 Almir0 }
13:23 Almir0 and my TS
13:23 Almir0 and it wont work... any ideas?
13:23 snoy_ms Almir0: Please use a Paste service !!!
13:24 snoy_ms http://dpaste.com/ or phpfi.com
13:25 Almir0 sorry...
13:25 Almir0 http://dpaste.com/66041/
13:25 Almir0 thats my code
13:26 Almir0 I'm new here so I missed rules, sorry one again
13:26 Dreadnaught read the topic =)
13:26 Dreadnaught snoy_ms, perhaps you can solve my problem too ;-)
13:26 Dreadnaught hi there =) i have a typo3 problem. i created a login box (page id 27), a sys folder containing a user and a group. the user is member of the group. the login box forwars to page 62. page 62 can only be accessed by members of this group. after login, im on page 62, but the login box still occurs. so i added a content element shown when logged off, it always appears. so the login doesnt work. why not?
13:26 Dreadnaught the sys folder is one level below the login box, may this cause this behavior?
13:31 snoy_ms just a second..
13:35 snoy_ms Almir0: What was the problem? The last thing i can see is your code...
13:39 Almir0 snoy_ms: problem is that the menu is still not dynamic in typo3
13:43 Almir0 I want to make a dynamic menu from my html template
13:44 snoy_ms Almir0: Your new to typo3?
13:44 Almir0 quite new, I made som typo3 pages but I'm always having problems with menus :)
13:45 snoy_ms Almir0: ok ;-) is this site online ?
13:45 Almir0 not now but I can make it online in few sec.
13:46 snoy_ms Almir0: would be great
13:46 Almir0 http://www.greatmindsent.com/
13:46 Almir0 thats the menu, right now it's static
13:46 snoy_ms Almir0: ok, i see
13:47 snoy_ms Almir0: just a second
13:47 Almir0 thanks
13:48 Almir0 snoy_ms: here is my complete TS code: http://dpaste.com/66044/
13:50 snoy_ms Almir0: you use the default way of templatig ? No extension ?
13:50 Almir0 thats right...
13:50 snoy_ms Almir0: ok
13:51 snoy_ms Almir0: just a second ;-)
13:58 snoy_ms Almir0: And if you use marks like this ? http://dpaste.com/66047/
13:58 snoy_ms Almir0: please save you old ts before you test this...
13:59 Almir0 snoy_ms: not working :(
14:00 snoy_ms Almir0: nothing ?
14:00 Almir0 snoy_ms: you can see the results at www.greatmindsent.com directly
14:01 snoy_ms Almir0: i take a look
14:01 dokma it's not subparts.MENU it's subparts.menu
14:02 dokma Almir0: ^^^^^^^^^^^^^^^^^^^
14:02 snoy_ms Almir0: yep
14:02 Almir0 dokma: I already tried lower and upper case
14:03 dokma did you try to add wrap = <ul> | </ul>
14:03 dokma I think that one must be defined
14:03 dokma but not sure
14:03 dokma Almir0: and you should use automaketemplate
14:03 snoy_ms Almir0: or templa voila ;-)
14:04 snoy_ms Almir0: but lets fix your problem
14:04 Almir0 i tried with automaketemplate but I can't make it work
14:04 dokma I think it would be faster if you just gave us be login so we can check it out ourselves
14:04 dokma you've nothing to lose anyway
14:05 Almir0 sorry but giving out a login here wouldn't be so smart :(
14:05 dokma pm ?
14:05 Almir0 pm may work
14:05 dokma well then by all means
14:05 dokma let us play
14:05 snoy_ms Almir0: please chage your template marks to upper case
14:06 snoy_ms Almir0: its a better style to code, and i want to be sure that this isn't the reason
14:06 snoy_ms Almir0: Every time you change your ts, clean up your fe-cache !
14:07 Almir0 dokma och snoy_ms... I have the login if you want to try
14:08 Awillys .
14:08 dokma it'd be smart to give it to only one of us first
14:08 dokma cause if we all try at the same time
14:08 dokma it will turn into a mess
14:08 Almir0 who want to try first?
14:08 snoy_ms only via pm !!
14:09 snoy_ms its your tunr ;-)
14:09 snoy_ms turn
14:09 snoy_ms ok i have it
14:10 Almir0 good luck :)
14:10 Almir0 I have automaketemplate extension installed, and I have some TS code that I tried if you want to make it that way
14:30 christian__ hi there
14:31 davidbrunnthaler i have troubles with wizard_add.php in my own extension? if i add a new dataset, most of my old datas are renamed..
14:31 davidbrunnthaler does someone know what i can do?
14:31 christian__ i updated the locallang.xml of an extension. can it be possible that the extension doesnt recognize these changes?
14:31 davidbrunnthaler normally not
14:31 davidbrunnthaler maybe you edited the wrong language
14:32 christian__ i am pretty sure i didnt
14:32 davidbrunnthaler what does it show the old entries?
14:33 christian__ yes, the old ones
14:33 davidbrunnthaler is it a selfmade extension?
14:33 christian__ no its newloginbox
14:33 davidbrunnthaler maybe clearing the cache will help
14:33 Awillys hi there
14:33 christian__ nothing fancy
14:34 christian__ i did this already
14:34 Awillys anyone using a newsletter extension?
14:34 davidbrunnthaler mh strange
14:41 dokma christian__: I've seen newloginbox pulling it's labels from ext/l10n/blah
14:41 dokma so check that folder out too
14:42 christian__ ah, thanks for the hint
14:43 dokma actually that is typo3conf/l10n/
14:43 christian__ dokma: thank you dokma. it finally worked
14:51 dokma where did you find it?
14:59 Awillys tt_news question: is it possible to set by TS the singlepid where news of a specific category should be shown?
17:19 Provito hmm this seems like an obvious thing, but has anyone created or know a plugin where you can have a not in menu page called for example "Promotion Content" and the page in question will then look at the current level and recursively check the parents until a page is found on the same level
17:19 Provito so a user could have a right column promotion content and have a general version and overrule when needed, this would save using referenced records
17:20 Provito I've already started to create it but it would save me a bit of time if it already exists
17:20 Provito the full list on typo3.org is timing out
18:05 Awillys hi there
18:06 Awillys can anyone explain the difference between the usual wrap and wrap3?
18:30 Dreadnaught hi :) i have a problem with a login box. it is on page A. user loggs in and is redirected to site B. on the same level of A is a sys folder containing a valid user and a group containing the user. access to B is only allowed for the group. but on A i cant login successfully. username + pass are not accepted i think. i just get the same page again.
18:52 Dreadnaught problem solved, constant of template had to be set > link to sys folder which contains the users
20:13 randomresult hi there...
20:14 randomresult i have a problem: i deleted everything in my database... then i went into the install tool... and checked "update required tables" in the database-section... now everything is fine... but im not able to search extensions in the extension manager no more...
20:14 randomresult aim was to clean up my installation
20:14 randomresult anyone knows how i can find extensions again?
20:15 randomresult i mean... im not able to import extensions ... cause when i search them in the import-section... nothing is found...
20:17 randomresult even if i do not enter anything in the search field... nothing appears...
20:29 randomresult ahhrg... what to do?
20:37 ries2 randomresult: download the new extension list
20:37 randomresult i did
20:37 randomresult retrieve update...
20:37 ries2 delete the extensions list from typo3temp..
20:37 randomresult ahhh... ok..
20:38 randomresult you are the man!!!
20:39 randomresult thanx man
20:46 ries2 I know...typo3 is odd :D
20:46 randomresult hrmpf... now i get an error when i try to make a new page..
20:46 randomresult some staticinfo stuff...
20:46 randomresult im using 4.2 now with tv
20:47 randomresult Fatal error: Cannot re-assign $this in /html/typo3conf/ext/static_info_tables/class.tx_staticinfotables_syslanguage.php on line 41
20:47 randomresult ok... will catch some food now...
20:47 randomresult later hopefully everythng will be better :)
20:54 isolysis anyone know of a tag cloud extension for typo3 which I can enter the keywords and their links manually?
22:08 Provito randomresult, upgrade your static_info_extensions to the latest version, clear the cache files manually in typo3conf and you should be fine
22:09 Provito Sorry typo, upgrade static_info_tables sorry

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.