PHP Runtime Deprecation Notice TYPO3 v9.5.5
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 5
- Joined: 17 Apr 2019, 20:05
PHP Runtime Deprecation Notice TYPO3 v9.5.5
I've installed Aimeos via composer to my TYPO3 (version 9.5.5 with PHP version 7.2.17, OS is FreeBSD 11.2-RELEASE-p8 OS and the webserver is an Apache/2.4 ) site. And when I try to open the Aimeos (version 19.1.0) module in the backend, I'm getting the following Error Message:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Runtime Deprecation Notice: Non-static method TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashFactory::getDefaultHashInstance() should not be called statically in /TYPO3ROOTPATH/public/typo3conf/ext/aimeos/Classes/Base/Context.php line 146 | TYPO3\CMS\Core\Error\Exception thrown in file /TYPO3ROOTPATH/public/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 116. Requested URL: https://websiteurl/typo3/index.php?route=%%2Fweb%%2FAimeosTxAimeosAdmin%%2F&token=--AnonymizedToken--
Is this somesort of an compatibility issue between Aimeos and TYPO3. Or has my PHP configuration an error?
Thank you for your answers
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Runtime Deprecation Notice: Non-static method TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashFactory::getDefaultHashInstance() should not be called statically in /TYPO3ROOTPATH/public/typo3conf/ext/aimeos/Classes/Base/Context.php line 146 | TYPO3\CMS\Core\Error\Exception thrown in file /TYPO3ROOTPATH/public/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 116. Requested URL: https://websiteurl/typo3/index.php?route=%%2Fweb%%2FAimeosTxAimeosAdmin%%2F&token=--AnonymizedToken--
Is this somesort of an compatibility issue between Aimeos and TYPO3. Or has my PHP configuration an error?
Thank you for your answers
Re: PHP Runtime Deprecation Notice TYPO3 v9.5.5
If you are using Aimeos 18.10, please make sure you've installed the latest one (18.10.8).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 5
- Joined: 17 Apr 2019, 20:05
Re: PHP Runtime Deprecation Notice TYPO3 v9.5.5
I've reinstalled TYPO3 and now it works. Thanks for your reply.