Search the website and IRC logs

#TYPO3 IRC log from : Monday 7 January 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
00:00 Denyerec hey voidus
00:01 void Denyerec: hey
00:02 ironm cu ;-)
00:04 void yakoi: see t3lib/class.t3lib_userAuth.php, function processLoginData
00:06 yakoi voidus: thx, checking that out
08:23 FloLeBlanc hi all
08:25 uschi hey morning FloLeBlanc :-)
08:25 FloLeBlanc hi uschi, how are you?
08:25 FloLeBlanc anyone using indexed_search with a cronjob?
08:26 uschi fine, thx
08:59 FloLeBlanc anyone who can answer me a quick shell question?
09:00 FloLeBlanc if I call a script in the shell does the command line freeze until the script is completed or does the script continue to run in the back ground - if yes how can I find out how long it takes to execute?
09:04 typochur normaly the shell waits for the script to end
09:05 typochur if you want to execute the script in background type:
09:05 typochur command &
09:07 FloLeBlanc is there a way to get the execution time listed
09:07 FloLeBlanc and thank you for the reply of course :)
09:07 typochur oehm, i dont think so ...
09:09 FloLeBlanc hmm ok thank you
09:13 typochur welcome
09:38 HardPhuck until today, i have always used template autoparser for my templates, but now i'm thinking of TemplaVoila! for my next project. The question is: is it worth learning
09:39 HardPhuck i would learn it with only one goal in mind: shorten the production line
09:39 HardPhuck time
09:40 FloLeBlanc HardPhuck: sorry only have experience with the autoparser
09:41 FloLeBlanc typochur: can you please tell me how to write multiple lines for a single shell command (small script)?
09:42 typochur ? If you want to write a script nano script.sh, typ your script, save it, chmod u+x script.sh and then you can run it ;)
09:42 typochur ./script.sh
09:44 FloLeBlanc typochur: thank you
10:12 uschi hello folks :-)
10:13 uschi does anyone know how to download the latest 4.2 version from svn?
10:14 void uschi: check out svn?
10:15 uschi never did that before
10:15 uschi morning void btw, and a happy new year :-))
10:16 void uschi: hehe.. you too :-)
10:17 void uschi: install svn client first
10:17 uschi is installed
10:17 void uschi: which one?
10:17 uschi i am using tortoise but have another one (commandline) installed
10:17 void tortoisesvn?
10:17 uschi yes
10:18 FloLeBlanc urgh tortoise
10:18 FloLeBlanc :)
10:18 uschi hey, i am absolutely new to this svn business
10:18 uschi what is wrong about tortoisesvn?
10:18 void uschi: create empty folder, right-click on it, select tortoisesvn->export
10:18 FloLeBlanc we used this in combination with ankh svn... either we were such bad users or the system not very good :)
10:19 FloLeBlanc but perhaps just the visual studio plugins sucked hehe
10:19 void uschi: enter https://typo3.svn.sourceforge.net/svnroot/typo3/TYPO3core/trunk/ as url and press enter -)
10:20 uschi where do i enter this url, void
10:21 void when you created empty folder, and select tortoisesvn->export from it's context menu, dialog box will open
10:21 uschi ok, if it is that easy :-)
10:22 void of couse, you can just open command line and type one command -)
10:22 uschi and that would be?
10:22 void and that would be completely the same action
10:22 void ah
10:22 uschi the command
10:23 void svn co https://typo3.svn.sourceforge.net/svnroot/typo3 typo3
10:23 uschi i go to the folder where i want the stuff and then?
10:24 uschi ok co is for checkout, then the url of the repository and then, the last one?
10:24 uschi means that i would only checkout the folder typo3?
10:24 void i think that is username.. but i think you can omit that
10:25 uschi i try it
10:26 FloLeBlanc hmm can anyone tell me how to call a file from a sh script? if I use the same as in the console (absolute path) the script tells me directory not found
10:26 FloLeBlanc (shell)
10:28 typochur you have to use the path from where you are
10:28 typochur so if you are / and starte /Users/<removed>/script.sh the filename has to be relative to /
10:29 typochur mh, or you could use absolute path ... this should work, probably you misstyped?
10:31 FloLeBlanc hmm I double checked the path *scratches his head* but has to be some newb error :)
10:35 FloLeBlanc allthough this may sound stupid: /var/www/webX/html/mysite IS an absolute path isn't it?
10:41 typochur yeah it is
10:43 FloLeBlanc hmm
10:44 FloLeBlanc typochur: could you have a quick look please? : http://phpfi.com/287695
10:46 typochur mh, in line 6 try 'php -f /var/foo/bar'
10:47 FloLeBlanc could not open input file
10:47 FloLeBlanc which seems obvious :)
10:47 typochur strange
10:48 FloLeBlanc why? how should a file in a nonexistent dir be opened?
10:51 typochur you said the dir is exsiting
10:52 FloLeBlanc yes but not the one in the line you mentioned.. I thought this is to test if php responds
10:52 typochur lol
10:52 typochur no ... i was to lazy to copy your path :D
10:53 FloLeBlanc :)
10:53 FloLeBlanc yes that line executes
10:57 m0oman moo.
11:21 HardPhuck crap just uploaded a site and now i can't see the first page
11:21 HardPhuck on the server
11:21 HardPhuck backend and admin tools work as it should
11:21 FloLeBlanc hardphuck: did you select a template? :)
11:21 HardPhuck i copied files and database from my computer
11:22 HardPhuck where i developed the page
11:23 typochur did you modify all the path(e)(s)
11:23 typochur ?
11:23 typochur wtf is plural of path?
11:23 typochur ^^
11:24 HardPhuck modified what paths
11:24 No5251 or trails ;)
11:25 typochur typo3conf/localconf.php
11:25 typochur show typo3 where all the stuff is ;)
11:25 typochur absolute path to web directory and stuff
11:26 HardPhuck hmm,... something new :)
11:26 HardPhuck no paths in my localconf
11:26 HardPhuck at least on development
11:29 typochur hu
11:30 typochur youre right :)
11:30 typochur but i think you have to gibe typo the absolute path somewhere?!
11:32 HardPhuck hmm,... well yes if you use realurl
11:32 HardPhuck but otherwise i don't think so
11:32 HardPhuck i mean, i made several pages but none had to have absolute paths
11:35 HardPhuck backend works but, if i click the view module, i also get blank page
11:35 FloLeBlanc HardPhuck: again - Did you select a template?
11:36 HardPhuck yes, i have
11:36 FloLeBlanc the install tool in the backend has the check (green check symbol) at all path and image tests?
11:38 tf hi @all
11:38 FloLeBlanc hi tf
11:38 HardPhuck Flo: yes
11:40 FloLeBlanc and you get a blank page or an error message?
11:40 tf when i have an image with click to enlarge. and the user dont close the popup window and clicks again on an other image with different size. the popup window doesnt change its size. this is normal i think. is there a way to solve it?
11:40 FloLeBlanc hardphuck: your setup TS does NOT state "page >" or something similar? :)
11:41 FloLeBlanc tf: didn't find a way yet
11:41 FloLeBlanc but if you get a ts way tell me plz :)
11:41 HardPhuck Flo: my setup TS has everything to work properly
11:41 tf ok thx :-)
11:42 FloLeBlanc hardphuck: then I'm out of ideas atm sorry
11:42 FloLeBlanc the access rights are correct?
11:42 tf an other question. is there a way to give the popup window die functionality to resize. the button is disabled by default.
11:42 FloLeBlanc and you did set the file rights (755 , etc.) after the upload on the files?
11:43 FloLeBlanc tf: perhaps over the typolink parameters?
11:45 FloLeBlanc does anyone know if mm_forum stores the alternative templates as files or in the database?
11:45 tf i tried: tt_content.image.20.1.imageLinkWrap.JSwindow_params = scrollbars=1 for example. but nothing happened
11:45 HardPhuck flo thanx anyway
11:47 HardPhuck is it possible that there is something wrong with the DB?
11:47 HardPhuck because the Type field is not the same after export/import
11:50 FloLeBlanc don't know but wouldn't think so
11:55 HardPhuck which php does 4.1.5 need?
12:02 HardPhuck found the source of my problems
12:02 HardPhuck it is the extension CoolUri
12:08 HardPhuck removing it now :)
12:48 tf FloLeBlanc: i found a solution for resizing the popup window. but not with TS.
13:19 Denyerec Righty
13:19 Denyerec I have a Typo3 site that is totally not being detected by google. At all.
13:19 Denyerec What's the easiest way to find out what server response the Google Bot is receiving?
13:34 FloLeBlanc tf: how?
13:35 FloLeBlanc denyerec: first of all check if there is a "noindex" in your metas or a robots. hmm meta? in your directory.. there are manual ways to prevent indexing
13:36 Denyerec Yeah I checked the robots...
13:36 Denyerec I'll check my Meta just in case
13:36 tf FloLeBlanc: http://bugs.typo3.org/view.php?id=1666 the last post
13:37 FloLeBlanc tf: thx
13:56 dokma hi guys
13:56 dokma anyone got a demo install of pbsurvey?
13:56 dokma can't get it rollimn
14:25 duke83 has anybody a good example of using cObjects in a eID-Script?
17:49 just2b re
17:59 isolysis er
18:07 nature Denyerec?
18:07 Denyerec Hey nature
18:07 Denyerec did you get my PM the other day ?
18:08 nature yes
18:08 nature but you didn't respond :)
18:08 nature we'll talk in a bit. on conference with boss. he's begging me to find help.
18:14 Denyerec Check for PNM's
18:20 just2b anyone knows how I could rename "text with images" ?
18:20 just2b without changing it in core or so?
18:31 jimmisandham1 can anyone help me with info on registering / changing ownership of domains?
18:32 just2b this has to do with typo3? ^^
18:40 jimmisandham1 umm it could be related in a remote way ? ;)
18:41 just2b really? ^^
18:41 just2b ask your domain hoster
18:41 jimmisandham1 meh, hes not in real time chat :(
18:43 just2b and nobodoy knows your domain hoster here
18:49 teppi|work jimmisandham1, you should write a mail to Santa Claus' Main Post Office
18:49 teppi|work , Tähtikuja 1, 96930 Napapiiri .. he can help
19:18 soenke hello, how can I define that a css-script which I insert (TS: page.stylesheet = fileadmin/stylesheet.css) is included as the last Stylesheet? I have many stylesheets on my site, and most of them are to change things only for one site. But actually this css is the first, but to work it has to be the last, to overwrite the others
19:20 nature Denyerec?
19:22 Denyerec nature ?
19:27 nature hey
19:27 nature got a few minutes to chat?
19:27 nature get my /msgs?
19:27 Denyerec no, register with nickserv
19:28 just2b rofl funny to watch you 2 ;)
19:31 nature yeah
19:31 Denyerec aye
19:31 Denyerec it's like postal chess :)
19:31 nature it's getting comical
19:39 soenke hello, how can I define that a css-script which I insert (TS: page.stylesheet = fileadmin/stylesheet.css) is included as the last Stylesheet? I have many stylesheets on my site, and most of them are to change things only for one site. But actually this css is the first, but to work it has to be the last, to overwrite the others
19:41 just2b use page.includeCSS.file1
19:41 just2b file2, file3
19:58 soenke just2b: Hi, thanks for your reply. I have an own TS-Template on one site. This is used to load a extra CSS, to overwrite the main css-files only for this site. When I change the TS like you wrote, the problem is the same. Is it possible to define the order else?
20:00 just2b file29 is included after file1
20:23 Jessica Goodevening
20:25 Jessica Is someone familiar with the tt_products extension
20:25 Jessica I'm stuck at one (probably simpel) problem
20:28 Jessica anyone?? pleasseee??
20:41 Jessica Is everyone eating of watching tv?
20:43 just2b yes
20:43 Jessica Hmm too badddd
21:19 Denyerec nature - You MUST register with nickserc
21:19 Denyerec nickserv
21:19 Denyerec else you can't send me PM messages through queries.
21:20 Denyerec I've got nothing through from you, ever, so I can only conclude that you mucked up the nickserv registration
21:21 demes ok th
21:22 demes at the moment i have 2 nicknames, demess and demes, but i have only oan IRQ Client open...
21:23 many IRQ Client
21:23 many sure thang
21:28 nature oh shoot. i didn't even try to register
21:43 nature great
21:43 nature someone already registered nature
21:43 nature heh heh
21:45 goclimbing did you get that /msg ? :)
23:33 Provito Hi has anyone here set up a reader and writer connection to a database. i.e two different connections one for reading and the other for writing
23:33 Provito I'm trying to split the db load between a web cluster and setting the reads to be local and the writes to be the master db
23:38 Denyerec surely your DB write loads are tiny in comparison ?
23:39 Provito of course, however access to the admin system is always load balanced through the cluster
23:39 Provito each cluster node has to write to the master node rather than the slave. What I need to do is split the writing and reading to different databases
23:39 Provito Or force the admin to go to one particular node which writes to the db
23:42 Provito I'm also looking into mysqlproxy which could transparently do this for me
23:45 ries Provito: I would suggest doing it that way, rather then teaching typo3 about your setup
23:46 Provito ries, yep I agree, going down a mysqlproxy route seems like a far better option.
23:46 ries If your Db servers are located in different data centers then you might want to split some tables...
23:46 ries Most people don't have such a setup though
23:54 Provito ries, yes I'm looking into db segmentation. I think mysqlproxy with lua scripts will do this nicely
23:54 gerards ooh activity.
23:54 gerards hi everyone.
23:55 Provito ries, they are not located in different datacentres but part of a larger cluster, I like to keep the master usage down as much as possible
23:55 Provito ries, the db usage is fairly light though as I cache pretty much everything from typo3 and only clear it when there is a cms update
23:56 ries Provito: I remember that typo3 does maintain some log to keep page statistics... this might slow down your overall setup. Assuming you use some form os synchronis replication on your DB server.... I don't know shit about MySQL though...
23:57 ries Does mysql support master-slave synchronous replication ??
23:57 Provito asyncronous
23:57 Provito which is why you have to write to the master and not slave
23:58 Provito well... not quite
23:58 Provito you can have a master master ring replication as I have, you just can't write to both masters at once. You have to offset the id's
23:59 Provito if your having trouble on the master though it would be better to split reads to slave then segment the db
23:59 ries ic...

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.