bobosch / ods_osm_tt_address

TYPO3 Extension OpenStreetMap - tt_address module
0 stars 2 forks source link

Error installing unter TYPO3 9 #2

Open maslme opened 4 years ago

maslme commented 4 years ago

When installing (no composer mode) the extension (latest github version) in TYPO3 9.5.10 i got the Error Message: "Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::compat_version()"

sypets commented 3 years ago

This is fixed in latest "master" but the latest version in TER (3.0.3) still contains this statement:

class.ext_update.php: return \TYPO3\CMS\Core\Utility\GeneralUtility::compat_version('6.0');

In any case the file class.ext_update.php has been deprecated for a while now, so it probably can be removed (esp. if the support for older versions is removed in the version constraints).

We are currently using current "master" on installations with 9 and 10 - so far without problems.

Disclaimer: I am not maintainer, just using the extension.

sypets commented 2 years ago

see #4