[Typo3] Typo3-english Digest, Vol 26, Issue 107

Jyothi Tadepalli jyothi_tad at yahoo.com
Mon Nov 21 12:32:29 CET 2005


Hi,
   
  I use typo3 and am glad to be a member of this group. In the past I could resolve quite a few issues with the help of this group. Thanks to this wonderful community.
   
  I have another  problem now  which i guess can be resolved with your help
  .
   My windows server has 3.6.0 version installed on it. I am trying to install typo3 3.8.0 on a linux box. All the templates, database and the pages are transferred to the linux server.
  When i'm trying to view a page it shows an error:
  The requested page didn't have a proper connection to the tree-root! 

(Broken rootline) 
   
  The template setup has all the code but when viewed in typoscript object browser it doesnt show anything except for plugins, config, includeLibs
   
  Can someone please help me in fixing this problem
   
  Thanks & Regards,
  Jyothi
 tag> and its tags contain very long> phrases and it looks awfull.> There is no chance to cut them off to> the normal length, so I wonder whether> there is a way to let's say split the text> or sth.>>> Lookin forward to getting some support from you!!>>> racco ------------------------------Message: 6Date: Mon, 21 Nov 2005 11:25:08 +0200From: Dmitry Dulepov Subject: Re: [Typo3] Google Analytics Script after meta tagTo: typo3-english at lists.netfielders.deMessage-ID: Content-Type: text/plain; charset=KOI8-RHi!Dimitri Tarassenko wrote:> Q. Why do we need an extension?> A. Because you can't follow Google's instructions on placing their> javascript code inside container by using TypoScript. Anything> you insert from TypoScript will end up _above_ element and<br>> this will break several reports that are based on document's title.<br><br>You can put this script into your HTML template... Not sure about MTB<br>but with FTB works without any problem. No need for
 extensions...<br><br>Dmitry.<br><br><br>------------------------------<br><br>Message: 7<br>Date: Mon, 21 Nov 2005 10:56:12 +0100<br>From: Christian Lerrahn <typo3 at penpal4u.net><br>Subject: [Typo3] if testing for a part of COA<br>To: typo3-english at lists.netfielders.de<br>Message-ID:<br> <mailman.1.1132566976.969.typo3-english at lists.netfielders.de><br>Content-Type: text/plain; charset=ISO-8859-15<br><br>Hi,<br>I've asked that question before on the German Typo3 list but the<br>suggestions I got, didn't work. So I'll give the slightly(?) extended<br>community on the English list another try as well. ;-)<br><br>I have an object looking like this.<br><br>temp.bildRechts = COA<br>temp.bildRechts {<br> 10 = HTML<br> 10.value = <table cellpadding="0" cellspacing="0" class="rechtsBox"><tr><br> 20 = HTML<br> 20.value = <td><p class="illuheader"><br> 30 = HTML<br> 30.value.field = title<br> 40 = HTML<br> 40.value = </p></td></tr><td><br> <br> 50 < styles.content.getRight<br><br> 60 = HTML<br>
 60.value = </td></tr><br> 70 = HTML<br> 70.value = </table><br>}<br><br>What I want to do now is add an if to the COA, so that the whole COA<br>doesn't exist if temp.bildRechts.50 is empty, i.e.<br>styles.content.getRight is empty. However, I don't know what an if would<br>look that checks for the content of a child object or even for a<br>different COA's content like styles content.getRight.<br><br>Any suggestions?<br><br>Christian<br><br>-- <br> Gott gibt den Weisen ihre Weisheit und den Verst?ndigen ihren<br> Verstand.<br> <br> Daniel 2,21<br> <br> Es sind verschiedene Kr?fte. Aber es ist #ein# Gott, der da wirkt<br> alles in allen. In einem jeden offenbart sich der Geist zum<br> Nutzen aller.<br> <br> 1.Korinther 12,6-7<br> <br><br><br>------------------------------<br><br>Message: 8<br>Date: Mon, 21 Nov 2005 11:09:38 +0100<br>From: Elmar Hinz <elmar.DOT.hinz at team.MINUS.red.DOT.net><br>Subject: Re: [Typo3] Did typo3 3.8 compatible to mysql 4.1??<br>To:
 typo3-english at lists.netfielders.de<br>Message-ID:<br> <mailman.1.1132567781.4097.typo3-english at lists.netfielders.de><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>> for example. mysql 4.1 unicode compatible.<br>> I didn't notice that before I saw some character broken.<br>> And I found, mysqld using utf8, typo3 using utf8, but mysql_connect using<br>> iso-8859-1.<br>> All chinese character are broken inside database,<br>> (one utf8 character from typo3 it convert into three 8859-1 char, and then<br>> convert one 8859-1 char into one utf character again)<br>> <br><br>I did some testing my own and come to similar results.<br><br>* DB MySQL 4.1.11, Collation utf8_unicode_ci<br>* TYPO3 3.8.0<br><br>Setup: page.config.metaCharset = utf-8<br>Config: $[BE][forceCharset]=utf-8;<br><br>As long as I enter iso chars editing and output works fine.<br>But non ascii chars look *ugly* in the database in phpMyAdmin is set to <br>utf-8.<br><br>When I try to enter chinese or
 russian letters, I get an error window <br>directly after submit:<br><br>102: These fields are not properly updated in database: (bodytext) <br>Probably value mismatch with fieldtype.<br><br>A few days ago there was a discussion about a russian site. They needed <br>to setup the DB as iso-8859-1 to get a utf-8 site running. That sounds <br>paradox in some way and can't be the regular solution.<br><br>It may be that "SET NAMES 'charset_name'" don't work as Dennis suspected <br>in his first posting. Maybe it should bette be "SET CHARACTER SET <br>charset_name".<br><br>Elmar<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>-- <br>Climate change 2005: Mexico, Guatemala, New Orleans, Sahel, Bangladesh,<br>Spain, Portugal, Austria, Swiss, France, ...<br>Production of CO2 is killing people.<br>Production of CO2 just for fun is killing people just for fun.<br><br><br>------------------------------<br><br>Message: 9<br>Date: Mon, 21 Nov 2005 12:12:37
 +0200<br>From: Dmitry Dulepov <typo3 at fm-world.ru><br>Subject: Re: [Typo3] Google Analytics Script after meta tag<br>To: typo3-english at lists.netfielders.de<br>Message-ID:<br> <mailman.1.1132567957.4360.typo3-english at lists.netfielders.de><br>Content-Type: text/plain; charset=KOI8-R<br><br>Btw, Google analytics still does not work for me. 6 days passed from<br>adding my site to analytics pages and setting code to it.<br><br>Does anyone else experience the same problem?<br><br>Dmitry.<br><br>Eric Blom wrote:<br>> I'm trying to setup Google Analytics with Typo3. Google says that their<br>> script must be installed in the <head> </head> section of your page but<br>> after any <meta> tags.<br>> <br>> I tried adding page.headTag to the setup of my template as shown below,<br>> but, this puts the script before the meta tags.<br>> <br>> page.headTag = <head><script src="http://www.google-analytics.com/<br>> urchin.js" type="text/javascript"></script><script type="text/<br>> javascript">
 _uacct = "UA-xxxxx-x"; urchinTracker();</script><br>> <br>> Can anyone tell me how to add a script after the meta tags in the head<br>> section?<br>> <br>> Thank you,<br>> Eric<br>> <br><br><br>------------------------------<br><br>Message: 10<br>Date: Mon, 21 Nov 2005 11:36:05 +0100<br>From: stefano cecere <scecere at krur.com><br>Subject: Re: [Typo3] Integration of webapplication in TYPO3 website<br>To: typo3-english at lists.netfielders.de<br>Message-ID:<br> <mailman.1.1132569362.6088.typo3-english at lists.netfielders.de><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Peter Geldhof wrote:<br>> Hello,<br>> <br>> Does anybody have suggestions or links to topics how to integrate a <br>> webapplication in a TYPO3 website ?<br>> <br>> More concrete: I have a TYPO3 website with a HTML template and use the <br>> autoparser. The template has a Logon form and I'd like to post the <br>> logon credentials on a page of an external webapplication. This works <br>> fine
 "outside" TYPO3, but I'd like to create an integrated look and <br>> therefore need the webapplication 'within' my TYPO3 website ...<br>> <br>> Thanks,<br>> Peter<br><br><br>it is well explained in the typo3 book (the "official" one)<br><br>stefano<br><br><br>------------------------------<br><br>_______________________________________________<br>Typo3-english mailing list<br>Typo3-english at lists.netfielders.de<br>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english<br><br>End of Typo3-english Digest, Vol 26, Issue 107<br>**********************************************<br></blockquote><br></div>

		
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.  


More information about the TYPO3-english mailing list