Ergebnis 1 bis 1 von 1

Thema: Probleme mit tt_adress bei migration von typo 3

      
  1. #1
    Forum Zuschauer
    Registriert seit
    06.08.2012
    Beiträge
    2

    Probleme mit tt_adress bei migration von typo 3

    ERLEDIGT, TYPO3 läuft überhaupt nicht auf meinem neuen Rechner..
    neuer Thread siehe: http://www.typo3forum.net/forum/installation-lokalen-entwicklungsumgebungen/56856-typo3-xampp-wirft-fehler-installation-bekomme-laufen.html (TYPO3 auf XAMPP wirft Fehler nach Installation, bekomme es nicht zum laufen..)


    Hi zusammen, bin der neue hier.. ; )

    ..und kämpfe grade mit folgendem problem:

    ich entwickle gerade meiner erste t3 extension auf windows mit xampp.
    habe letzte woche ein neues notebook bekommen und versuche seitdem meine typo3-installation zu migrieren..

    eigentlich scheint alles zu passen, müsste eig 1:1 gleich sein wie auf meinem alten rechner..

    trotzdem bekomme ich folgende fehlermeldung:


    Code:
    Uncaught TYPO3 Exception#1: PHP Runtime Notice: Declaration of tx_ttaddress_tceFunc_selectTreeView::wrapTitle() should be compatible with t3lib_treeView::wrapTitle($title, $row, $bank = 0) in C:\xampp\htdocs\wet2\mytypo3website\typo3conf\ext\tt_address\class.tx_ttaddress_tcefunc_selecttreeview.php line 41 (More information)
    
    
    t3lib_error_Exception thrown in file
    C:\xampp\htdocs\wet2\mytypo3website\t3lib\error\class.t3lib_error_errorhandler.php in line 107.
    
    
    4 t3lib_error_ErrorHandler::handleError(2048, "Declaration of tx_ttaddress_tceFunc_selectTreeView…t3lib_treeView::wrapTitle($title, $row, $bank = 0)", "C:\xampp\htdocs\wet2\mytypo3website\typo3conf\ext\…ress\class.tx_ttaddress_tcefunc_selecttreeview.php", 41, array)
    
    
    C:\xampp\htdocs\wet2\mytypo3website\typo3conf\ext\tt_address\class.tx_ttaddress_tcefunc_selecttreeview.php:
    00039:  * @subpackage tt_address
    00040:  */
    00041: class tx_ttaddress_tceFunc_selectTreeView extends t3lib_treeview {
    00042: 
    00043:  var $TCEforms_itemFormElName = '';
    
    
    3 include_once("C:\xampp\htdocs\wet2\mytypo3website\typo3conf\ext\…ress\class.tx_ttaddress_tcefunc_selecttreeview.php")
    
    
    C:\xampp\htdocs\wet2\mytypo3website\typo3conf\temp_CACHED_ps70dd_ext_tables.php:
    02091: 
    02092:    // classes for displaying the group tree and manipulating flexforms
    02093:  include_once(t3lib_extMgm::extPath($_EXTKEY).'class.tx_ttaddress_tcefunc_selecttreeview.php');
    02094:  include_once(t3lib_extMgm::extPath($_EXTKEY).'class.tx_ttaddress_treeview.php');
    02095:  include_once(t3lib_extMgm::extPath($_EXTKEY).'class.tx_ttaddress_addfilestosel.php');
    
    
    2 include("C:\xampp\htdocs\wet2\mytypo3website\typo3conf\temp_CACHED_ps70dd_ext_tables.php")
    
    
    C:\xampp\htdocs\wet2\mytypo3website\typo3\init.php:
    00374:  // Extension additions
    00375: if ($TYPO3_LOADED_EXT['_CACHEFILE']) {
    00376:  include (PATH_typo3conf.$TYPO3_LOADED_EXT['_CACHEFILE'].'_ext_tables.php');
    00377: } else {
    00378:  include (PATH_t3lib.'stddb/load_ext_tables.php');
    
    
    1 require("C:\xampp\htdocs\wet2\mytypo3website\typo3\init.php")
    
    
    C:\xampp\htdocs\wet2\mytypo3website\typo3\index.php:
    00036: 
    00037: define('TYPO3_PROCEED_IF_NO_USER', 1);
    00038: require('init.php');
    00039: require('template.php');
    00040:

    bin noch nicht sehr vertraut mit typo, arbeite erst seit ein paar wochen damit..
    wäre sehr dankbar wenn jemand hier eine idee hätte.
    Geändert von mzmz (07.08.2012 um 08:41 Uhr)

 

 

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Facebook Kommentare

Ähnliche Themen

  1. Antworten: 1
    Letzter Beitrag: 14.07.2011, 15:01
  2. Typo 3 Navigation, Index und mehr geroße Probleme
    Von Steinvirus im Forum TYPO3 4.x Fragen und Probleme
    Antworten: 3
    Letzter Beitrag: 08.12.2008, 21:36
  3. Probleme bei Installation von Typo 4.2.3 auf Webserver
    Von Dürkü im Forum TYPO3 4.x Installation und Updates
    Antworten: 11
    Letzter Beitrag: 03.12.2008, 21:04
  4. Probleme mit Typo
    Von bown im Forum TYPO3 4.x Fragen und Probleme
    Antworten: 1
    Letzter Beitrag: 25.08.2008, 18:33
  5. probleme mit typo u. rss !!!
    Von alecs im Forum TYPO3 4.x Fragen und Probleme
    Antworten: 3
    Letzter Beitrag: 16.08.2007, 10:10

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238