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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I found the problem :) We have a vendor folder in our system, because we do as well have several dependencies. As require_once 'vendor/autoload.php'; loads the autoloader file relative to the file which calls the require, it searches in our vendor folder. Therefore you should change the call to a more save function, which looks for the file in the right folder ;)
I get the following error after activating the plugin:
Class 'ApplicationInsights\WordPress\Settings' not found on Line 13
WordPress 4.9.1
PHP 7.2.10-0ubuntu0.18.04.1
Apache/2.4.29 (Ubuntu)
The text was updated successfully, but these errors were encountered: