TYPO3 4-7.10 nimmt HTML-Template nicht. [Gelöst]

  • thowe thowe
    Jedi-Meister
    0 x
    267 Beiträge
    0 Hilfreiche Beiträge
    03. 04. 2013, 20:11

    Guten Tag TYPO3-Foristi

    habe bei 1und1 (keine Unkenrufe bitte, war vorgegeben) TYPO3 4.7.10 installiert
    Die (Typoscript)Templates wurden erstellt und werden eingebunden.
    Folgende Erweiterungen werden im wesentlichen (alle in der aktuellen Version) verwendet:

    automaketemplate
    dam (inkl. dam_index, dam_catedit)
    phpmyadmin
    multicolumn und
    tt_news sowie
    alle System-Estensions

    die wesentlichen TS-Templates Angaben sind:

    1. config {
    2.  
    3. # Domain für die URL (ohe slashes (//) und ohne Protokoll (http:) also ohne (http://)
    4. domain = www.domain.eu/cms
    5.  
    6. }
    7.  
    8. ########## Pfade für HTML-Templates, Grafiken, CSS, JS ######
    9.  
    10. filepaths {
    11. # HTML-Template
    12. templates = fileadmin/site/templates/
    13.  
    14. # CSS
    15. css = fileadmin/site/css/
    16.  
    17. # Grafiken
    18. images = fileadmin/site/images/
    19.  
    20. # Javascript
    21. js = http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
    22.  
    23. # HTML-Templates von Erweiterungen (Extensions, Plug-Ins)
    24. extensionstemplates = fileadmin/site/templates/extensions/
    25. }
    26.  
    27. ########## AUTOMAKETEMPLATE #########
    28. #Abfragen welches Template verwendet wird!
    29. [globalVar = TSFE:page|backend_layout = 1]
    30. plugin.tx_automaketemplate_pi1 {
    31.  
    32. # TML template file: Name des HTML-Templatefile (ohen Pfadangeben, siehe auch constants.filepaths)
    33. templatefile = index.html
    34. }
    35. [global]
    36. [globalVar = TSFE:page|backend_layout = 2]
    37. plugin.tx_automaketemplate_pi1 {
    38.  
    39. # TML template file: Name des HTML-Templatefile (ohen Pfadangeben, siehe auch constants.filepaths)
    40. templatefile = index1.html
    41. }
    42. [global]
    43. [globalVar = TSFE:page|backend_layout = 3]
    44. plugin.tx_automaketemplate_pi1 {
    45.  
    46. # TML template file: Name des HTML-Templatefile (ohen Pfadangeben, siehe auch constants.filepaths)
    47. templatefile = index2.html
    48. }
    49. [global]
    50.  
    51.  
    52. ########## META-ANGABEN ##########
    53.  
    54. plugin.meta {
    55.  
    56. #kurze Inhaltsangabe über die SITE von EDINGER
    57. description = Dieses TYPO3 Seite von Conzepta`s ist der Internetauftritt von Conzeptas Assekuranzmakler GmbH.
    58. # Schlüsselwörter (Keywords, abgetrennt durch Beistrich)
    59. keywords = ....
    60.  
    61. # Robots
    62. robots = all
    63.  
    64.  
    65.  
    66. #Sprache
    67. language = de
    68.  
    69. #Distribution
    70. distribution = GLOBAL
    71. #Optionen für rating: General, Mture, 14years, Restricted
    72. rating = General
    73.  
    74. }
    75.  
    76.  
    77. ########## STYLES.contentpage-Angaben ##########
    78.  
    79. contentpage {
    80.  
    81. # PID der Fusszeilenquelle (footer) : Parent ID von Fusszeileninhalten bei normalen Seiten
    82. footerPID = 13
    83. headerPID = 12
    84. headernavPID = 12
    85.  
    86. }
    87.  
    88. ###### Den Autoparser (Automaketemplate konfigurieren: ######
    89.  
    90. plugin.tx_automaketemplate_pi1 {
    91.  
    92. # Das HTML-Template einlesen
    93. content = FILE
    94. content.file = {$filepaths.templates}{$plugin.tx_automaketemplate_pi1.templatefile}
    95.  
    96. elements {
    97. BODY.all = 1
    98. BODY.all.subpartMarker = DOCUMENT_BODY
    99. HEAD.all = 1
    100. HEAD.all.subpartMarker = DOCUMENT_HEADER
    101.  
    102. DIV.all = 1
    103.  
    104. H1.all = 1
    105.  
    106. }
    107.  
    108. }

    Folgender Output im Quelltext

    1. <?xml version="1.0" encoding="utf-8"?>
    2. <!DOCTYPE html
    3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    5. <html xml:lang="de" lang="de" xmlns="http://www.w3.org/1999/xhtml">
    6.  
    7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    8. <!--
    9. Die Site von XXX wurde von in2in.at entwickelt, aktuelle TYPO3-Version 4.7.10
    10.  
    11. ===
    12.  
    13. This website is powered by TYPO3 - inspiring people to share!
    14. TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
    15. TYPO3 is copyright 1998-2012 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
    16. Information and contribution at http://typo3.org/
    17. -->
    18.  
    19. <base href="http://www.domain.eu/cms/" />
    20. <link rel="shortcut icon" href="http://www.domain.eu/cms/fileadmin/site/images/web/favicon.ico" type="image/x-icon; charset=binary" />
    21. <link rel="icon" href="http://www.domain.eu/cms/fileadmin/site/images/web/favicon.ico" type="image/x-icon; charset=binary" />
    22. <title>XXX Startseite</title>
    23. <meta name="generator" content="TYPO3 4.7 CMS" />
    24.  
    25. <link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_ab39c1faa1.css?1364969265" media="all" />
    26. <link rel="stylesheet" type="text/css" href="fileadmin/site/css/basis.css?1364968661" media="all" />
    27.  
    28.  
    29.  
    30. <script src="typo3temp/javascript_623444f897.js?1364968345" type="text/javascript"></script>
    31.  
    32.  
    33.  
    34. </head>
    35.  
    36.  
    37.  
    38.  
    39. </body>
    40. </html>
    41. <!-- Parsetime: 537ms -->

    Tja die im Ordner fileadmin/site/templates/ liegenden HTML-Templates werden nicht "geladen" woran kann das liegen?

    Ich verwende im Prinzip die TS-Template Struktur wie im Indroduction Package....

    Freue mich auf jeden Tipp/Anregung etc...

    LG thowe

    thowe
    <think happy thoughts>


  • 1
  • thowe thowe
    Jedi-Meister
    0 x
    267 Beiträge
    0 Hilfreiche Beiträge
    05. 04. 2013, 21:51

    das Problem ist gelöst.

    In der Schnelle hatte ich alles Extension installiert nur NICHT die EXT:automaketemplate
    *tststs*

    LG & ciao thowe

    thowe
    <think happy thoughts>

  • 1