itx-informationssysteme / jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://extensions.typo3.org/extension/jobapplications/
Other
7 stars 10 forks source link

syntax error, unexpected ':', expecting ')' in /html/typo3/typo3conf/ext/jobapplications/Classes/Controller/ApplicationController.php line 722 #121

Closed p-view closed 11 months ago

p-view commented 11 months ago

after Update to 2.3.2 i got this Error, after then "Call to a member function isPackageActive() on null" LIne 722: if ( $arguments["new_mail"] !== '' || ($arguments["timestamp"] != '' && (microtime(as_float: true) - (int)$arguments["timestamp"]) < $minMillisecondsToFillOutForm))

on typo3 11.5.30

only downgrade helps

ghost commented 11 months ago

Are you on PHP 7.4? The extension has a php version requirement of php 8 since 2.2.0

p-view commented 11 months ago

ok, thx. That helps. Thank you for the great Extension.