Search the website and IRC logs

#TYPO3 IRC log from : Sunday 3 January 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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:10 Guest22457 Instalei a extensão sr_feuser_register no Typo3 4.2.8, numa página pus o plogin Front End User Registratio. Na parte da frente end, obtenho o seguinte erro:« Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /Users/<removed>/public_html/ensino/typo3conf/ext/static_info_tables/tca.php on line 285». Alguém pode ajudar-me?
00:10 Guest22457 I installed the extension sr_feuser_register in Typo3 4.2.8, a page put the plogin Front End User Registratie. At the front end, I get the following error: "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in / Users/<removed>/public_html/ensino/typo3conf/ext/static_info_tables/tca.php online 285 '. Can anyone help me?
01:11 schabracke hey there! still someone awake?
10:56 schabracke hey there! im using indexed search engine with realurl - it works fine, except i cant turn onto the next page. the link looks like http://www.mysite.com/#
10:56 schabracke anyone has a clue?
11:32 webonaut pid
11:32 webonaut page id maybe somewhere not set ?
11:32 webonaut search google 'pager problem indexed_search'
11:34 gerards he's gone.
11:35 schabracke no im there!
11:35 schabracke :)
11:35 gerards not a good idea to ask questions over the weekend...
11:35 schabracke i know
11:35 gerards oh! ok.....
11:35 schabracke but those are the days ive got time :)
11:36 gerards I have to say there are quite a lot of questions about indexed search. perhaps you can check out ries log on his home page. (i have no experience with indexed_search)
11:36 schabracke thank you! could u give me his homepage-adress plz?
11:37 gerards here's the google search: site:www.rvantwisk.nl/typo3-irc-log indexed
11:37 gerards oops.
11:37 gerards what i meant was, type this in the google box: "site:www.rvantwisk.nl/typo3-irc-log indexed"
11:38 gerards or, check out his webpage: http://www.rvantwisk.nl/typo3-irc-log/2007/august/18.html
11:38 gerards i hope that made sense.....
11:39 schabracke yes it did thx!
11:40 gerards thanks for being patient schabracke. really sundays are bad times to ask questions....
11:40 schabracke hahaha, i have to thank you for your help!
11:41 gerards welcome. there are a lot of smart people in this channel, if you're patient (they don't always have time to spare...)
11:45 schabracke hmmmm i hate that search thing ... :)
12:51 webonaut hi
12:52 webonaut why the hell can they not make a hook for additional markers in the felogin, why did they just make a hook for salted???
13:14 Phlogi webonaut: make a bugreport or tell them on -dev mailing list
13:14 Phlogi webonaut: whats the way to style felogin? can the template be changed?
13:30 webonaut Phlogi: I did :-)... We need 3 markers: 1.) overwrithe the forgot_password marker to have a nice typoscript typolink, so we can configure the target page of forgot password 2.) edit_label: a marker with another typolink (of course typolink in typoscript configured not with ugly typoLink pibase function) 3:) registration_label
13:30 webonaut Phlogi: we have this, but with an xclass extension cabag_felogin
13:30 webonaut Phlogi: so we need to update the xclass on every typo3 update an compare it with the new changes :-)... I'm just going trought all our extensions and patches for 4.3...
13:31 Phlogi webonaut: hmm yes I wondered why this is so complicated... I mean everyone wants to change felogin
13:31 Phlogi bug the typo3 guys for this
13:31 webonaut Phlogi: it's not complicated, I just wan't to have a non-xclass solution :-)
13:31 Phlogi xclass sucks... there should be a template that one can edit or everything should be wrapped in TS setup
13:39 webonaut Phlogi: thats a true word :-)
13:39 Phlogi :)
13:39 webonaut Phlogi: template just does not allow to do dynamic generation of something if there is not already a marker for it
13:39 webonaut Phlogi: but with extbase everything is easier
13:39 Phlogi webonaut: yeah things look good for future..
13:40 webonaut Phlogi: but also more risky, because you need to check your templates in more detail if you update an extension
13:40 webonaut Phlogi: but you had to do this for the current templates anyway, if a marker is renamed your old template is broken
13:41 Phlogi hmm anyone knows how to use those new colorful messages in backend for own purposes? (4.3)
13:53 schabracke okay, i have an typoscript question:
13:54 schabracke there is a pm-module in mm_forum
13:54 schabracke and i want to show my users if they got new messages in there inboyx
13:54 schabracke inbox
13:54 schabracke so i created an COA_INT
13:54 schabracke selected the table
13:54 schabracke the pidinlist
13:57 schabracke and now i need "andwhere.dataWrap" and "selectFields" - and i have no idea
13:57 schabracke what to do anymore
14:00 webonaut schabracke: did you check the tsref for andWhere? is it a string or stdwrap value?
14:00 webonaut schabracke: maybe andWhere isn't even stdWraped and just a string (second column from the left)
14:00 schabracke @webonaut thx for your answer: the problem is i have no idea - im trying to learn it
14:01 schabracke i could post the hole thing - would you take a look?
14:01 webonaut schabracke: I would do the task your trying to do with a own little extension, but it can be done with typoscript...
14:01 webonaut schabracke: no please don't post it here
14:01 schabracke no on pastebin
14:02 webonaut schabracke: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.0/view/1/5/#id2506877
14:02 webonaut schabracke: thats the documentation for select -> andWhere is a stdWrap so you should be able to get some data into there
14:03 schabracke http://pastebin.com/d45530be4
14:03 schabracke bkraft helped me on that, but it was linked to another extension (cwt_community)
14:04 schabracke and it worked flawless
14:04 webonaut schabracke: than everything is clear :-D that's a crazy peace of code, but it should work somehow
14:04 schabracke and i want to link it to the mm_forum pm system
14:04 schabracke hahahaha
14:05 schabracke no its not working anymore cause i changed some things
14:05 Breakmau5 [templavoila] hi can u alter specific html elements of a templavoila template, without a complete remapping?
14:05 schabracke like i said - he programmed it for another extension
14:05 webonaut schabracke: bernhard has funny ways to solve everything with typoscript I think he could drive a car with typoscript
14:05 schabracke ahahaha
14:05 schabracke so what would you suggest?
14:06 webonaut schabracke: I would do a php script and use USER_INT
14:06 schabracke what would be the easiest way for a noob :)
14:06 webonaut schabracke: ui, that's not a job for a noob :-)... I would still stick to a php script with USER_INT... best would be a little extension
14:07 webonaut schabracke: http://www.video2brain.com/de/products-364.htm
14:09 schabracke thx :)
14:17 Breakmau5 any suggestions to my problem?
14:48 Phlogi okai... devlog is cool! :D
15:36 nomatter001 hi
15:36 nomatter001 i just wanted to install tt_news on my new typo3 installation and get this error: The running TYPO3 version (4.3.0) is higher than allowed (4.2.99).
15:36 nomatter001 can i ignore it or might that be a problem?
15:38 nomatter001 the same is for the csh_de extension (german language pack)
15:39 Phlogi nomatter001: what version of tt_news do you want to install?
15:39 Phlogi nomatter001: csh_de is totally deprecated IMHO
15:39 nomatter001 Phlogi: 2.5.2
15:39 Phlogi nomatter001: use latest
15:40 Phlogi I guess 3.X is for 4.3 ;)
15:40 nomatter001 Phlogi: oh i see my fault, i had 2 different versions local and took the incorrect
15:41 nomatter001 Phlogi: but how can i get german be if csh_de is deprecated?
15:41 Phlogi nomatter001: go to translation updates in EM
15:48 nomatter001 Phlogi: i updated my german language things, but where do i set german language for the be?
15:48 Phlogi nomatter001: in the user settings, left in the menu
15:48 nomatter001 Phlogi: ok thx
15:49 Phlogi np
15:49 Phlogi later
16:44 xblh Hi there ... after reading the info above (concerning transations in EM) I also tried to check whats possible there.
16:47 xblh does anybody know what the criterion is list a language in the "languages to fetch" collection?
16:47 xblh I found Georgian, Basque, Latvia ... but no Armenian etc.?
17:06 Denyerec When frontend editing, is there any way to stop that awful grey info popup from appearing ?
17:06 Denyerec it gets in the way something awful
17:37 Phlogi Denyerec: which info popup? Do you want to completely disable it?
17:37 Phlogi Anyone knows how to create a mailto link with TS typolink with subject and body content??
18:13 Denyerec Phlogi - it's like a 3.8 style grey/blue information window
18:13 Denyerec just follows around my mouse when I hover on a content elemnt.
18:13 Denyerec (sadly I do not know how to answer your mailto question)
18:18 Phlogi Denyerec: hmm do you think only you are having this issue?
18:27 Phlogi grr when I use rawurlencode on that mailto crap, firefox does nothing on the link :
18:30 Phlogi aha... hmm
18:34 Denyerec Mmm
18:34 Denyerec Well, mny admin accounts are
18:34 Denyerec I don't know i fyou mean just me, just users of my site, or ALL typo3 users
18:38 Phlogi Denyerec: I mean if this is normal or just in your case..
18:39 Denyerec Hmm.
18:39 Denyerec I don't know if others are reporting it.
18:43 Phlogi hmm hmm
18:46 Phlogi hates
21:02 miguel_rod I installed the extension sr_feuser_register in Typo3 4.2.8,
21:02 miguel_rod in a page put the login Front End User Registration.
21:02 miguel_rod At the front end, I get the following error:
21:02 miguel_rod «Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)
21:02 miguel_rod in /Users/<removed>/public_html/ensino/typo3conf/ext/sr_feuser_register/model/class.tx_srfeuserregister_data.php on line 318»
21:02 miguel_rod Can you help me?
21:05 }ls{ sounds like a limit in "php.ini". check it an adjust it.
21:06 }ls{ (Standard is, as far as I can recall, 32MB
21:15 miguel_rod Where can I found the file php.ini?
21:15 miguel_rod Where can I find the file php.ini?
21:22 }ls{ I don't know. What OS?
21:22 miguel_rod Linux
21:24 }ls{ openSuSE, Debian, Red Hat, Fedora, just to name a few....
21:25 }ls{ locate, whereis....
21:25 miguel_rod I use a on-line server, by cpanel. The directory have this folders: fileadmin; t3lib; typo3; typo3_src; typo3conf; typo3temp; uploads
21:28 }ls{ php.ini is a configurationfile of php. It's got nothing do with typo folders.....
21:28 }ls{ got ssh access?
21:29 miguel_rod no
21:29 }ls{ Sounds likely You've got no access to php.ini......
21:29 miguel_rod ok
21:30 miguel_rod So there is away to solve the problem?
21:30 }ls{ read in docu of your provider, whether you can use a function within your scripts, to set the maxMAmeroy size....
21:30 }ls{ maxMemory....
21:31 miguel_rod ok, thank you

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.