Kanti / web-vitals-tracker

Real Measurement Web Vitals Statistic for your TYPO3
GNU General Public License v3.0
3 stars 1 forks source link

undefined method executeStatement() #4

Open derbenner opened 1 year ago

derbenner commented 1 year ago

Call to undefined method TYPO3\CMS\Core\Database\Connection::executeStatement()

In web_vitals_tracker/Classes/Domain/Repository/MeasureRepository.php:48

can't figure out what's wrong, fresh installed, all caches cleared. Typo3 version 10.4.31 and web_vitals_tracker 1.4.1

Kanti commented 1 year ago

I'm currently not using this Extension myself, maybe this is a Problem with a diffrent doctrine/dbal Version? Can you add the version number of doctrine? if you use Composer this will print the version: composer show doctrine/dbal

derbenner commented 1 year ago

The page is running on a shared hosting, i can't run any commands and i don't have build the site so i don't know whether composer is used. Any other idea to get more Informations about this error?

derbenner commented 1 year ago

I'm currently not using this Extension myself, maybe this is a Problem with a diffrent doctrine/dbal Version? Can you add the version number of doctrine? if you use Composer this will print the version: composer show doctrine/dbal

The page is running on a shared hosting, i can't run any commands and i don't have build the site so i don't know whether composer is used. Any other idea to get more Informations about this error?

derbenner commented 1 year ago

doctrine/dbal Version is 2.10.4.