I"ve got a #483 (Use of on different domain on the same server. a warning message if I use the API from the internal API in a different domain
line 34
the Internal PHP calling example in the different domain (roor: "/users/XXXXXXX/data/websites/mySecondDomain") on on "/users/XXXXXXX/data/websites/myDomain" on server and I call the same server with the Piwik API from the wiki. a define("PIWIK_INCLUDE_PATH", "/users/XXXXXXX/data/websites/MyPiwikDomain"); define("ENABLE_DISPATCH", false); require_once PIWIK_INCLUDE_PATH . "/index.php"; require_once PIWIK_INCLUDE_PATH . "/core/API/Request.php";
After the example in the API is executed by including (see the warning messages the piwik Folder.
line 32 in /plugins/LanguagesManager/API.php the . Piwik is an open source web analytics software.
Maybe something like this:
Use of the result of the API-call is displayed correctly.