Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 15 June 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
07:32 PiMB Hi All!
07:32 PiMB morning sorenmalling
09:34 untouch good morning
09:35 untouch anyone know a good ext for displaying several profilsites of escortmodells .. with different BE groups and pictures/texts for each profile
09:35 untouch got like 200 modells
09:37 binom23 How can I use autoload in my extension?
09:37 binom23 Is there a tutorial?
09:38 paulcars current) in a html area
09:38 paulcars can someone point me somewhere the information is to or tell me how to use a FE_user
09:38 paulcars current) in a html area
09:48 maglebolia hey, someone up?
10:06 proserion is it possible to sort content within a page?
10:07 PiMB sure it is
10:07 proserion automaticly?
10:07 PiMB what do you mean with automaticly?
10:07 proserion like 1-click sorting
10:08 PiMB normal setting is sort by the the way it's sorted in backend
10:09 proserion example: I copy a page with content to another position, but the content in the page is inverted. So that the last entry of the source-page is on top and the first on bottom
10:10 proserion I could sort by hand with the arrow buttons, but with 10 content areas, that's hard to do
10:10 PiMB so you want to sort in the backend with one click?
10:11 PiMB no I don't think that's possible standard
10:12 proserion I know that you can do it with pages, but obviously not with content, how sad
10:12 PiMB how do you do that with pages then?
10:13 proserion functions -> Sort pages
10:23 |newbie| hi
10:23 |newbie| who know how make image with link in extensions development ?
10:24 |newbie| i heed make <a href='blabla'><img...></a>
10:24 PiMB proserion, thanks mate. Didn't know that option yet :)
10:24 |newbie| img i make by $this->cObj->IMAGE($conf)
10:25 |newbie| may be need use stdWrap = <a href='badsf'> | </a> for $conf ??
10:25 PiMB use $this->pi_linkToPage( ) to create a link
10:25 |newbie| yes
10:25 PiMB http://typo3.org/fileadmin/typo3api-4.0.0/df/d32/classtslib__pibase.html#d9fb0c2a034324f44aa7e4d19fe6f13f
10:26 |newbie| but it is link with text
10:26 |newbie| and i need make image link
10:27 PiMB you have an imagelink in the 01$this->cObj->IMAGE($conf)
10:27 PiMB so place that one on the position of $str and you're done
10:27 PiMB $str is only the part between <a> and </a>
10:31 |newbie| it is do not work
10:31 net-mapper hello
10:31 net-mapper anyone can help me with RealUrl extension??
10:32 PiMB |newbie| pastebin your code, let me have a look
10:32 PiMB net-mapper
10:32 PiMB up to a point :)
10:33 |newbie| $rimageEI = $this->pi_getEditIcon($right_image, 'right_image', 'Edit right image', $record, $this->table_name);
10:33 |newbie| $linkTag = $this->pi_linkToPage($rimageEI, 1, '_blank', $configurations);
10:34 |newbie| and it is give me:
10:34 PiMB what is the content of $rimageEl?
10:34 |newbie| it is image with edit icon
10:34 PiMB okay, what is output?
10:34 |newbie| it is make image with edit econ))
10:34 |newbie| icon
10:34 net-mapper The problem is that when i'm visiting some pages, the realurl don't find them, and it returns to the root page
10:35 PiMB okay
10:35 net-mapper even if the pages are visible when the realurl is disabled
10:35 PiMB alright
10:35 PiMB then there might be a problem with your realurl cache
10:35 net-mapper is it cache problem
10:35 PiMB did you empty that one out?
10:36 net-mapper yes I did, that's why the problem appear
10:36 net-mapper appeared*
10:36 PiMB is the page recached as soon as a link is created?
10:39 net-mapper <PiMB> the website is in production, so when i'm clearing the cache table, it persists with that problem
10:39 |newbie| <a target="_blank" href="index.php..."></a>
10:39 |newbie| <a class="frontEndEditIconLinks" href="">http://typo3/typo3/...">
10:39 |newbie| <img class="frontEndEditIcons" title="Edit right image" src="typo3..">
10:39 |newbie| </a>
10:39 |newbie| <img src="typo3temp/pics/MY_IMAGE.jpg">
10:39 net-mapper http://www.ads.ma/
10:39 net-mapper thus is it
10:40 |newbie| <a target="_blank" href="index.php..."></a> is empty
10:42 |newbie| I understand. This is because edit icon
10:48 PiMB net-mapper, realurl is working good, or do you have a specific page where the problem resides?
10:52 net-mapper PiMB, http://www.ads.ma/index.php?id=278&no_cache=1
10:52 net-mapper PiMB, from this page realurl redirects to the home page
10:53 net-mapper PiMB, I just cleared all typo3 cache including realurl cache
10:54 PiMB do you have a page with a link to the page that goes wrong?
10:58 |newbie| PiMB: thanks for your help ))
10:59 PiMB np mate
10:59 net-mapper PiMB, http://www.ads.ma/adsalhoceima/contenu/demande-de-financement/demande-de-financement.html
11:00 net-mapper this page is going wrong :(
11:02 PiMB What i've noticed on all your other links is that these are prepended with ads/
11:02 PiMB and this one is not
11:02 PiMB could there be something wrong with base url or something?
11:02 randomresult good morning
11:03 PiMB morning randomresult
11:03 randomresult hows it going?
11:03 PiMB busy live
11:03 PiMB working hard while watching soccer
11:03 PiMB :)
11:03 randomresult i have a problem with external links... i have two webs in one typo3install...
11:03 PiMB sure
11:03 randomresult www.mydomain and subdomain.mydomain
11:03 PiMB yeah
11:04 PiMB let me guess
11:04 randomresult so, if i enter a external link from subdomain to the main-domain...
11:04 PiMB you're trying to create external from one to another, but it doesn't get the domain in it
11:04 randomresult yeah ... it stays at the subdomain
11:04 PiMB when you create the link in the subdomain, are you logged in via the main-domain in typo3?
11:05 randomresult i think so yes
11:05 PiMB Don't know why, but there's your problem :)
11:05 PiMB have seen this problem before
11:05 PiMB when you enter an external link to the same domain as you're using when logged in into TYPO3 it turns it into an internal link
11:06 PiMB what i've noticed was that it worked when I logged in via www.domain.com and created a link to domain.com (non-www)
11:06 randomresult ah ok ...
11:06 PiMB so, I know what it is, don't know why it is, and don't know (yet) the proper solution for it
11:06 randomresult so does it help to login at the subdomain?
11:06 PiMB yeah, I guess
11:07 randomresult ill give it a try
11:07 randomresult thx
11:08 acasto I've been pulling my hair out for a few days over something and quite quite pin it down
11:08 PiMB np, good luck
11:08 PiMB acasto, what is it?
11:09 acasto the transformation from rte -> db is removing more than one class from inline styling
11:09 PiMB could be
11:10 acasto it works fine with one class, but more than one it seems to be considering it invalid and removing the classes thus leaving the span tag empty and removing it as well
11:11 PiMB might be a problem with allowing class names?
11:11 PiMB not sure about the config for RTE
11:11 PiMB I always struggle with it as well
11:11 acasto I've got it setup to allow them. Individually they each work okay. But wheneve there is more than one it strips it.
11:12 acasto I've verified it is the transfromation from the rte -> the db b/c if I manually add in additional class names to the db they render properly in fe and rte
11:12 PiMB probably due to a space in the class?
11:13 acasto but then it should show up in multiple classes in other tags, or even within other span tags within different block elements
11:13 acasto which is why I think it has something to do with the P and DIV transformations since they seem to be unique
11:13 acasto Seems sort of like this old bug: http://bugs.typo3.org/view.php?id=9774
11:14 acasto but I can't quite pin it down in the class.t3lib_parsehtml_proc.php, if that is where the problem is
11:14 acasto verified it's not my rte config either by testing it with a fresh clean install
11:14 PiMB there it works?
11:15 acasto no, problem is reproducable
11:15 net-mapper PiMB, the ones working have another root pages instead of the root that have a subpage ads/
11:19 proserion Is there a search&replace extension I have at least 25 spellings in 100 records. For example, replace the word "plagins" with plugins"
11:20 PiMB you can add a typoscript to replace those words on the FE
11:20 PiMB page.stdWrap.parseFunc.short .plagins = plugins
11:25 proserion triing
11:25 PiMB ?
11:25 PiMB net-mapper, that's strange
11:26 PiMB are the pages cached in the realurl path cache table?
11:26 PiMB wait, you're saying they have a different root page.
11:26 PiMB like website root?
11:31 net-mapper PiMB, this is the web portal hierarchy : http://yfrog.com/6dhierarchyp
11:32 net-mapper PiMB, there are 17 websites upthere and they are accessible via the first one in the hierarchy
11:33 net-mapper PiMB, the realurl works fine for the first website 'Accueil ADS' and the rest are reached just by the page IDS
11:36 PiMB ah
11:36 PiMB makes bit more sense I guess
11:36 PiMB do you set the realurl conf by hand?
11:36 PiMB or automatic?
11:39 net-mapper PiMB, it is automated
11:42 PiMB so you have a conf file in your typo3conf folder?
11:42 net-mapper yes of course
11:43 PiMB and did you delete that one (after backup) as well?
11:45 net-mapper no i didn't delete it
11:45 net-mapper should I delete the file?
11:45 PiMB try that one then, maybe it has some old settings, and it's not rewritten
11:46 net-mapper OK I will
11:56 net-mapper It is not working
11:57 net-mapper I will disable it until i find a solution
11:57 net-mapper Thank you PiMB for your help
11:58 PiMB one more question
11:59 PiMB do you use different urls to view the different roots?
12:01 net-mapper Yes I am using the page IDS
12:01 PiMB but the same baseurl?
12:02 net-mapper yes
12:02 net-mapper the same
12:03 PiMB might be a problem then
12:03 PiMB because of realurl's usually like to be stored based on rootpage.
12:04 PiMB but because of the same url you have different rootpages but same url's and that might be what's messing it up
12:06 net-mapper it were working fine, and when i cleared the cache everything were ruined
12:07 PiMB and you didn't make a backup of the realurl tables before doing that?
12:08 net-mapper there is a whole database backup
12:08 net-mapper i want to identify the problem before doing the backup
12:10 net-mapper because it needs another company intervention
12:10 net-mapper :s
12:10 Cyroq I want to add a user to my backend, but I don't understand how to give permissions. The user can click on Page etc, but can't see the page tree.
12:10 Cyroq Can anybody help me with that?
12:14 randomresult cyroq: access
12:14 randomresult left menu
12:15 randomresult when u create a page with admin user... a normal user cant see them because of the rights
12:15 randomresult you can use TS to set the permision...
12:17 Cyroq I found Access Rights and selected which part of the website the user may edit
12:18 Cyroq Page shows up when logged in as that user, but I can't see the menu structure
12:19 Cyroq I just want the user to have the rights to edit page content, how can I do that?
12:21 randomresult access rights in the user himself... include accesslists
12:22 Cyroq randomresult, I don't fully understand
12:23 randomresult edit the user and give him rights to modifie tables and stuff...
12:23 randomresult dbmounts controll which sites he can see
12:23 Cyroq Yes I selected DBmounts and the pages he will see
12:23 Cyroq but he can't
12:24 Cyroq There just isn't any tree structure
12:24 randomresult did you check the access in the left menu?
12:24 randomresult you must change the permissions for all sites?
12:25 Cyroq Which access in left menu do you mean?
12:26 Cyroq I can only find Access Rights within the Backend user edit section
12:26 randomresult no,
12:27 randomresult under page, show, list, info ... there is access (zugriff in german)
12:27 randomresult where u from?
12:27 Cyroq Holland
12:27 Cyroq I have the english version of Typo3 :)
12:27 randomresult do u have skype?
12:28 Cyroq I think I miss something, where is Page located?
12:28 Cyroq No, my mic just broke :/
12:28 randomresult see private chat!
12:38 Cyroq randomresult, I'm back :P
12:43 neoneye how insert the pmkslimbox on a page? I see no slimbox plugin that I can insert. I have added the typoscript static templates to the page
12:44 neoneye should I put the images in a folder under fileadmin
12:44 neoneye or should they be inserted as IMAGE content elements
12:44 neoneye or should they be added as page resources?
12:45 neoneye or since it uses tt_news.. are the images used from tt_news records
12:45 neoneye I'm rather new to typoscript :-p
12:48 neoneye I think there is a conceptual thing I don't get
12:49 neoneye I have included these static templates in the following order
12:49 neoneye CSS Styled Content
12:50 neoneye News settings (tt_news) <--- the docs says CSS-based tmpl (tt_news), but I guess things have changed with typo3 4.3.x
12:51 neoneye News CSS-styles (tt_news) <-- the docs says default CSS-styles (tt_news), but I assume they are the same
12:51 paulcars does anyone know how to create a write a dynamic link to a page with the current fe-user name in it?
12:51 paulcars i mean write it into a page sorry
12:52 neoneye News feeds (RSS,RDF,ATOM) (tt_news) <-- the docs doesn't mention it, but I dunno if it should go here
12:52 neoneye SlimBox (pmkslimbox)
12:52 neoneye the above static templates are the ones I'm including
13:02 paulcars if i just wanted to display the currently logged in username on the screen how do i do it
13:05 Phlunk3 hey guys, I just upgraded a site to typo3 4.3.3 and now all the images in fce's are missing. Can anyone shed some light on this issue?
13:13 Phlunk3 seems maybe no "text with image" show images, will just test to confirm that.
13:13 Phlunk3 I lie, text with image work, even the fce's seem to work if I make new ones/add the image
13:14 Phlunk3 anyone is aware of a change or a reason this may not be working?
13:15 Gera f
13:15 Gera why i am red ?
13:30 AdrienObla Hi there!
13:31 AdrienObla I'm looking for a way to use additionalFooterData in a plugin which is USER_INT...
13:32 AdrienObla $TSFE->additionalFooterData[$uniqId] = $script; //works well in a USER plugin but not in a USER_INT one
13:34 proserion does anyone know, which Googlemaps ext is the best? I don't want to overload the t3 just for figuring out, which extension I should use (I have 52 already)
13:35 rosieres hi, does anybody know if i can use if.isTrue on an self defined condition ?
13:40 rosieres nobody did this before ?
13:44 PiMB not sure.
13:44 PiMB if.isTrue can be used on stdWrap.
13:44 PiMB if the function call is of property stdWrap, you might be able to do that
13:45 rosieres mhhh. . . i want to check if a special condition is set . . normally i can ask for a field.. but a condition is no field at all
13:45 Phlunk3 hey Pim, dont suppose you ever upgraded a version of a typo3 site (went to 4.3.3) and suddenly all text with image fields show now images (in frontend no pictures show, in backend it doesnt show any images as being selected)
13:46 Phlunk3 isTrue is the condition rosieres, so its only useful for something which is either true or false.
13:46 Phlunk3 do you mean constant?
13:47 rosieres ohhh shit . . . sometimes ... I'm quite silly ... sure im mean constant .. . soorrrrry
13:47 rosieres ;-)
13:47 Phlunk3 havent done it before tbh, but u should be able to test quick enough
13:48 Phlunk3 if.isTrue = {$constant}
13:49 rosieres so damn simple .. ?? i thought that would be too easy . . . just reading core atm ;-)
13:49 rosieres ill try. . .
13:50 rosieres unbelievable . .. indeed .. thank you !!
13:56 PiMB Phlunk3, I have done upgrades, but haven't seen the image problem
13:56 PiMB sounds like a problem with IM or gd
13:56 PiMB what does your install tool say?
13:58 Phlunk3 install tool isnt saying anything which makes me think theres an error :/
14:12 ironm hi guys :) - hope you are doing well *g* - for typo3 4.4 beta 3 I am not able to send a testmail (from the install-tool). The same setting works for typo3 4.3.3 correctly. I use php 5.3.2 with php5-suhosin 0.9.31-1 (the setting in apache.conf for suhosin is similar/same)
14:14 ironm the mail -server runs localy and I can send email using "telnet localhost 25" - any idea how to debug what is going on? - thank you in advance for any hints! :)
14:18 rosieres is it still true that an if.isTrue condition forces to reparse my page and that this behaviour is not given when using au condidion like [globalVar = LIT:1 .... ]
14:19 rosieres so that in the second example is put to cache ?
14:20 rosieres ironm: no logfile output ?
14:20 ironm rosieres: a log file of apache2 or antoher one?
14:22 rosieres ironm: would be an beginning ... perhaps using suphp or sth else too which generates logs ?
14:23 ironm rosieres: can I activate some log output in the "all_configuration" ?
14:23 ironm rosieres: .. what would make sense due to such problem
14:24 ironm rosieres: I looked last week a bit in the new php code of 4.4 beta3 .. there are some new parst of code ...
14:24 ironm for the mail function...
14:25 rosieres ironm: i always use webserver and php own logging funktions. . . so i don't know if there are some t3 internals
14:25 ironm how to set such debugging rosieres ?
14:28 rosieres ironm: standard things like error_reporting and so on in the php.ini
14:29 ironm thank you very much rosieres .. I will check my php.ini for possible debug switches
14:29 rosieres ironm: did you check http://forge.typo3.org/projects/typo3v4 for that issue ?
14:30 ironm not until now ... TNX! :) @ rosieres
14:30 ironm well.. I checked for email issues for typo3 4.4 beta3 ... but didn't found anything
14:33 rosieres ironm: enable all the debugging and logging stuff if you have found the issue and if it's worth it, then post ist to forge
14:33 ironm rosieres: from the install tool I am getting a message that the testmail has been sent .. but no one arrives ... the same local server config works fot 4.3.3
14:33 ironm for
14:33 ironm ye .. I will do
14:33 ironm yes
14:46 ironm is there a native debug-function of typo3 4.4 beta3 I could set ?
14:47 rosieres $TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1';
14:47 rosieres $TYPO3_CONF_VARS['FE']['debug'] = '1';
14:49 rosieres $GLOBALS['TYPO3_DB']->debugOutput = true;
14:49 rosieres $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1';
14:50 ironm rosieres: thanks a lot! .. should I add this lines to localconf.php using editor?
14:50 rosieres but the logging and so on must be enabled in the php apache environment
14:51 rosieres yes
14:51 ironm I have found only display_error in php.ini .. and set it to On
14:52 ironm logging in in apache.conf is defined ...
14:52 rosieres http://php.net/manual/en/function.error-reporting.php
14:52 ironm what would the syntax for The debug() function
14:52 ironm when checking the value of some variables
14:53 rosieres http://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting
14:53 ironm merci rosieres ! :)
14:53 rosieres np
15:25 proserion is there a good survey extension out there, that someone would recommend?
15:26 rosieres i think pbsurvey is quite mighty
15:31 proserion checking, thx
15:48 Chiz Hello, guys!
15:48 Chiz I'm new to Typo3
15:48 Chiz Can anyone help me to start? :-)
15:49 rosieres read . . . read .... read . . . ;-)
15:49 Chiz Link to tutorial "your first web site with typo3" will be the best :-)
15:50 rosieres http://typo3.org/documentation/document-library/
15:50 rosieres take getting startet . . fly over modern templating . . . . inhale futuristic template building
15:51 Chiz em....
15:51 Chiz How to create new web site?
15:51 rosieres install typoscript workbench as FF addon and go with the tsref into bed
15:52 Chiz There are some after I installed Typo3
15:52 rosieres read the tutorials . . . t3 is nothing to learn quickly
15:52 Chiz ok
15:53 Chiz I'll read :-)
15:54 ironm rosieres: first debug results: "15-06-10 16:10 - Core: Mail to "" could not be sent (Subject: "TEST SUBJECT")."
15:54 ironm rosieres: even I have typed in an email-address
15:55 ironm Chiz: you should have few weeks or months time ;)
15:55 rosieres ironm: but where is the cause . . . could not be sent is quite thin
15:55 Chiz ironm!!!
15:55 ironm rosieres: I try to send it from the install-tool page ..
15:55 ironm Hi Chiz :)
15:55 Chiz How do you select my nickname?
15:56 ironm with Chiz ..
15:56 ironm rosieres: for some reason the email-address variable seems to be empty .. "15-06-10 16:10 - Core: Mail to "" could not be sent (Subject: "TEST SUBJECT")."
15:57 rosieres is the mailadress with special characters ?
15:58 ironm no rosieres ... (obscured mail address) ..
15:58 ironm rosieres: the same addresses work for typo3 4.3.3
15:58 rosieres ironm: try to hardcode the adress by bypassing the parser . ..
15:58 Chiz If I type ironm your window will start to blink?
15:59 rosieres ironm: if this works .... follow the parser where it swallows the addess
16:01 ironm the icon Chiz
16:01 ironm rosieres: which php-script is that ?
16:01 pgampe Chez: you might want to look here: http://forge.typo3.org/projects/extension-introduction/
16:06 Tobias_B i got a issues with wt_gallery, i got 5 categories and when i click on one category it shows me the listview of the category.. so far so good, but i wanna have all of the categories on top of the listview.. how can i do this?
16:09 Tobias_B you can take a look here: this one is the category view: http://www.imgbox.de/show/img/ffzwBMeXlq.PNG
16:10 rosieres Tobias_B: read the manual if this fuctionality if given by default. . . . if not, fread the source of the extension and implement a hook to do so . . . php and typoscript knownledge in nescessary
16:11 Tobias_B thanks :) i read the manual but i didn't found it ..
16:11 rosieres Tobias_B : then you have to add the fuctionality on your own . . .
16:18 Chiz Guys, how many years are you using Typo3? :-)
16:20 pgampe Chiz: 3
16:20 aterriblechaos about 6 years ..
16:21 Chiz 0_o
16:21 Chiz wow
16:21 Chiz I'm working only three years = ))
16:22 Chiz Thanks to all for help ;-)
16:23 ironm Chiz: you could ask WHY they use typo3 ... I mean there is nothing else like typo3 CMS ( a free CMS with such possibilities and extensions )
16:24 Chiz I'll read books and manuals and then ask ;-)
16:24 Chiz I don't understand what is this and what is this for = ))
16:25 Chiz I understant that to "manage content", but what is this mean :-)
16:25 rosieres Chiz: ??????????????
16:28 Chiz rosieres: what? :-)
16:29 ironm any idea why I have such entry in the log file: 15-06-10 16:46 - Core: Could not initialize DB connection with query "SET NAMES utf8; SET CHARACTER SET utf8;": You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET CHARACTER SET utf8' at line 1
16:30 ironm I can execute both commends with the mysql console .. WITHOUT error messages
16:30 ironm it is just typo3 4.4 beta3
16:31 pgampe maybe there is an illegal char
16:31 ironm pgampe: it is not possible .. I typed it in manually few times to avoid such error source
16:32 rosieres ironm: not really . .. if the charecter set of the php file is not right ... it can be bogus . . . .
16:33 rosieres try this SET CHARACTER SET utf8;'.chr(10).'SET NAMES utf8;'.chr(10).'SET SESSION character_set_server=utf8;'.chr(10).'SET character_set_connection = utf8;
16:33 ironm rosieres: I use only utf8
16:33 ironm OK ...
16:33 ironm thank you rosieres :)
16:34 rosieres ironm: works ?
16:34 rosieres ironm: here's the whole line for localconf.php $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET CHARACTER SET utf8;'.chr(10).'SET NAMES utf8;'.chr(10).'SET SESSION character_set_server=utf8;'.chr(10).'SET character_set_connection = utf8;';
16:35 ironm rosieres: give me a minute more please ;)
16:35 rosieres ironm: type faster !!! ;-) *gg
16:36 ironm rosieres: *g* .. the same error: 15-06-10 16:54 - Core: Could not initialize DB connection with query "SET CHARACTER SET utf8;'.chr(10).'SET NAMES utf8;'.chr(10).'SET SESSION character_set_server=utf8;'.chr(10).'SET character_set_connection = utf8;'.chr(10).'": You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''.chr(10).'SET NAMES utf8;'.chr(10).'SET SESSION
16:36 ironm character_set_server=utf8;'.chr' at line 1
16:37 rosieres ironm: which mysql version do you run ?
16:37 ironm rosieres: mysql Ver 14.14 Distrib 5.1.45, for debian-linux-gnu (x86_64)
16:38 ironm the same versions works correctly for typo3 4.3.3 .. on the same server rosieres
16:39 ironm rosieres: well .. I didn't check there the content of the logfile .. because I didn't need to set logging there
16:42 ironm rosieres: have you tried to run typo3 4.4 beta3 ?
16:42 interactivex Hi there, I have a question about extension developement. I have made an extension with kickstarter and now I see my records can be inserted but they are in the category "sysext" and I want them to be normal extensions. How can I turn this off?
16:43 interactivex I mean system records
16:43 interactivex and I want them to be normal records
16:43 ndee anyone knows how to make following configuration in realurl: domain.com/page/tt_news_uid/article_title/ ?
16:44 rosieres ironm: not yet
16:45 ironm rosieres: I guess you will get the same issues ;)
16:46 pgampe ndee: http://www.google.com/search?sourceid=chrome&client=ubuntu&channel=cs&ie=UTF-8&q=tt_news+realurl
16:46 rosieres ironm: maybe. . .
16:47 ironm rosieres: I will look where I can hard-code the email address
16:48 [SySteM] Hello
16:48 [SySteM] I search help about certification.
16:49 rosieres ironm: i'll try the next days a beta install
16:52 ironm rosieres: thanks a lot! :) .. maybe I don't need the setting of DBinit ("SET CHARACTER SET utf8; SET NAMES utf8;") with such my.cnf http://paste.phlogi.net/mycnf
16:52 ndee pgampe: but it should output the uid & the title in the url
16:52 [SySteM] nobody about certification ?
16:53 rosieres [SySteM]: ask a question
16:53 [SySteM] I was present on certification in pars on May 14th, no news since this date :(
16:57 rosieres [SySteM] : http://certification.typo3.org/index.php?id=47
16:57 [SySteM] and ? :/
17:01 rosieres [SySteM]: if you have any questions regarding the certification process or any news, stick with the certification team . . . here are only developers
17:02 [SySteM] i mailed certification@ 1 week ago, without news too.
17:02 [SySteM] ok rosieres. sorry.
17:05 rosieres ironm:normally it's no problem to put that SET's additionally . . .
17:11 ironm rosieres: I mean it was working correctly for 4.3.3 ... I can check it later in the logfile (have first to set logging for 4.3.3)
17:12 rosieres ironm: why do you want to run the beta ?
17:12 rosieres ironm: just for testing ?
17:12 ironm rosieres: the final 4.4 should be ready in few days ..
17:13 ironm and independent of that just testing ...
17:13 ironm rosieres: but maybe I should use 4.3.3 first ...
17:14 rosieres ironm: upcoming are rc1 and rc2 . . after that it's done ;-)
17:15 ironm rosieres: I am not sure any more if 4.3.3 worked correctly it the baseURL was already https .. (have to check it again ... domain-jumping + multi-lanuages + https for the BE and some pages like login and register )
17:15 ironm it -> if
17:15 rosieres ironm: what has ssl to do with this ?! ...
17:16 ironm rosieres: menu links (TMENU) had still http:// even I addressed https://
17:17 ironm in 4.3.3
17:17 rosieres ironm: but this has another cause . . . the ssl forcer isnt confugred properly. . .
17:17 ironm rosieres: hopefully ;)
17:18 ironm well .. you don't need to use an ssl-enforcer to run https for all pages ...
17:19 ironm and exactly this didn't work in 4.3.3 (in case I didn't make config-mistakes) @ rosieres
17:19 rosieres ironm: only if you run a mixed enviroment. . . sure
17:19 [SySteM] and what about realurl or cooluri and baseurl
17:20 [SySteM] for https its running.
17:20 [SySteM] you switch the baseurl
17:20 ironm [SySteM]: there were other issues ... like the address line had the value of "one click" before .. even I set "no_cache=1"
17:23 ironm [SySteM]: anyway .. I will check it again
17:23 AdrienObla Welcome!
17:23 [SySteM] its bad the no_cache :)
17:26 rosieres [SySteM] : For testing purposes it's appropiate. . .
17:26 [SySteM] yes
18:29 proserion Is there a way to prevent t3 from adding the (copy 1) if I copy a record?
18:33 roman_graz hi...
18:34 roman_graz i have a question about image-downscaling... i think there is a bug in rounding image-width when there are more than 1 images in one row...
18:35 roman_graz example: maxImageWidth = 862... 5 images in 1 row... 5px horizontal-margin...
18:36 roman_graz typo3 renders 5 images with 169px each...
18:36 roman_graz mathematically it is 168.4 so typo3 rounds up and this causes a break in the row...
18:37 roman_graz how can i fix this?
20:07 Owner Hello friends, is possible to make a search page within the ttnews plugin?
20:37 kraftb hello !
20:38 kraftb does anyone know how to escape "<" and ">" in mantis ?
21:01 joyce hi everyone
21:03 joyce who knows where i can find a better tt_news tutorial? I cant seem to understand the one thats available on typo3.org
21:04 joyce am using tt_news version 3.0
21:06 ironm did you try like \< ? @ kraftb
21:06 kraftb ironm: no... I solved it by using < p
21:06 kraftb simply adding a space in between seems to be enough for mantis not to take the <p> tag as <p> tag
21:07 ironm interesting kraftb :)
21:57 Joyce hi everyone
21:58 Joyce does anyone know of a better tt_news tutorial
21:58 Joyce The one they have as the extension documentation is very difficult to understand....Please somebody help me
22:01 ironm the best one would be for you to read a book Joyce
22:02 ironm there are some examples how to config tt_news
22:05 Joyce i cant get it...
22:06 aterriblechaos hm usually tt_news configuration is straight forward ... did you follow the Quick start (http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.2.24/view/1/2/#id2729923) ?
22:07 Joyce thanks...let me try my best
22:08 Joyce my installation is fine....the difficulty comes when adding the plugin
22:08 Joyce i have created the categories and subcats on News admin
22:09 Joyce but nothing is displaying on the frontend
22:09 Joyce is there something am missing?
22:10 ironm there are probably some ts code you need Joyce
22:10 ironm I don't know tt_news so can't really help you now
22:10 aterriblechaos did you add some news too? also for using categories you need to set "General Records Storage page" (see http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.2.24/view/1/2/#id3075533 )
22:10 aterriblechaos no ts code is needet for basic tt_news, you can configure it with the flexform
22:15 Joyce Mybe the mistake am making is on the flexiform
22:16 aterriblechaos in the flexform only mandatory thing is "Startingpoint" and "what to display"
22:18 Joyce ok.....i have choosen List on what to display
22:19 aterriblechaos thats ok, did you select the right starting point too ?
22:20 Joyce I cant seem to find the starting point field
22:22 aterriblechaos should be in "general settings" tab, end of page
22:24 Joyce i have selected the category
22:25 aterriblechaos as startingpoint you have to set the page where you created your news records
22:26 Joyce I have done that
22:26 aterriblechaos ok, still nothing?
22:26 Joyce nothing
22:27 aterriblechaos hm. you have created some news, not only categories? did you include the static template?
22:28 Joyce I have added the news in their respective categories
22:29 Joyce are the categories supposed to be under the storage folder?
22:31 aterriblechaos usually yes, they are in the same folder as the tt_news records itself
22:32 Joyce yes
22:34 Joyce am using templavoila....is there anything else am not doing
22:34 aterriblechaos hm without looking at it i dont know what you should check ..
22:35 aterriblechaos storage folder, tt_news static template and usually it works
22:36 Joyce Okay.. thanks...let me not waste my time on it...am installing Mini_news and try out....i have no time
22:36 Joyce Thanks so much
23:00 foertel n'evening guys
23:04 pascalj welcome

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.