Probleme mit Dateiliste

  • romihue romihue
    R2-D2
    0 x
    64 Beiträge
    0 Hilfreiche Beiträge
    10. 03. 2010, 10:24

    Morgen allerseits,

    Ich hab folgendes Problem:
    Wenn ich im Backend Dateiliste aufrufen will, bekomme ich das serviert:
    [b]Fatal error: Class 'gzip_encode' not found in /html/typo3_src-4.1.13/typo3/file_list.php on line 356[/b]

    Hat da jemand Ahnung, was das sein könnte?

    Grüße romihue


  • 1
  • pow pow
    Jedi-Ratsmitglied
    0 x
    719 Beiträge
    0 Hilfreiche Beiträge
    10. 03. 2010, 10:59

    Kenne das Problem nicht, aber habe folgendes gefunden:

    http://bugs.typo3.org/view.php?id=10256

    Thanks @google.de

  • romihue romihue
    R2-D2
    0 x
    64 Beiträge
    0 Hilfreiche Beiträge
    10. 03. 2010, 11:23

    Hallo Danke für die Antwort

    hab´s auch gleich ausprobiert, hat aber leider nur das Ergebnis gebracht:

    [b]Warning: require_once(PATH_t3libclass.gzip_encode.php) [function.require-once]: failed to open stream: No such file or directory in /html/typo3_src-4.1.13/typo3/file_list.php on line 51

    Fatal error: require_once() [function.require]: Failed opening required 'PATH_t3libclass.gzip_encode.php' (include_path='.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/typo3_src-4.1.13/typo3/file_list.php on line 51[/b]
    #angry#
    Das war also nicht das Problem....

    Trotzdem Danke

  • romihue romihue
    R2-D2
    0 x
    64 Beiträge
    0 Hilfreiche Beiträge
    10. 03. 2010, 11:27

    In der Php ist der folgende Code:

    [b]// Make instance:
    $SOBE = t3lib_div::makeInstance('SC_file_list');
    $SOBE->init();
    $SOBE->main();
    $SOBE->printContent();

    if ($TYPO3_CONF_VARS['BE']['compressionLevel']) {
    new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']);
    [/b]

    Vielleicht hat da schon mal jemand etwas mit gehabt.

    Grüße romihue

  • 1