You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using TYPO3 9.5.21, I can't execute the command because of this:
Uncaught TYPO3 Exception Argument 1 passed to
Haassie\PageSpeedInsights\Utility\PageSpeedInsightsUtility::getPageAndLanguageId()
must be of the type int, string given, called in /var/www/html/Source/public/typo3conf/
ext/page_speed_insights/Classes/Command/CheckPageSpeedInsightsCommand.php
on line 46
thrown in file /var/www/html/Source/public/typo3conf/ext/page_speed_insights
/Classes/Utility/PageSpeedInsightsUtility.php
in line 144
To me it looks as if in line 46 of Classes/Command/CheckPageSpeedInsightsCommand.php the uid of the page should be cast to integer like so:
Hi!
Using TYPO3 9.5.21, I can't execute the command because of this:
To me it looks as if in line 46 of Classes/Command/CheckPageSpeedInsightsCommand.php the uid of the page should be cast to integer like so:
Thanks!
The text was updated successfully, but these errors were encountered: