Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 5 May 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 31
02:22 Felyza Ping
02:27 mammut pong?
02:49 fgiusticc hi... someone alive?
02:53 fgiusticc i'm trying to modify the normal tt_content.image
02:53 fgiusticc actually i'm trying to put a watermark on it
02:54 fgiusticc but I wasn't able to find the documentation about it's configuration, nor the function that render it, so I can dig on the code
02:55 fgiusticc does anyone know any of those 2 things?
07:31 Felyza wow, every line on my screen (20:57 - 01:31) is sign in state changes in the channel
07:34 Felyza hand installed my own mysql on my server, tweaked a few settings, and its surprising what speed increases come to typo3 from optimizing mysql configs
08:38 void Felyza: really? I'm completely mysql tweaking noob
08:38 void Felyza: which settings did you change?
09:35 glass3atr Hello when i login to a newly installed typo3 backend i get a blank backend.php
09:36 glass3atr What can be the issue here?
09:43 swemark glass3atr: http://adress.com/typo3/install
09:44 glass3atr swemark: got it
09:44 swemark You've done the install?
09:44 glass3atr yes
09:44 glass3atr the problem is
09:45 glass3atr after i login on BE
09:45 glass3atr i get a blank page
09:45 swemark But you get the login page?
09:45 glass3atr yes
09:45 swemark odd
09:45 glass3atr i can do username and password
09:46 swemark and in the install-tool, no errors?
09:46 swemark under basic configuration?
09:46 glass3atr no no errors given
09:47 swemark what does your webserver say?
09:47 swemark try reading access.log
09:47 swemark ought to tell you something about what doesnt happen
09:48 glass3atr its strange somethimes the server doesn't process the php
09:49 glass3atr browser now asks to save backend.php :s
09:49 glass3atr error.log is empty
09:51 N33D i had a problem with blank pages, it was the memory limit.. don't know that can help you
09:51 swemark try upping the memory limit in php.ini
09:51 glass3atr I've set the memory limit to 32 mb
09:52 N33D that is enough i guess
09:52 swemark should be
09:52 swemark linux or windows=
09:53 glass3atr Freebsd
09:54 swemark make sure you have all the packages
09:55 swemark sure feels like your webserver does not process the php
09:55 swemark im due for a meeting, bbl
09:55 glass3atr k swemark thnx allready
10:15 Rapp good morning everyone!
10:16 Rapp can someone give me a hint where the styles for tables are defined? i am talking about the standard tables that you can edit in the RTE widget.
10:17 Fanty is there any build in logging mechanisms I can use for the FE?
11:05 mamooth hi folk :)
11:05 mammut ?
11:06 mamooth ha I have a prehistoric companion here :p
11:07 mamooth ok mammut I can change this :)
11:07 kabnot better for you like that?
11:08 mammut mamooth: no i am happy about every mamooth on the earth
11:08 mamooth ok :)
11:09 mamooth I'm comming here with a kind of rubish question, but let's ask it : How many time would it take for a developper to learn typo3?
11:10 mammut about 1 year
11:10 mamooth :(
11:10 mammut depends on your knowledge level
11:10 mamooth I'm an as3/ruby dev
11:11 mamooth I never work on php before, but I can read it easily
11:11 mamooth I"m working with flex (as3 framework) and ruby on rails
11:12 mamooth let's say I know what developpement is but my specific php knowledge is null
11:12 mammut is anybody here wo says less than 1 year?
11:14 mamooth 1 year... what kind of beast typo3 is?
11:15 soari hi
11:15 soari can someone help me concerning the HMENU object?
11:20 void mamooth: typo3 is very complicated CMS..
11:22 mamooth void, what amount of code do you need to write for an average app?
11:22 gerards hi everyone.
11:22 soari hi
11:22 N33D hi
11:23 gerards I just got a new keyboard!
11:23 soari i have a question concerning HMENU
11:24 void mamooth: depends on what you name "average app". typo3 is a CMS, not a framework
11:24 void soari: ask it
11:24 N33D i work with HMENU but don't know if i can help you?
11:24 soari if i use 'special = userdefined' how do i have to define the array $menuItemsArray in my php file?
11:25 mamooth void, let's say an average app is what you're working alone on two month
11:26 void mamooth: hm.. i will not say which amount of code needed.
11:26 gerards soari. fantastic question. there's no documentation. at least not one that's easily found eh? :) I suggest you create a 2 level 'normal' HMENU and use lots of var_dump()s to see what you need to simulate. :) or if someone can provide non-code documentation, that'll be great.
11:27 gerards be brave soari
11:28 void mamooth: also, i can make an site for 2 month, using only TS and dreamweaver. or may write backend modules and $TCA. or can write frontend plugins
11:28 soari hm, the problem is it works when i say: $menuItemsArray[] = array('title' => 'blabla', 'uid' => 55);
11:29 soari but i don't want to have 'blabla' but the original pagetitle
11:29 void mamooth: TYPO3 have a poor framework in case of developing frontend plugins. you can use lib/div, but if you know Rails, you will laugh all the time
11:30 mamooth void, how can the admin interface can be configured for your clients? I mean : on the typo3 demo, the admin inerface is complexe, and it can affraid your client. Is it possible to present a simplified version in a perspective of a self-maintained app?
11:31 void mamooth: you can hide unneeded details, but not change general structure of backend
11:31 mamooth ok
11:34 gerards soari: then you'll have to make your own sql call to get the page title from pages table.
11:35 Recnelis Hey guys - How ya doing? - I'm having some trouble with updating extensions...
11:36 soari @gerards: how do i do that?
11:36 Recnelis Or removing them from the server.. I keep getting a "Could not be removed" error
11:37 gerards try GLOBALS['TYPO3_DB']->exec_SELECTquery ( '*', 'pages', 'uid = 55');
11:37 gerards :)
11:37 gerards http://typo3.org/fileadmin/typo3api-4.0.0/de/d07/classt3lib__DB.html
11:37 void gerards: don't teach to such dirty hacks!
11:37 gerards :D
11:38 void soari: you can use menu classes or even make an HMENU my API call
11:38 gerards void: just to take a look at what the format of $menuItemsArray should be. that's all.
11:38 void gerards: imagine that pages can be localized
11:38 gerards that's true.
11:38 void gerards: or versionized
11:39 gerards yeah. I had to once write my own sql for multilanguage site. yuck. I agree with you.
11:40 void soari: can you explain a bit what you want to do?
11:40 void soari: maybe you are going on the wrong way
11:43 soari ok
11:44 soari i want to create a menu with page records from an array
11:45 soari in this array i only want to save the pid or uid
11:45 void soari: why not use ordinal HMENU?
11:46 soari i use it
11:47 soari but the menu should not be like the pagetree in the backend but only consist of certain pages
11:47 void soari: use .special = directory
11:47 void or .special = list
11:47 swemark lib.menu.1 = list
11:47 swemark lib.menu.1.value = 1,3,6,8
11:47 swemark with special ofcourse
11:47 swemark tsorry
11:48 soari i have tried that
11:48 soari it works well
11:48 soari but i have it all in my template
11:50 swemark yeah?
11:54 N33D someone works with the ext: comments
12:05 Recnelis Might anyone know why my printlink works in firefox.. but not in IE ?
12:07 Recnelis Correction.. it only works when I'm logged in.. when I'm logged out it shows the normal template..
12:10 Recnelis Have any of you ever had problems with not being able to remove or update extension in typo3 ?
12:10 Recnelis My typo3 installation can't remove the old files for some odd reason...
12:37 Recnelis Is there some special way to telling my system that typo3 "owns" certain files?
12:40 lola hi anybosy worked with pdf creator extension
12:40 Recnelis Does anyone use the printlink extension?
12:47 swemark Recnelis: yes
12:48 swemark We use make_printlink
12:59 Recnelis swemark: Can I see ur link config? Cuz mine if fucking up :)
12:59 Recnelis It doesn't show the print friendly page.. but instead it shows the "normal" page in a popup..
13:00 lola does anybody worked with pdf creator extension or nc_pdfgen extension
13:02 swemark Recnelis: pm
13:12 e_ hi guys
13:13 e_ i have a running 3.7.0 installation and would like to try to move all the content to a recent version.. should this be troublesome?
13:14 Recnelis swemark: Thx.. but still doesn't work.. :( - When user click the link in front end they're not shown the proper page..
13:17 swemark Recnelis: do you have make_printlink
13:19 maholtz @e_ : does the import/export tool exists in 3.7? then i think it would work pretty good. have an deep look at your used extensions - that makes the most trouble
13:21 e_ hmm, okay
13:22 e_ thanks for that so far :)
13:23 Recnelis swemark: I use cron_printlink
13:24 Recnelis The printlink works when I'm logged into the Be.. but now when I'm logged out
13:24 swemark permission-problems?
13:24 Denyerec lola - PDF generation usually sucks.
13:25 soari hi
13:25 Denyerec Neever worked ith the extension, but I have worked with PDF generators and they're usually atrocious
13:25 e_ maholtz: mhh.. where would i find that import/export tool?
13:25 lola <Denyerec> ok
13:26 soari with $GLOBALS['TSFE']->page['title'] i can get the current page title, right?
13:26 SmaxTheFrog e_ right click on the earth icon on site structure
13:26 Denyerec What;s the problem you're actually having lola ?
13:26 e_ uhm
13:27 lola i installed the extension and configured as said in the documentation
13:27 e_ this appears to be a regular link with no other contexts than "copy link address" etc
13:27 e_ :/
13:27 Recnelis swemark: Hmm.. but I've never seen a FE user have permission problems... :s
13:27 lola Denyerec my requirement is that i like to generate pdf version of a page
13:27 maholtz @e_ in actuall t3 version you can right-click on an icon in pagetree and there is a menu entry "weitere Einstellungen..." (do not know what is is in english) with another submeu...
13:28 e_ not here :/ maybe 3.7.1 is too old for that
13:28 soari "more options" ??
13:29 e_ or it's my browser, i'm using firefox under linux
13:29 swemark yes more options
13:29 Denyerec unlucky Lola
13:29 swemark lola: pdf is a fucked up standard
13:29 Denyerec if the page doesn't convert well in any of the free online HTML->PDF converters, they you're pretty much guaranteed the typo extension won't work either
13:30 Denyerec :(
13:30 Recnelis Hmm.. seriously.. ever since I tried updating to 4.2 and then downgraded my typo3 installation has been FUCKED! :/
13:30 Denyerec This has been my experience at least.
13:30 soari how can i read the pagetitle of a certain pid via $GLOBALS["TSFE"]??
13:30 swemark Recnelis: if it shows when your logged in but not when you're not
13:30 Recnelis Isn't the database alle I need if I want to reinstall everything but just keep my pages and records?
13:30 swemark Recnelis: database-structure changes with each version
13:31 lola thanks <Denyerec>
13:31 Recnelis Swemark, I wanna reinstall a 4.16 to a 4.16
13:31 swemark but since 3.8 yeah
13:31 swemark shouldnt be any problems
13:31 swemark make sure you save your localconf aswell
13:31 swemark the whole typo3conf map
13:31 swemark with all extra extensions etc
13:32 e_ hm, 3.7.1 only has import/export with the subitems and not the globe
13:32 soari i'm going crazy^^
13:32 e_ so i can't export the whole site just like that, right?
13:32 Recnelis Well.. that is the problem.. :/
13:32 Denyerec Bah
13:32 Denyerec Canon fit
13:32 Denyerec Bah
13:32 Denyerec Wrong channel
13:33 Recnelis Like before my typo3 installation worked fine with chmod 755 in the typo3conf.. now it has to be 777 before it'll update and delete
13:34 swemark Recnelis: chown -R www-data:www-data /path/to/www-folder
13:35 Recnelis swemark: I can't execute shell commands :/
13:36 swemark why not?
13:40 Recnelis My website is hosted at a hosting company.. they don't give shell access.. but could u perhaps tell me what ur command does?
13:41 soari does anyone know kaspers's PHPoems?
13:41 swemark it changes the owner of the entire root to www-data and the group owner to www-data. Apaches default user/group
13:42 nd___ Recnelis: You could try to do it via system() in PHP
13:42 nd___ Dirty but works most of the time
13:42 maholtz @soari: you are on your menu with userfunc?
13:44 soari no, with userdefined
13:44 tansta g'day everyone :D
13:45 tansta i need some urgent help
13:46 soari with $GLOBALS["TSFE"]->page["title"] i can read the current title
13:46 tansta i need to modify the direct_mail_subscription extension to have another field for user to enter their phone number
13:46 swemark Recnelis: if its a serious company they wont give you acces to system() or exec()
13:46 tansta it looks straight forward but some how it doesn't work
13:50 tansta any ideas where i can look guys ?
13:51 tansta i am using 4.1.5
13:51 maholtz @soari: use directory or list instead!
14:00 dokma tansta: do you use a debugger ?
14:01 tansta sorry dokma i dont
14:01 dokma it would ease your grief enromously
14:01 tansta really ?
14:01 tansta what does it do ?
14:01 dokma you can step through the ext code line by line
14:01 dokma as it is being executed
14:01 dokma you can see all the variables
14:02 dokma and why things don't work or how they do work
14:02 tansta man i am not even writing extension
14:02 tansta i only want to add an extra field to the direct mail subscription
14:02 dokma are you a programmer ?
14:02 tansta not PHP
14:02 dokma ahhh... I see
14:02 tansta just javascript
14:02 tansta it seem so easy but something is missing
14:02 dokma hmmm, you'll just have to dig then
14:03 dokma where did you get stuck?
14:05 tansta well
14:05 miriamPena Hello, I have typo3 4.2 installed with templavoila . Im trying to set my portal with two languages (en (default) and espanish es_ES. I did all the stuff in kasper multilanguage tutorial.x
14:06 tansta its seem that templates are updating the database with this: <input type="text" name="FE[tt_address][name]">
14:06 tansta <!--###SUB_REQUIRED_FIELD_name### begin
14:06 miriamPena Pages and content elements are not being translated into spanish while plugins are.
14:06 tansta so i copy that and change it to phone
14:06 swemark miriamPena: have you translated the pages?
14:07 miriamPena yes
14:07 miriamPena and news
14:07 tansta dokma: but then it seem that the code is not getting read by the system
14:07 swemark try adding &L=1 in the url
14:07 miriamPena it has..
14:07 swemark still english?
14:07 miriamPena yes
14:07 dokma probably it tries to map it to a non existent database field
14:07 dokma just change the labels
14:08 dokma don't change field names
14:08 miriamPena i put config.sys_language_uid=1 config.language = es config.localle_all = es_ES
14:08 miriamPena and still in english
14:09 dokma miriamPena: I can take a look into the be if you want
14:10 miriamPena its a local network.. you cant access from the outside world..
14:10 miriamPena :(
14:11 dokma bad luck
14:11 dokma it's a problem with a bazillion possible causes
14:11 dokma it will be hard to nail it like this
14:11 dokma a peek into the be would shorten the pain
14:12 tansta dokma: can you please explain a bit more ?
14:12 animan hi. is it possible to disable indexing pages with &type=98 -- i dont need pages to be indexed in normal view and indexed again in printview ?
14:12 dokma tansta: that's just my guess
14:12 tansta SUB_REQUIRED_FIELD_email: you mean dont change this ?
14:12 dokma the ext probably takes the name of the field and maps it into a database field for storage
14:12 swemark miriamPena: pm
14:12 tansta hmm...let me try
14:13 dokma e.g. FE[tt_address][address] => INSERT INTO tt_address values (blah, blah, FE[tt_address][address], ...)
14:13 dokma this is gross oversimplification
14:13 dokma so if you change the name of the field in a form
14:13 dokma it might cause incorrect SQL to be generated
14:14 dokma cause the form cannot tell where to store the value
14:14 tansta it actually ignores it
14:14 dokma makes sense
14:14 tansta hmm...
14:14 dokma it probably has hardcoded form field names
14:14 tansta wonder where the sql statement is
14:14 dokma so once you modify the name it never gets refereced again
14:14 miriamPena i will set a accesss via internet.. give me a while.. please
14:15 tansta yeah it is hard coded
14:15 dokma tansta: well that's it then
14:15 dokma your shortest solution is to just change the labels
14:15 dokma so in the db you still have a field called address or whatever
14:15 dokma but you just treat it like it is a phone number in all templates
14:16 dokma a bit ugly, but hey...
14:16 dokma perfectionism wastes too much time
14:16 tansta <b>Email:</b><BR>
14:16 tansta <!--###SUB_REQUIRED_FIELD_email### begin
14:16 tansta Same as above...
14:16 tansta EVAL_ERROR_FIELD_email is in addition an error message defined in TypoScript in case an email address does not verify to be of correct syntax.
14:16 tansta -->
14:16 tansta <font color=red><strong>You must fill in this field!</strong></font><BR>
14:16 tansta ###EVAL_ERROR_FIELD_email###<BR>
14:16 tansta <!--###SUB_REQUIRED_FIELD_email### end-->
14:16 tansta <input type="text" name="FE[tt_address][email]">
14:16 tansta that's what i found in the templates file
14:16 tansta but when i copy and change it to ###SUB_REQUIRED_FIELD_phone###
14:16 tansta its gets ignore :D
14:17 dokma it does not get stored to the db right?
14:18 tansta nope
14:19 tansta it actually shows the error You must fill in this field
14:19 tansta the name and the email is okay though
14:19 tansta i wonder where -###SUB_REQUIRED_FIELD_email### is define
14:21 tansta problem is there is no documentation on this at all
14:26 animan does anyone know how to disable indexing for page types? i don't need printpages (type=98) to get indexed
14:26 dokma that is a part of the templating system
14:27 miriamPena dokma, i sent you in query the data access
14:27 dokma tansta: it is documented in the ext devel tutors
14:27 tansta devel tutor ?
14:27 dokma tansta: http://wiki.typo3.org/index.php/Extension_Development,_using_HTML-Templates
14:30 dokma miriamPena: I didn't get anything from you
14:32 animan dokma: what do you mean? can't i disable it with some TS that tells not to index type=98?
14:33 swemark miriam_pena: i sent you a pm with some TS-code
14:35 tansta dokma: my problem now is i cant find anywhere in the extensions files where the subparts is define :D
14:54 Denyerec Gday tansta!
14:54 tansta Hey Denyerec
14:54 tansta long time no see buddy
14:54 Denyerec Aye aye! Where have you been?
14:55 tansta working but without access to IRC
14:55 tansta freakin big companies blocks everything
14:56 tansta hey you might know this
14:56 tansta do you know how to add an extra phone field to the direct mail subscription extension ?
14:56 Denyerec OUch. Which subscription?
14:56 Denyerec KraftB helped me set up my directmail sub
14:56 tansta direct_mail_subscription
14:57 Denyerec I could give you a login to that site if you wanted a look at the config ?
14:57 tansta no no
14:57 Denyerec He modified the signup fields you see
14:57 tansta i just want to know how to add an extra field to the bloody form :D
14:57 Denyerec One sec
14:57 tansta he did ?
14:57 Denyerec He detailled it in an email
14:57 tansta woo hoo...god help me
14:57 Denyerec yes the original company spec was to keep firstname and surname separate
14:58 Denyerec so he modified it to suit that
14:58 Denyerec cos I think the default is just "name"
14:58 tansta what about phone ?
14:58 tansta yeah it is
14:58 tansta just name
14:58 Denyerec well he added *a* field
14:58 N33D anybody works with the ext: comments
14:58 tansta hahaha
14:58 Denyerec wouldn't be too hard to reroute it :)
14:58 Denyerec one sec lemme see if I can find the details
14:58 tansta i bloody hope so
14:58 tansta cool thanks buddy
14:59 orgler hi
14:59 orgler did anyone here suceed in installing typo3 4.2.0 on IIS7? Or on IIS in general?
15:00 Denyerec tansta - good and bad news.
15:00 Denyerec He did do it, but I asked him to revert it.
15:00 Denyerec So....
15:00 tansta NOOOOOOOOOOOOOOOOOOOO
15:00 Denyerec I wonder where in Typo3's versioning it might be kept?
15:00 tansta hahaha
15:00 tansta god damn it
15:00 tansta have you got his email ?
15:01 Denyerec Yes
15:01 Denyerec (obscured mail address)
15:02 Denyerec The host the site is on, DIFF is broken. tansta it looks like the world is against you buddy
15:02 tansta looks like it
15:02 tansta how much does he charge an hour ?
15:03 tansta :D
15:06 Denyerec Quite a lot :S
15:06 Denyerec He's fast tho
15:06 Denyerec Oh tansta - I found my config and the template
15:06 Denyerec I think this might be enough
15:06 Denyerec pm
15:06 tansta okay
15:07 Denyerec rememeber to register ;)
15:07 tansta reigister what ?
15:08 Denyerec with nickserv
15:08 Denyerec else you won't see my PMs
15:09 tansta plugin.feadmin.dmailsubscription.create.required = name, surname, email
15:10 tansta that's allhe did ?
15:10 tansta i did the same thing
15:10 nd___ I'm trying to upgrade a 4.1.6 to 4.2.0 but I get a catchable_fatal_error because of some dam... tried to disable DAM but that didn't help... tips?
15:11 Denyerec That's all the evidence I can see, but I don't know what he deleted.
15:11 Denyerec but I think it's smart enough to tie the names together.
15:11 Denyerec so long as you drop the right markers in the template.
15:11 Denyerec <--- not very sure
15:11 tansta hey but on the template i dont see the surname
15:11 tansta hehehe
15:11 Denyerec That's cos he deleted it at my request
15:11 tansta oh
15:12 Denyerec but part of surname was left in the config
15:12 Denyerec so I wonder...
15:12 Denyerec you should email him, with that as the example perhaps as he should rememeber doing it.
15:12 Denyerec He's online here occasionally. I need to pay him, actually....
15:12 Denyerec would be rude of me to bug hium before he has the money!
15:12 tansta i wonder if i have to clear all cache before trying to fill in the form
15:13 tansta okay
15:13 tansta i'll email him
15:13 tansta damn it,
15:13 tansta it looks so simple
15:14 Denyerec Many things in typo look simple... :S
15:19 tansta dfjal;sdjfasd
15:19 tansta so close
15:19 tansta i not getting the error like before, but the database is not updated :D
15:24 animan i'd still like to disable indexing for page type=98. any ideas?
15:25 animan i imagine i simply have to write couple lines of TS to exclude type=98 from indexing list
15:27 orgler when I installed the typo3 4.2.0 version including the dummy-package I cannot log into the backend using admin/password
15:27 orgler what could i've done wrong? I'm using IIS7, could that be the problem?
15:31 tansta i give up[
15:31 tansta going to bed
15:31 tansta good night Denyerec
15:31 tansta catch you tommrow probably :D
15:32 pmk65 animan: make a condition that checks for type=98, and then turn off indexing when the condition is met.
15:38 animan pmk: [globalVar = GP:type = 98] ?
15:40 swemark yep
15:40 swemark should work
15:42 animan hmm.. seems to be working, thanks =)
15:44 nd___ I'm trying to upgrade a 4.1.6 to 4.2.0 but I get a catchable_fatal_error because of some dam... tried to disable DAM but that didn't help... tips?
15:46 swemark uninstall
15:46 swemark dam
15:47 nd___ tried that. didn't work...
15:48 swemark hmm
15:48 swemark try doing a database compare before you upgrade
15:49 nd___ before?
15:49 nd___ well, ok
15:50 soari hello again ^^
15:51 swemark make sure the tables arent broken
15:51 swemark hey soari
15:52 soari does anyone know how i can build up a main navigation with submenus in typo3?
15:54 teppi|working http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
15:56 soari but how can i combine it with javascript?
15:56 soari that the submenues fold out on rollover?
15:57 Recnelis swemark: u there?
15:57 swemark yeah
15:57 Recnelis I got a answer from my technical support who say I can use the command chmod("file-name",777) in php to change permissions...
15:58 swemark chmod yeah
15:58 Recnelis Does this mean I could change the permissions for all files at once? - More the owner..
15:58 swemark what do you need it for?
15:58 Recnelis Well.. as I said earlier because a lot of things are fucking up in my installation.. like I can't import new extensions and such..
15:59 swemark must've missed that part
15:59 Recnelis [13:37:43] <swemark> Recnelis: chown -R www-data:www-data /path/to/www-folder <- can what be run via php as well?
15:59 swemark no
15:59 animan i'm using tt_news to provide me rss-news, but is it possible to limit it to show only, for example, first paragaph of news and make a link to actual news on the page?
15:59 swemark or well maybe
15:59 swemark not sure
16:15 maholtz @animan: yep use wraps with crop
16:21 animan maholtz: http://phpfi.com/314694 - this is what i tell tt_news, but how should i crop the rss-news=
16:22 N33D anybody has a real working connection between typo3 and vbulletin?
16:26 maholtz @animan: xmlnews.displayList.subheader_stdWrap.crop = 100 | ;-) |1
16:31 animan maholtz: umm, sry, dont know how to cropping works -- what does this 100 | .. | 1 mean? (a)
16:35 maholtz_ hm... do not know, if i was connected so again: @animan: http://wiki.typo3.org/TSref/stdWrap#crop
16:43 animan thanks maholtz :)
16:45 maholtz_ np:)
16:48 nd___ Anyone here using eu_ldap?
16:58 scubes13 hello everyone - i am still having issues with moving a domain to 1and1.com hosting with typo3 4.2 - I am able to pull up the main page: www.melendeztennis.com/index.php
16:58 scubes13 however, if I click on a subpage, it shows me the content of the main page still
16:59 scubes13 example: http://melendeztennis.com/index.php/premiere-tennis/2/0/ shows me the same content as on http://melendeztennis.com/index.php
16:59 scubes13 I have checked and double checked my settings within typo3
16:59 scubes13 I even uploaded the site and imported the database to my own hosting server and everything "just worked"
17:00 scubes13 any idea what sort of config (whether in php or apache) would cause this? 1and1 doesnt offer any access to their logs, which sorta makes this a pita - *wishes his client would get real hosting*
17:02 scubes13 it appears that the pathing just gets all screwed up
17:09 soari anyone can help me with subparts?
17:13 Thilo84 Hello Everybody.
17:13 FloLeBlanc hi all
17:14 Thilo84 I have a question aboout a typoscript... How can I define a typoscript for an other extension in my extension with php?
17:14 Thilo84 The typoscript looks like this:
17:14 Thilo84 plugin.tx_thmailformplus_pi1.fieldConf.objectdsn.defaultValue = TEXT
17:14 Thilo84 plugin.tx_thmailformplus_pi1.fieldConf.objectdsn.defaultValue.data = GPvar:user_flowfact_pi2|dsn
17:15 FloLeBlanc ### security info ###: MailformPlus (th_mailformplus) 4.0.3 and below, and powermail (V 1.1.9 and below) are subject to Cross Site Scripting vulnerability - if you use these extensions please update them via the extension repository
17:15 alexwx Hi there...
17:15 FloLeBlanc (all according to the typo3 Security Bulletin)
17:16 alexwx I have to update one condition wich works fine, but now I dont know how I do that. The condition looks now like this: [globalVar = TSFE:id = {$page_uid.gewinnspiel2}] && [globalVar = GP:gewinnfrage = {$good_answer}]
17:17 alexwx but now the $good_answer constant should be the list of many values... In the HTML it is radio list, and there are many good answers, how can I update it<
17:17 alexwx ?
17:18 Kl4m Since this morning, every page on the frontend, except the "main", don't have any content. Is that a know/common issue?
17:19 soari why is the <head> section generated twice when i set the subpart in the head?
17:19 FloLeBlanc Kl4m: perhaps you tampered with the template for all "non-intro" pages by accident?
17:19 Kl4m No one touched anything since last tuesday on the site afaik
17:19 FloLeBlanc check the log perhaps
17:19 FloLeBlanc Kl4m: well something must have changed :)
17:19 Kl4m I'm checking the logs.
17:21 soari can someone help me concerning subparts please?
17:26 FloLeBlanc soari: perhaps, post the problem on phpfi :)
17:26 FloLeBlanc (or if it is an example without code just here)
17:26 FloLeBlanc hi ries
17:27 ries hey FloLeBlanc
17:28 soari i have javascript code in my <head> and a subpart marker for my <body>
17:29 soari when i set the first subpart marker at the beginning of <head> it will be generated twice
17:29 soari otherwise my javascript code gets lost and will be replaced by standard <head>
17:30 soari what can i do to include the javascript code into the <head>?
17:31 soari i hope it is clear enough^^
17:35 Mithsir Hello. I just upgraded the phpmyadmin extension on my typo3 4.1.6 to version 3.0.0. Now, when I click on the phpmyadmin button in the sidebar, I only see a blank page. Am I missing something? Are these compatible?
17:37 Mithsir Reverting back to phpmyadmin 0.2.2 works, but shouldn't I upgrade to the latest?
17:37 FloLeBlanc soari: page.headerData.10.value (
17:37 FloLeBlanc <script language="JavaScript" type="text/javascript" src="fileadmin/template/kos/koo.js"></script>
17:37 FloLeBlanc )
17:38 soari thx :)
17:39 FloLeBlanc soari: yw :)
17:39 soari as a HTML cObject?
17:39 soari page.headerData.10 = HTML?
17:40 FloLeBlanc page.headerData.10 = TEXT
17:43 soari @Flo: it works perfect. :) thx again
17:43 soari can i remove the standard <script>?
17:44 soari <script type="text/javascript" src="typo3temp/javascript_757c080409.js"></script>
17:44 FloLeBlanc soari: sorry, don't know that, perhaps you can find the info with the template analyzer
17:48 FloLeBlanc soari: why would you want to remove that btw?
17:49 soari i don't need it
17:49 FloLeBlanc soari: are you sure? :)
17:50 soari hah, i only need my own JS code ;)
17:52 soari btw is it possible to set a marker in included PHP code?
17:57 scubes13 anyone have any experience with typo3 on 1and1.com's hosting?
18:02 Mithsir Any hints on the phpmyadmin extension v. 3.0.1. and typo3 4.1.6?
18:06 FloLeBlanc soari: check userfunctions in the ModernTemplateBuilding I + II Tutorial
18:06 FloLeBlanc (for including php code)
18:51 Mithsir Any ideas why the phpmyadmin extension version 3.0.1 does not work on my typo3 4.1.6 installation (phpmyadmin 0.2.2 works...)?
19:11 nd___ Anyone here successfully using eu_ldap or has any other recommendations for authenticating feusers against ldap?
21:00 Phlogi now thats strange, as soon as I activate realurl, a link for my extension is missing the &type parameter. Anyone has an idea?
21:04 just2b wrong generation? ^^
21:23 lawl_ uhm, hello guys. i'm in deep trouble. i tried to change the template of a typo3 page (using templavoila) and now the following error when i try to view a page: "TemplaVoila ERROR: Template Object could not be unserialized successfully. Are you sure you saved mapping information into Template Object with UID "2"?"
21:24 lawl_ has anybody an idea how to solve this?
21:25 void lawl_: you did use non-utf8 symbols at your template
21:26 lawl_ i don't think so. i just added a google statistics script. with the first template (frontpage) it worked fine. but with the other one (subpage) i get this error...
21:26 Kl4m lawl. I had this problem this morning after a restore from a backup
21:27 Kl4m It turns out it was probably an encoding error as <void> tols because it worked again when I restored the "proper" way.
21:27 lawl_ hm, ok, now the error is gone. BUT ALL THE CONTENT IS AWAY O_O
21:28 lawl_ oh my god, i don't have a backup :X
21:28 Kl4m lawl_, if you stick around, I'm currently working at finding the difference between the buggy version and the backup, in the mysql dump and the files
21:29 Kl4m btw, do you know any good linux tools for comparing two directory trees? :P
21:29 Kl4m comparing all the files in them I mean
21:30 lawl_ hm no. i haven't got much idea of linux
21:30 void lawl_: content cannot go away. it is here, just not rendered
21:30 lawl_ i hope so
21:30 lawl_ my boss would kill me i guess
21:31 just2b lol
21:31 just2b you got backups, right?
21:31 lawl_ only very old ones :X
21:32 just2b hehe
21:32 lawl_ which sql tables should contain the page content?
21:32 Kl4m backuppc saved me twice, only this week
21:32 Kl4m last week
21:34 void lawl_: tt_content, pages
21:34 uriahheep hmm, in order to detect a user's default language, would one use something that is already in typo3, or would one need to use an extension?
21:35 just2b tt_content
21:35 lawl_ hm ok, i guess it's still there. phu
21:35 void uriahheep: http://typo3.org/extensions/repository/view/rlmp_language_detection/1.2.1/
21:35 uriahheep thanks
21:36 uriahheep void: what about sr_language_detect?
21:36 void uriahheep: I have all sr_ extensions
21:36 void *hate
21:36 uriahheep hahaha :)
21:36 uriahheep why?
21:36 void sorry, I'm sleepy
21:37 uriahheep bad html?
21:37 uriahheep well, i mean, bad templates? :P
21:37 void uriahheep: some time ago I dealt with sr_feedit in big project. at the end of project, I had thought that I rewrited whole extensions
21:37 void *extension
21:38 uriahheep lol :)
21:38 uriahheep did you release your modifications as a fork, just to annoy the guy? :P
21:39 lawl_ is it possible, that all mapping stuff has been lost?
21:40 void lawl_: yes
21:40 lawl_ is it somehow possible to restore this?
21:40 void uriahheep: no...
21:40 uriahheep heheh :P
21:40 void lawl_: usually no. TV sometimes lose all mapping data.
21:41 lawl_ jesus christ
21:41 lawl_ so i'm in dipshit?
21:41 void lawl_: do you have a lot of mapping points?
21:41 void *had
21:41 void *did
21:42 lawl_ hm, about 20 maybe
21:42 void my english is bad this evening
21:42 void lawl_: a lot, really.
21:42 uriahheep hmm
21:42 lawl_ did i mention, that i have no idea of templavoila?
21:42 uriahheep yeah, i've had mapping problems when trying to mess around with the position of an element in a content menu
21:43 lawl_ i have 0 idea how i could fix this
21:44 lawl_ it's so confusing, i can't even open the template now :/
21:48 Kl4m Strange, The table tx_templavoila_tmplobj changed over the weekend.
21:50 lawl_ what's the problem, when i click righclick on a page and choose DS/TO and get this error:" Data Structure Object ERROR
21:50 lawl_ No UID was found pointing to a Data Structure Object record."?
21:51 void lawl_: seems that you deleted something important
21:52 lawl_ hm, but that error came before
21:52 lawl_ i think it wasn't set up right from the beginning
21:56 lawl_ damn, that's such a nightmare. i think the longer i'm working around, the more i destroy :X
21:56 Kl4m I found the problem I think.
21:58 Kl4m Only two files changed last week. in fileadmin/templates.
22:31 lawl_ oh my god, i think i can repair it. :D
22:31 lawl_ i already thought i lost 50h of work
22:39 dokma whatup ?
22:59 uriahheep hmm, has anyone here ever used a poll extension in typo3?
23:00 void uriahheep: me
23:01 uriahheep void: which one did you use?
23:02 void uriahheep: jk_poll
23:03 uriahheep hmm, ok :P
23:04 Phlogi void: do you know a solution for type removed from url when using realurl?
23:04 Phlogi i mean the type=897 for example is removed when I create a link in my extension
23:04 void Phlogi: no(
23:04 Phlogi void: do you know how I could clean all objects in a condition in TS?
23:04 Phlogi So I wouldn't need a typeNum=...
23:05 void Phlogi: did you configure 'fileName' section?
23:05 Phlogi void: in realurl?
23:05 void Phlogi: yes
23:05 Phlogi void: nope, not really
23:05 void Phlogi: all? i think, you need to clean only page and config
23:05 uriahheep void: is there a specific reason why that is the one that you chose? :P
23:06 Phlogi void: yes ok... but I don't know the name of the page object the user uses... hehe
23:06 void Phlogi: as I see in tt_news, there are some typeNums in that section for RSS
23:06 Phlogi I want to have a clean page where only my content is displayed
23:06 void uriahheep: this is really one poll which somehow works
23:06 uriahheep heh, what do you mean? :P
23:06 Phlogi the problem is that the link generated does not contain &type=...
23:06 uriahheep void: you mean it's the only poll that really works?
23:07 Phlogi ok I could do it by hand and not use typo3's getPage_link function... but thats really ugly isn't it?
23:07 void uriahheep: yes..
23:07 glass3atr hello
23:07 uriahheep void: ah, ok ;)
23:07 void Phlogi: yes, it's ugly(
23:08 uriahheep void: ever tried http://typo3.org/documentation/document-library/extension-manuals/cms_poll/0.1.0/view/1/1/#id3710136 ?
23:08 Phlogi void: hehe
23:08 void hi glass3atr
23:08 uriahheep oh wait never mind... it's an alpha :D
23:08 glass3atr I'm having strage issues with a new Typo3 install
23:09 void glass3atr: what kind of issues?
23:09 glass3atr when i login to BE
23:09 glass3atr I can type in Username and password
23:09 glass3atr but then backend doesn't load
23:10 glass3atr and in install phpinfo doesn't work
23:10 void glass3atr: check your apache logs for php errors
23:12 glass3atr void: its a shared webspace install
23:12 glass3atr no specific errors found
23:13 void glass3atr: what is your memory_limit and max_execution_time at php.ini ?
23:14 glass3atr void: memory=32
23:14 glass3atr exec = 30
23:14 void memory can be not enough for EM. exec is really too small
23:15 glass3atr How much memory is needed?
23:15 void glass3atr: 48M
23:15 glass3atr What are good values
23:15 void glass3atr: and at least 120 seconds for execution time
23:16 glass3atr ok
23:16 glass3atr I raised them
23:17 void glass3atr: and still no luck?
23:17 glass3atr void: still the same results
23:18 void glass3atr: hm.. and same for FE?
23:18 mac3 is there a typo3-native way of including a file upload into a backend extension?
23:18 mac3 or should i handle the $_FILES array by myself?
23:18 glass3atr void: FE: That works only says: no pages in rootlevel
23:19 void mac3: backend module?
23:19 void glass3atr: hm.. error is ok... but backend thing is weird
23:20 glass3atr void: yes i know
23:21 mac3 void: i am coding a backend module for typo3 and the be user should be able to add files to an evaluation, which is made accessible to the user
23:22 void mac3: you can use TCE or raw filefunctions
23:23 glass3atr its frustrating
23:27 mac3 void: i thin i use raw filefunctions, deadline is wednesday =)
23:27 void mac3: if so, see t3lib/class.file*.php
23:28 mac3 thanks :)
23:33 glass3atr pfff what can be wrong
23:48 nd____ Aloha...
23:50 lawl_ well guys, thanks for your help. now i can go to bed safely

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.