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
Piwik JavaScriptController::tracking uses the @NoCSRFRequired annotation and should use the NoCSRFRequired attribute instead and $config is deprecated
#106
Open
c-prompt opened this issue
Sep 15, 2024
· 0 comments
Just updated to Nextcloud Hub 9 (30.0.0) and noticed a bunch of these in my error log:
[no app in context] Debug: OCA\Piwik\Controller\JavaScriptController::tracking uses the @NoCSRFRequired annotation and should use the #[OCP\AppFramework\Http\Attribute\NoCSRFRequired] attribute instead
GET /nextcloud_dir/index.php/apps/piwik/js/tracking
[PHP] Debug: Creation of dynamic property OCA\Piwik\Config::$config is deprecated at /home/nextcloud/domains/mycloud.mydomain.com/public_html/nextcloud_dir/apps/piwik/lib/Config.php#10
GET /nextcloud_dir/index.php/apps/piwik/js/tracking
The text was updated successfully, but these errors were encountered:
Just updated to Nextcloud Hub 9 (30.0.0) and noticed a bunch of these in my error log:
The text was updated successfully, but these errors were encountered: