xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
15 stars 24 forks source link

TYPO3 9.5: Uploads show Status Code 500 #13

Closed josefglatz closed 4 years ago

josefglatz commented 5 years ago

hey Xavier,

when using the extension in TYPO3 9 LTS almost no file upload shows a successful process and doesn't show a notification message in the TYPO3 backend to the editor.

The screenshot shows the 2nd mentioned behaviour.

image

The extConf looks like

        'extractor' => [
            'enable_tika' => 0,
            'enable_tools_exiftool' => 0,
            'enable_tools_pdfinfo' => 0,
            'enable_php' => 1,
            'auto_extract' => 0,
            'tika_mode' => 'jar',
            'tika_jar_path' => '',
            'tika_server_host' => '',
            'tika_server_port' => 9998,
            'tools_exiftool' => '',
            'tools_pdfinfo' => '',
            'mapping_base_directory' => 'EXT:extractor/Configuration/Services/',
            'mapping_configuration' => ''
        ],

Is it possible that it has to do with some Middleware stuff or Server/Response Request Objects?.

josefglatz commented 5 years ago

@xperseguers if you need some more infos or infos about the environment, please contact me in TYPO3 Slack :)

kaystrobach commented 5 years ago

@josefglatz maybe you checkout the pr #17 - feedback would be awesome!

xperseguers commented 4 years ago

Please check master branch and report if this still happens.