haassie / ext-page-speed-insights

TYPO3 extension to check your pages with PageSpeed Insights API. Providing scores on performance, SEO, accessibility, best-practices and PWA.
GNU General Public License v3.0
7 stars 6 forks source link

First Parameter must be either an object or the name of an existing class #20

Open Epoche-Napoleon opened 3 years ago

Epoche-Napoleon commented 3 years ago

The following error message keeps appearing:

Core: Error Handler (BE): PHP Warning: First parameter must be either an object or the name of an existing class in /html/epochenapoleon/public/typo3conf/ext/page_speed_insights/Classes/Utility/PageSpeedInsightsUtility.php line xxx The error repeats within a few seconds in lines 71, 76, 84, 88, 92, 96 and 100.

Besides this EXT: I also have the premium EXT:webvitalis 1.0.0 in a TYPO3 10.4.20 as well as PHP 7.4.13,

Gitsko commented 2 years ago

I have the same problem, is there already a solution for this ?