Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 9 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:27 migrosch hello everyone. i'm new to typo3 and have some questions
00:29 migrosch i'm trying to setup articles which are categorized and should refer to authors (not be users). is there a way to categorize pages/articles and is there a way to create pages for authors with links to all their articles?
00:30 migrosch hello?
00:32 migrosch is there anyone out there who can point me in the right direction?
00:32 rodi_ hi migrosch: you could use the author field of the pages record and have a typoscript CONTENT element to select all pages for a certain author (which is usually a be user) additionally you could extend the pages records with a category field
00:37 migrosch than you rodi_. is there any resource out there that explains how to implement a category field?
00:37 migrosch thank
00:59 Titi hello there, has somebody experience with all the content in the FE generated with an AJAX? Thanks
01:32 jananne` How can i disable the 'Image caption' in typo3?
01:33 jananne` In tools / configuration i see this: $TCA['tt_content']['columns']['imagecaption'] = '';, but i can't remove it.
04:38 Titi Hey guys is some one there?
05:21 jsfan hello #typo3 :D
09:10 Recnelis Anyone got a smart way of checking their radiobuttons via php in ur extension?
09:11 just2b check the get/post array
09:11 swemark Good morgnin
09:12 swemark Anyone have a reference with all the language-codes?
09:12 just2b which codes?
09:12 just2b iso ?
09:12 swemark yes
09:13 swemark Having quite a bit of problem getting the translations for slovak to work
09:13 just2b static_info_tables or in wikipedia
09:15 swemark Everything seems fine, just that the translations wont shoe
09:15 swemark show*
09:18 just2b you mean the locales?
09:19 FloLeBlanc hi all
09:19 swemark just2b: no i cant get the translation to show on the plugin
09:19 swemark aswell as in the frontend
09:19 swemark its just for slovak though
09:20 just2b conditzion
09:33 s-andersen Has anyone another here experienced mod_php5 taking up 100MB of RAM pr. apache proces?
09:46 HardPhuck_ Error: The extension MD5 sum could not be fetched from extensions.md5. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.
09:46 HardPhuck_ here are 3 reasons why my extension manager does not work
09:47 HardPhuck_ but i have solved all of them
09:47 HardPhuck_ and still it doesn't fetch external stuff
10:14 m4rtijn hi all
10:15 swemark Hey
10:31 maholtz|WORK good morning:)
10:31 m4rtijn mornink maholtz|WORK
10:32 snoy_ms ;-)
10:34 Recnelis Hey guys, do any of u know how to make the newlogin box appear on all pages?
10:34 Recnelis I've mapped the place via tv..
10:35 HardPhuck Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /Users/<removed>/domains/optiss.si/public_html/play/t3lib/class.t3lib_db.php on line 808
10:35 HardPhuck Warning: Cannot modify header information - headers already sent by (output started at /Users/<removed>/domains/optiss.si/public_html/play/t3lib/class.t3lib_db.php:808) in /Users/<removed>/domains/optiss.si/public_html/play/typo3/template.php on line 632
10:35 HardPhuck what does this mean?
10:36 maholtz|WORK there is an script which outputs some content. usually an linebreak or an whitespace
10:36 maholtz|WORK which is executed before send_headers
10:36 m4rtijn it probably means u forgot to install some extension
10:36 maholtz|WORK so there is normal html output send to the browser before send_headers
10:36 HardPhuck i get this when installing an extension
10:37 m4rtijn depends on what u did before.. I had this when I moved a page
10:38 maholtz|WORK which extension?
10:38 HardPhuck jk_poll
10:38 maholtz|WORK so, check all php-Files if there is an whitespace or linebreak before <?php or after ?>
10:38 maholtz|WORK delete them and send the author an patch
10:38 HardPhuck m4rtjin in fact i have a new installation of Typo3
10:39 HardPhuck ok, my next problem :)
10:40 HardPhuck Error: The extension MD5 sum could not be fetched from extensions.md5. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.
10:40 HardPhuck i get this when i try to fetch extensions from ext manager
10:40 HardPhuck allow_url_fopen is ON
10:40 HardPhuck curl is installed, tested and is working
10:41 Denyerec Silly question, but did you clear all caches?
10:41 HardPhuck the server is a production one and is hosting several webpages, so no network problems
10:41 Denyerec and is cURL installed on the server
10:41 HardPhuck Deny yes I gave
10:41 HardPhuck yes
10:41 Denyerec hmm
10:42 Denyerec is "choose a random extension server" set?
10:43 HardPhuck yeah, but the strange thing is that mirror list is mepty
10:43 HardPhuck empty
10:43 HardPhuck The mirror list was not updated, it could not be fetched from http://repositories.typo3.org/mirrors.xml.gz.
10:43 s-andersen HardPhuck: Seems like it can't connect to mirror list, is PHP able to handle gzip?
10:44 HardPhuck HTTP_ACCEPT_ENCODING gzip,deflate
10:44 HardPhuck so yes, it can
10:45 HardPhuck my typo3 obviously can't connect to anything outside
10:45 s-andersen HardPhuck: Have you tried to wget from shell and see if it works?
10:46 HardPhuck yes, it works
10:46 HardPhuck curl also
10:46 s-andersen HardPhuck: Do you have a phpinfo(); file I can see?
10:46 HardPhuck sure, wait
10:48 HardPhuck http://optiss.si/phpinfo.php
10:48 HardPhuck here
10:53 m4rtijn did anyone ever made smoothgallery with external thumbs??
10:53 m4rtijn there is quite some info on just2bs page.. but I stumble on something..
10:54 dacat hello, some stupid question. how can i get the path to the upload dir of an extension?
10:55 s-andersen HardPhuck: Seems to me that the setup is okay, when I had that issue it was because it couldn't read mirror list because of the compressed format
10:55 dacat in an extension
11:06 smeringe dacat: afaik, normaly they reside in PATH_site . 'uploads' . $extKey unless they are explicitly set with a TS setting
11:08 Recnelis I'm going crazy here.. none of my users can log in with fe_login :s
11:08 Recnelis I just keeps saying that there's a problem with the password
11:10 s-andersen Recnelis: Have you specified the folder where the users are?
11:11 HardPhuck s-andersen so i'm back on the begining :D
11:11 m4rtijn anyone know if config.typolinkCheckRootline = 1 works in 4.1.7 and maybe knows what it does? :p
11:11 HardPhuck the thing is i've tried 4.1.7 and has the same problem
11:12 s-andersen HardPhuck: If I were you I would locate the If () {} else, that outputs that error message and find out which function doesn't work and try it out outside of TYPO3
11:12 Recnelis s-andersen: Indeed I have
11:13 s-andersen HardPhuck: Maybe you should try to disable allow_url_open and see what happens when you only have cURL?
11:14 HardPhuck ah, i can't disable that i'm not the server admin
11:14 HardPhuck well, i'll look into it
11:15 s-andersen HardPhuck: couldn't you disable it with htaccess?
11:15 HardPhuck hm :)
11:15 HardPhuck i have never done that before
11:17 Recnelis The password is correct.. just compared it with the md5 hash in the db :/
11:17 s-andersen put: php_flag allow_url_fopen off in htaccess
11:19 HardPhuck just like that?
11:20 s-andersen yes HardPhuck
11:20 HardPhuck ok wait :)
11:25 HardPhuck tried that
11:25 HardPhuck same problem
11:26 s-andersen and have you checked that the php_flag had an effect?
11:27 HardPhuck well i modified the .htaccess saved it, cleared cache, deleted the typo3temp and tried again with no luck
11:27 s-andersen well check that your phpinfo(); has changed to allow_url_fopen off
11:31 HardPhuck so that means that phpinfo.php and .htaccess have to be in the sam folder
11:34 s-andersen yes
11:35 s-andersen or phpinfo.php in a subfolder to the one with .htaccess
11:38 HardPhuck that
11:38 HardPhuck 'that's strange
11:38 HardPhuck allow_url_fopen is still on
11:39 s-andersen well the administrator might have restricted your use of php_flags
11:42 HardPhuck that is possible but i doubt he will change that
11:44 s-andersen Try going to source and force it to use curl and see what happens
11:45 HardPhuck ok, i'll try later gotta go now, thank you for your help
12:45 s-andersen Is anyone here running mod_php5 version 5.2.6 with apache 2.2 and has shell access?
12:54 voidus s-andersen: 5.2.4 for me..
12:58 s-andersen if you run the "top" command, how much RAM does it say for each of your apache processes?
13:05 mikhas greetz smeringe :)
13:05 smeringe mikhas: hola bandola
13:06 smeringe mikhas: all well? no vacations?
13:06 mikhas smeringe: just came back from mine, 3 weeks. hasn't it been lonely in #typo3 without me? ;)
13:07 smeringe ahh.. that's right. remember now :) well.. I've been away from irc most of that time ;)
13:17 princeshahnawaza hello
13:17 princeshahnawaza anyboby is here for help me
13:18 tcsoft e
13:18 princeshahnawaza plz let me know if anybody wants to help me
13:18 ghofmann Hi, what's your problem?
13:19 princeshahnawaza I moved my typo3 install to a new server and now I get a 500 Internal error. Basically, I backuped my DB and then uploaded it in the new server and I moved all my public_html.
13:20 ghofmann can you look into /var/log/apache ?
13:21 princeshahnawaza but there are few folder inside new server which are following --- cgi-bin, data, errors, html, logs
13:21 ghofmann logs and errors sounds promising. I suppose you have a LAMP server somewhere else?
13:23 ghofmann ... I meant LAMP server *hosted* somewhere else...
13:24 mikhas smeringe: ;) how about you then?
13:24 tcsoft princeshahnawaza: place your files into the html-folder
13:25 princeshahnawaza yap, we are using WAMP server
13:25 princeshahnawaza i have already placed my all flies into the html folder
13:26 princeshahnawaza but still getting an error message
13:26 ghofmann Maybe first of all try a very simple .php script like this http://www.htmlite.com/php003.php to check if your server is capable of running PHP at all
13:26 ghofmann Is it *your own* server or is it hosted somewhere?
13:27 princeshahnawaza hosted server
13:30 princeshahnawaza plz just try to take a look on this following link --- http://www.grupintegral.com.es/
13:33 ghofmann prince...:opened the page one minute ago and got the "...500" error message. What shows up in your log file(s). Is there an error_log file in the logs or in the errors directory?
13:35 ghofmann Are you sure your hosted server is WAMP / Windows and not LAMP / Linux?
13:36 princeshahnawaza there are two directories called errors and logs. but............
13:37 princeshahnawaza yap, i´m sure about it u can also take a look on this link -- http://www.grupintegral.com.es/info.php
13:37 s-andersen voidus: if you run the "top" command, how much RAM does it say for each of your apache processes?
13:42 princeshahnawaza i also want to inform you that i can also able to access to the typo3 directory http://www.grupintegral.com.es/typo3/index.php
13:43 voidus s-andersen: from 13 to 360 KiB
13:43 princeshahnawaza but only getting a problem when i try to open http://www.grupintegral.com.es/index.php
13:44 s-andersen voidus: http://phpfi.com/330506 my apache processes has 175M in SIZE and I don't know why
13:45 ghofmann prince: your info.php shows it is Linux and not Windows
13:46 voidus s-andersen: uploaded files?.. dunno
13:46 princeshahnawaza i´m waiting to reply
13:47 pulponair hi there
13:47 ghofmann prince: you said you have moved your TYPO3 to another server. Maybe you'd just have to run a dos2unix or a proper chmod over your .php files?
13:49 s-andersen voidus: I have know idea what is causing this high size, other than mod_php5 adds 100MB to each process, but even if I spawn 50 of these processes it still doesn't go to swap for more memory, so I don't quite know what that "SIZE" is
13:50 ghofmann prince: another idea: (re-)run http://www.grupintegral.com.es/typo3/install/index.php to have file permissions checked.
13:51 s-andersen And to add to the mystery this server is not in use yet
13:52 princeshahnawaza ghofmann, ok,
14:08 ghofmann I'm searching for a fast and convenient way to frequently refresh my testing system (own PC, WAMP) from the productive system (hosted machine, LAMP). In the TER, I find quite a lot of "sync" extensions. Can anybody recommend one of them?
14:08 princeshahnawaza thanks ghofmann, it really works
14:10 ghofmann Nice to hear you succeeded!
14:21 mosez grrr... swfobject sucks :(
14:21 just2b really?
14:21 HardPhuck s-andersen
14:21 HardPhuck still here?
14:22 mosez i'm using rb_flashobject, and it is incompatible with ir7
14:22 HardPhuck ah shit :D
14:25 HardPhuck i have allow_url_fopen on
14:25 HardPhuck but yet i cannot use the fopen in php
14:25 HardPhuck $open=fopen("http://wwww.som-site.com/license.txt", "r");
14:25 HardPhuck and i get error
14:26 HardPhuck that's why i cant get extensions from extension manager
14:26 just2b use curl
14:26 HardPhuck i have curl enabled in install tool
14:26 HardPhuck but still i get errors
14:26 HardPhuck Error: The extension MD5 sum could not be fetched from extensions.md5. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.
14:28 HardPhuck and the mirror list is empty
14:28 HardPhuck and i can't fetch translations
14:33 tcsoft HardPhuck: is your ext-dir writeable to the apache-process. sure, that allow_url_fopen is set to on? check it by showing the phpinfo within the install-tool
14:35 HardPhuck allow_url_fopen On On
14:35 HardPhuck in phpinfo of install tool
14:36 HardPhuck and yes, ext dir is writable to apache
14:36 tcsoft then maybe
14:37 tcsoft your server is not allowe
14:37 tcsoft d
14:37 tcsoft to establish connections to the internet
14:37 ghofmann Are there any plans (or already existing extensions?) to enable TYPO3 to update itself? I know ter_update_check extension which works fine but only updates the extension and not the core.
14:37 HardPhuck if i try curl or wget from shell it works fine
14:38 HardPhuck so the server isn't blocking
14:38 m4rtijn eek maholz gone..
14:38 m4rtijn :)
14:38 tcsoft pfuh
14:59 princeshahnawaza hi ghofmann, i need to your help once again actually, i am still getting a same 500 Internal Server Error into another domain http://marketingparasereshumanos.com/index.php.
15:01 princeshahnawaza anybody would like to help me
15:01 maholtz|WORK check .htaccess
15:02 maholtz|WORK check apache config
15:02 maholtz|WORK afaik nothing to do with TYPO3
15:02 princeshahnawaza i already checked .htaccess file and even apache config
15:03 princeshahnawaza i have same .htaccess file into another domain and it´s really works
15:03 maholtz|WORK same apache?
15:03 maholtz|WORK check if you can open simple html file or gif
15:04 maholtz|WORK check than if you can open handmade php file
15:05 princeshahnawaza yes, with a same apache
15:09 princeshahnawaza yap, i can open simple html file and even i can open php file but i really dont know why it doesnt open index.php
15:11 princeshahnawaza plz help me
15:14 princeshahnawaza hi ghafmann
15:15 princeshahnawaza hi ghofmann, i need to your help once again actually, i am still getting a same 500 Internal Server Error into another domain http://marketingparasereshumanos.com
15:15 ghofmann Maybe the same cause?
15:17 princeshahnawaza yap, but i have already changed whatever i changes on the last domain. and also getting a same error messages
15:18 ghofmann I've open this site and it happily loads....
15:19 ghofmann ... then added a /typo3 to the URL, also loads fine
15:19 princeshahnawaza but when click on http://marketingparasereshumanos.com/index.php
15:20 princeshahnawaza it doesnt open
15:23 youam in a one-tree translated website, i want to show for the different content elements in which other languages they are available. i'm trying to do this with a CONTENT typoscript element, but typo3 seems to filter on the content language, no matter what i do. any ideas how i can return the different translations?
15:25 ghofmann prince: OK, I can see this error also. Is your index.php in DOS or UNIX format? How do the permissions on this file look in an FTP client?
15:33 princeshahnawaza Index.php is DOC format and permission looks like as rw-rw-r--
15:34 maholtz|WORK it should be an symbolic link
15:34 maholtz|WORK or is it an windows server?
15:35 maholtz|WORK check if you can use an php skript which has been linked
15:38 maholtz|WORK @youam: interesting, perhaps you can do something via join? JOIN tt_content as tt_content2 - perhaps then enableFields will not be used
15:38 ghofmann prince: try to convert your index.php to UNIX format and chmod it to 777. Have to log out now, sorry.
15:38 princeshahnawaza yap, i´m still here
15:46 princeshahnawaza anybody would like to help me out of above problem
15:46 maholtz|WORK you could answer my questions
15:46 m4rtijn yay.. my first typo3 wiki article : http://wiki.typo3.org/index.php/Multidomain
15:47 m4rtijn if anyone has some time to read it I'd be glad about any feedback..
15:48 m4rtijn for the lazy germans.. i even made a beta-version translation ;)
15:48 maholtz|WORK wow:)
15:51 isolysis princeshahnawaza: try checking your apache server error logs to see if there is more information about the http 500 errors
16:02 princeshahnawaza nope, i have two folder error and logs but error folder is empty n i dont have any information about http 500 error inside logs
16:08 maholtz|WORK princeshahnawaza: check symlink configuration
16:18 princeshahnawaza actually, i can access to the http://marketingparasereshumanos.com/index.php but error comes from a file called http://marketingparasereshumanos.com/typo3/sysext/cms/tslib/index_ts.php
16:19 princeshahnawaza i have checked to the _.htaccess file .
16:25 m4rtijn youam - aren't the language flags "greyed out" if no translation is available?
16:34 m4rtijn princeshahnawaza shouldn't it be .htaccess not _.htaccess
16:35 m4rtijn _.htaccess is just an example which should be renamed without leading _
16:41 pmk65 Hi. Has anyone here any experience in creating fake multilevel menus?
16:42 pmk65 I need to know how to set the ACT state on the selected fake menuitem
16:43 Phlogi how do you define fake?
16:44 pmk65 menu created using userfunction.
16:44 pmk65 In TSRef there's this info: If you would like to preset an element to be recognized as a SPC, IFSUB, ACT, CUR or USR mode item, you can do so by specifying one of these values in the key ITEM_STATE of the page record. This setting will override the natural state-evaluation.
16:44 Phlogi oh hmm
16:45 pmk65 I can do it with a iproc function, but I would rather do it when I create the menu array
16:46 pmk65 My userfunction looks like this -> http://phpfi.com/330542
16:47 pmk65 and the TS looks like this -> http://phpfi.com/330543
16:48 pmk65 My problem is that I don't know where you set the ITEM_STATE key. I tried doing it in the fakemenu array, but that didn't do anything.
16:48 pmk65 Since it's a fake menu, there's no "page record".
16:54 Gias is there a good way to tell rte to just let the tags be? all i want is that it doesn't change my code ( i cant use the html type since the site is mainly updated by people who arent familiar with html)
16:56 m4rtijn Gias ? - which tags?
16:56 Gias div span hr
16:57 Gias i got it that it wont delete it
16:57 m4rtijn so .. you're inserting div span and hr tags in the RTE ?
16:57 Gias but the attributes are still deletting
16:57 Gias yea over the html function
16:57 Gias just for some special formating
16:57 m4rtijn r u using TV ?
16:58 Gias tv ?
16:58 m4rtijn templavoila
16:58 Gias nope i did my template with a html file and ###conten### etc
16:58 pmk65 Gias: Change the RTE configuration, so that it doesn't delete the tags you want to preserve.
16:59 Gias well thats my question: how?
16:59 Gias manual told me
16:59 Gias RTE.default.proc.allowTags = list-of-allowed-tags
17:00 Gias RTE.default.proc.HTMLparser_rte.tags.mycustomtag.protect =1
17:00 Gias but if i try this the attributes get deleted
17:00 davidbrunnthaler hello hello, someone here who knows a little bit about IRRE..
17:01 m4rtijn did u read this Gias: http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.2/view/5/1/
17:01 m4rtijn allowTags ( ) and I guess : denyTags >
17:01 m4rtijn is important
17:01 m4rtijn just clear all denies
17:02 Gias thanks i will try it now
17:02 Gias hopefully it wont delete the attributes
17:03 davidbrunnthaler would need help with hiding checkboxes.. like it is done with offers and prices..
17:03 m4rtijn whats IRRE davidbrunnthaler
17:04 davidbrunnthaler inline relational record editing
17:04 davidbrunnthaler (it's part of typo3 since version 4.1)
17:05 davidbrunnthaler it's a new core feature (not an extension)
17:07 m4rtijn kk, sry dont know about it
17:07 davidbrunnthaler no problem, thanks anyway
17:09 schmidtsmikey hello!
17:10 m4rtijn hi
17:10 schmidtsmikey Can anybody tell me how to make an entry in a guestbook in cwt_community?
17:11 m4rtijn check the manual at typo3.org ext. rep
17:11 m4rtijn i dunno
17:11 schmidtsmikey i read the manual for this extension
17:11 schmidtsmikey i didn't find anything in the WWW
17:12 schmidtsmikey i asked in typo3.net
17:12 schmidtsmikey but nobody can help me
17:12 schmidtsmikey in the cwt_community manual is only a screenshot
17:13 schmidtsmikey so it is possibly but why???
17:13 m4rtijn ... hmm
17:13 m4rtijn just to make sure I understand... u're the typo3 admin?
17:13 m4rtijn or a user..
17:13 schmidtsmikey admin
17:13 m4rtijn k, and u want to make an entry like a user would do
17:14 schmidtsmikey yes... i installed this extension yesterday
17:14 schmidtsmikey and now i am configuring this extension
17:15 schmidtsmikey it works but i don't find a possibility in the FE or BE to make an entry
17:16 schmidtsmikey http://typo3.org/documentation/document-library/extension-manuals/cwt_community/1.0.3/view/1/1/#id3554771
17:17 m4rtijn did u also install this.. CWT Community User
17:17 m4rtijn Extension key
17:17 m4rtijn (
17:17 m4rtijn ops
17:17 m4rtijn copied to much..
17:17 m4rtijn cwt_community_user .. extension
17:17 m4rtijn description: This extension is needed for the CWT Community extension. It actually extends the fe_users table by some attributes.
17:18 schmidtsmikey yes... i installed these both extensions
17:18 m4rtijn and I guess u need fe_user register as well
17:20 schmidtsmikey i added the user manually und the users can log in bei the login in content element
17:21 m4rtijn I guess u made some config error.. if u cant find any info about your problem.. the extension has been downloaded 10.000 times.. so if its a common problem there should be more to be read about it
17:21 schmidtsmikey hehe...
17:36 schmidtsmikey m4rtijn: do you use cwt_community?
17:37 m4rtijn nope
17:49 Phlogi schmidtsmikey: maybe on the users profile or something
17:50 HardPhuck ok i give up, i'm out of ideas
17:50 HardPhuck i hate typo3 :)
17:53 schmidtsmikey Phlogi: i looked in the template-file and i found the forms an buttons
17:53 schmidtsmikey i dont understand why these buttons are not shown :-(
17:54 pmk65 Phlogi: I got my fakemenu problem fixed. It was the Typoscript that was fucked up, because I just copied it from another menuobject, which was using typolink..
17:56 psychomieze hello everyone
18:01 maholtz|WORK his psychomieze
18:01 maholtz|WORK i am on work
18:02 maholtz|WORK takes some minutes
18:02 psychomieze hi martin, no prob. ;)
19:40 Gias what exactly makes <table> change into " &lt;table&gt; " ? Its shown as <table> in the rte and appears as &lt;table&gt; on the page
19:49 davidbrunnthaler i asked it a few hours ago, maybe now someone could help me out:
19:49 davidbrunnthaler someone here who knows a little bit about IRRE..
19:49 davidbrunnthaler would need help with hiding checkboxes.. like it is done with offers and prices..
20:21 Gias what exactly makes <table> change into " &lt;table&gt; " ? Its shown as <table> in the rte and appears as &lt;table&gt; on the page
20:21 maholtz parseFunc or htmlSepcialChars
20:22 maholtz hm...
20:22 maholtz you have to check your rte-config
20:22 Gias hmm will look into it
20:22 maholtz on page-ts config
20:22 Gias i played arround with my rte config but now i changed it back and it remained this way
20:22 maholtz if you save it and reopen it, have you then the entities?
20:23 Gias the fun stuff : in the rte its alright
20:23 Gias te tranformation appears only on the page
20:23 Gias *the
20:23 maholtz lib.parseFunc_RTE
20:26 Gias so how should i fix this? (im sorry but im pretty new to typo3)
20:27 davidbrunnthaler mh i want to create a new action (for backend-user creation) but it seems, that i can't create new actions.. it just don't appear in the new dataset list
20:27 davidbrunnthaler does anybody know why?
20:27 davidbrunnthaler (typo3 ver 4.1.6)
20:35 maholtz @Gias: only table or all tags?
20:36 maholtz @Gias: check lib.parseFunc_RTE.allowTags and denyTags
20:36 maholtz have to now
20:36 maholtz bye
20:59 Tsoots how do i add a line change in a typoscript for page.headerData, if i want headerData.5 and headerData.6 to be on their own lines and they being TEXT objects
21:29 HardPhuck guys how do i choose language pack if installed via T3X and not from repository
21:34 voidus HardPhuck: what do you mean?
21:35 HardPhuck i cant install language pack from extension manager - translation handling because it does not work
21:35 HardPhuck lol
21:36 voidus plz repeat
21:36 HardPhuck i cannot install from tab translation handling - it does not work
21:36 HardPhuck so i downloaded t3x pack
21:36 HardPhuck and installed it via upload
21:37 HardPhuck but now i cannot choose my language as if its not there
21:40 voidus HardPhuck: there is no t3x pack
21:40 voidus HardPhuck: for localization. if you installed csh_xx - remove it
21:41 HardPhuck ah
21:41 HardPhuck how can i install lang pack then
21:41 HardPhuck extension manager doesnt work
21:41 voidus you can download localization in the zip archive
21:42 voidus http://translation.typo3.org/typo3conf/l10n/status.html
21:42 HardPhuck thanx
21:42 HardPhuck where do i put this
21:43 voidus at typo3conf/l10n/your_lang_code
21:43 voidus where your lang_code is a 2-letter code
21:44 HardPhuck and thats it?
21:44 voidus yes, that's enough
21:45 HardPhuck this extension manager is prehistorik they should update it sometime soon :)
21:45 HardPhuck Error: The extension MD5 sum could not be fetched from extensions.md5. Possible reasons: network problems, allow_url_fopen is off, curl is not enabled in Install tool.
21:46 HardPhuck this has been bugging me for days now
21:46 HardPhuck allow_url_fopen is on
21:46 HardPhuck curl too
21:46 HardPhuck dunno what to do
21:49 voidus HardPhuck: outcoming request may be disabled at server side
21:51 HardPhuck how can i check that
21:52 voidus do you have an ssh?
21:52 HardPhuck yes
21:57 voidus ping someone outside... or try to use lynx/wget/etc
21:58 HardPhuck that works normally
21:58 HardPhuck wget and curl too
21:59 voidus hm...
22:00 voidus cd typo3temp && rm *extens*
22:00 ckoehler voidus: heh
22:01 ckoehler recommended that yesterday
22:01 ckoehler but doesn't seem to work
22:03 HardPhuck extens?
22:07 ckoehler remove any file that contains extens
22:07 ckoehler mainly extensions.xml.gz
22:07 ckoehler which i recommended yesterday
22:11 HardPhuck oh, no files like that one there
23:39 Phlogi lol: http://tsref.de
23:39 Phlogi oh works again

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.