Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yag 4.1.2 Autoload error #82

Open
itawde opened this issue Sep 28, 2016 · 2 comments
Open

Yag 4.1.2 Autoload error #82

itawde opened this issue Sep 28, 2016 · 2 comments

Comments

@itawde
Copy link

itawde commented Sep 28, 2016

Using Yag 4.1.2 on TYPO3 7.6.11. I get the following error in the TYPO3 BackEnd:
#1289386765: Could not analyse class: "Tx_Yag_ViewHelpers_Link_GalleryViewHelper" maybe not loaded or no autoloader? PHP Warning: Declaration of Tx_PtExtlist_ViewHelpers_Link_ActionViewHelper::render($action = NULL, array $arguments = Array, $controller = NULL, $extensionName = NULL, $pluginName = NULL, $pageUid = NULL, $pageType = 0, $noCache = false, $noCacheHash = false, $section = '', $format = '', $linkAccessRestrictedPages = false, array $additionalParams = Array, $absolute = false, $addQueryString = false, array $argumentsToBeExcludedFromQueryString = Array) should be compatible with TYPO3\CMS\Fluid\ViewHelpers\Link\ActionViewHelper::render($action = NULL, array $arguments = Array, $controller = NULL, $extensionName = NULL, $pluginName = NULL, $pageUid = NULL, $pageType = 0, $noCache = false, $noCacheHash = false, $section = '', $format = '', $linkAccessRestrictedPages = false, array $additionalParams = Array, $absolute = false, $addQueryString = false, array $argumentsToBeExcludedFromQueryString = Array, $addQueryStringMethod = NULL) in /<...>/typo3conf/ext/pt_extlist/Classes/ViewHelpers/Link/ActionViewHelper.php line 0

Any hint is appreciated!

@dmnk
Copy link

dmnk commented Oct 31, 2016

i guess you're using php7?

the matching of interfaces and implementations is tighter.
actually this is a "class" of bugs, that has to be fixed in pt_extlist -> punktDe/pt_extlist#19

@asandmeier
Copy link

asandmeier commented Nov 5, 2016

Had quite a similar bunch of warnings and errors on my installation while loading images into the BE!
Server: Ubuntu 16.04, Linux 4.4.0
PHP: 7.0.8
Typo3: 7.6.11 and 7.6.12
DB: 5.7.12
YAG: 4.1.2
pt_extbase: 2.2.0
pt_extlist: 2.3.0

Here are the first warning and the error at the end:
Core: Error handler (BE): PHP Warning: Declaration of Tx_PtExtlist_Domain_Model_Filter_FilterFactory::injectObjectManager(TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager) should be compatible with Tx_PtExtlist_Domain_AbstractComponentFactory::injectObjectManager(TYPO3\CMS\Extbase\Object\ObjectManager $objectManager) in /var/www/html/photores/typo3conf/ext/pt_extlist/Classes/Domain/Model/Filter/FilterFactory.php line 38

... a few more warnings then ...

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1247602160: Incorrect string value: '\x8F\xAE\xF6?G-...' for column 'exif' at row 1 | TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException thrown in file /var/www/html/typo3_src-7.6.12/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php in line 879. Requested URL: http://192.168.1.38:81/photores/typo3/index.php?M=web_YagTxYagM1&moduleToken=d36fcc7c6eab3751174886aad957f0a361872694&id=37&tx_yag_web_yagtxyagm1%5Baction%5D=importFromZip&tx_yag_web_yagtxyagm1%5Bcontroller%5D=ZipImport

Any idea how to fix this ? Hints are very welcome, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants