howto include *.js files in own plugins
Hello, I'm developing a own Piwik plugin and I cant include a JS file. So far I made the hook in the myPlugin.php see as below: function getListHooksRegistered() { return array( 'AdminMenu.add' =>...
View ArticleRead token_auth value from root of xml result??
Hello people :) Have problem with parsing value in result returned from api call , token auth value is kept in root element of xml. How to read it with php simplexml function ??
View ArticleChanging to SSL on an existing site
I've changed the site where Piwik is located to SSL. After the change only the basic website where Piwik is located shows up with the correct links while hovering the entries. All others show links to...
View ArticleCannot add new website
Hi I am totally lost, I installed Piwik on one of my wordpress sites a few months ago. So today I logged into piwik and tried to enter anther website. So first I go to Settings and add my new...
View ArticleRe: Changing to SSL on an existing site
I don't understand, can you post a screenshots showing exactly the problem?
View ArticleRe: howto include *.js files in own plugins
It should work OK. However you need to disable merged assets, see: [piwik.org]
View ArticleRe: Cannot add new website
It sounds like it should work, double check URL + token_auth are correctly entered in WP-Piwik ?
View ArticleUsing a string for filter_pattern
Hi there. I have a database of 4000 video clips and every clip has an uniqe id (1-4000) in my database. On my website I use url parameters like video=13 to get to the video with id 13. I try to use...
View ArticleRe: Cannot add new website
Quotematt It sounds like it should work, double check URL + token_auth are correctly entered in WP-Piwik ? Yeah think they are ok I have attached an image to show exactly what I am doing thanks
View ArticleRe: Using a string for filter_pattern
if you URL encode the search pattern, it should work
View ArticleRe: Cannot add new website
it looks OK, maybe ask in WP-Piwik forum for help or check their FAQ maybe it's explained how to debug this ?
View ArticleRe: Using a string for filter_pattern
I got it working by using %3D instead of = but now I have another problem. I still have some pages with only the video-parameter. Like video=13 (without the & at the end). How do I filter video=13...
View ArticleRe: Changing to SSL on an existing site
Ok, I see I didn't explain it very well. My fault.:S Second attempt: I'm tracking five different domains located at different servers with my piwik-installation. When I'm checking the dashboards for...
View ArticleError when Checking For Updates
I am getting the following error when I click on About Piwik on the top right and then click on Check For Updates: QuoteThe string CoreHome_YouAreUsingTheLatestVersion_js was not loaded in javascript....
View ArticleTracking time on page doesn't work correctly, only track about 1s for page
Hi, Please consider and give my advice for my case. Using Piwik version 1.11, tracking time on page works normally if not trigger goal (navigate page to page only). But the problem happens when...
View ArticleRe: preg_match error
if you can't login, then how are you repairing any files? i can't even get into cpanel (i'm getting a 404 page....) can someone let me know the explicit next step, please.
View ArticleRe: [SOLVED] Warning: preg_match(): Unknown modifier '/' in core/Url.php on...
there is no question that i don't have the right Piwik URL or Piwik path (PHP API, beta). i know that. have tried SEVERAL variations in piwik itself and in the setup for "wp-piwik" to no avail. in...
View ArticleRe: How to analyze 404-hits on the site?
Hi guys, I can't get this to work. I got the following the my htaccess on my webserver: ErrorDocument 404 http://www.myurl.com/404.html My visitor-log now only shows and lost the entered wrong url....
View Article