[TYPO3-german] Re: Backend-Login nicht möglich / Backendlayout zerschossen

Carsten Hager carstenhager at gmx.de
Mon Jul 21 11:21:45 CEST 2014


Bin etwas weiter gekommen.

In dem Array der geladenen EXT ist der Pfad zu den einzelnen EXT nicht mehr richtig eingetragen.

PackageManager_xxxxxxxx.php ( wenn Backend "kaputt" )
...
  'loadedExtArray' => 
  array (
    'core' => 
    array (
      'type' => 'S',
      'siteRelPath' => 'typo3/sysext/core/',
      'typo3RelPath' => 'sysext/core/',
      'ext_localconf.php' => '/html/typo3/typo3/sysext/core/ext_localconf.php',
      'ext_tables.php' => '/html/typo3/typo3/sysext/core/ext_tables.php',
      'ext_tables.sql' => '/html/typo3/typo3/sysext/core/ext_tables.sql',
      'ext_icon' => 'ext_icon.png',
    ),
.....

PackageManager_xxxxxxxx.php ( wenn Backend "OK" )
....
  'loadedExtArray' => 
  array (
    'core' => 
    array (
      'type' => 'S',
      'siteRelPath' => 'typo3/sysext/core/',
      'typo3RelPath' => 'sysext/core/',
      'ext_localconf.php' => '/home/www/xxx/html/typo3/typo3/sysext/core/ext_localconf.php',
      'ext_tables.php' => '/home/www/xxx/html/typo3/typo3/sysext/core/ext_tables.php',
      'ext_tables.sql' => '/home/www/xxx/html/typo3/typo3/sysext/core/ext_tables.sql',
      'ext_icon' => 'ext_icon.png',
    ),
.....

Wenn ich die "defekte" Datei PackageManager_xxxxxxxx.php lösche wird sie automatisch wieder angelegt, allerdings dann mit dem kompletten Pfad.

Jemand eine Idee warum sich der Inhalt darin ändert?

Bug?

Gruß Carsten


More information about the TYPO3-german mailing list