subhh / libconnect

Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8 stars 8 forks source link

TYPO3 Exception: Unknown Namespace: libconnect #14

Closed johlton closed 3 years ago

johlton commented 4 years ago

With Typo3 8.7.32 in composer mode, I get the uncaught exception error:

Fluid parse error in template partial_Dbis/TopList_629d4779a49990829c186d847f9648ba6dab7019, line 3 at character 86. Error: Unknown Namespace: libconnect (error code 0). Template source chunk:

TYPO3Fluid\Fluid\Core\Parser\UnknownNamespaceException thrown in file /home/fab/_srv/gitlab/typo3-tub/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php in line 158.

I installed it with Extension Manager, though (with the workaround via vendor/typo3/autoload-include.php, since there is no composer package available yet).

I'm trying to include it into my pretty basic FLUID template with the following TypoScript:

plugin.tx_libconnect {
     ezbbibid = XYZ
     dbisbibid = xyz

     view {
         templateRootPath = EXT:libconnect/Resources/Private/Templates/
         partialRootPath = EXT:libconnect/Resources/Private/Partials/
         layoutRootPath = EXT:libconnect/Resources/Private/Layouts/
     }

     settings {
         ezbNoCSS = 1
         dbisNoCSS = 1
     }
}

What is going wrong here? This should work out of the box with Typo3 8, correct? Am I missing something, perhaps also in my (fresh) Typo3 installation?

This only affects the DBIS view, the EZB view is fine.

Thanks in advance!

percolatorWitt commented 3 years ago

Hi,

we use TYPO3 8.7 too on our website. I will check the problem.

percolatorWitt commented 3 years ago

It´s fixed with 7.0.5.