Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter thelezinouarlax

    (@thelezinouarlax)

    Problem occured with Piwik path (PHP API, beta) option.

    Plugin Author braekling

    (@braekling)

    Does this problem also occur using the REST API?

    Which PHP and Piwik versions are you using?

    Can you enable WP_DEBUG in your WordPress config file?
    define('WP_DEBUG', true);
    Maybe you will get some error messages.

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    REST API works fine. I will try debug

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    With debug in piwik settings tabs
    ——–
    Notice: Constant PIWIK_INCLUDE_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1432

    Notice: Constant PIWIK_USER_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1433

    Notice: Constant PIWIK_ENABLE_DISPATCH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1434

    Notice: Constant PIWIK_ENABLE_ERROR_HANDLER already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1435

    Notice: Constant PIWIK_ENABLE_SESSION_START already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1436
    —–

    Tracking show a blanck page with source code.

    Plugin Author braekling

    (@braekling)

    Can you please tell me, which version of PHP and Piwik you are using?

    Thank you!

    Plugin Author braekling

    (@braekling)

    Did 0.9.9.10 resolve this issue?

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    Sadly no…

    Same issue

    Here is what i see :
    http://files.skrik.fr/piwikbug.png

    Here is the error on apache2 :

    [Thu May 08 18:07:43.568549 2014] [:error] [pid 5904] [client 81.66.138.167:51453] PHP Notice:  Constant PIWIK_INCLUDE_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1430, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=piwik
    [Thu May 08 18:07:43.568578 2014] [:error] [pid 5904] [client 81.66.138.167:51453] PHP Notice:  Constant PIWIK_USER_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1431, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=piwik
    [Thu May 08 18:07:43.568585 2014] [:error] [pid 5904] [client 81.66.138.167:51453] PHP Notice:  Constant PIWIK_ENABLE_DISPATCH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1432, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=piwik
    [Thu May 08 18:07:43.568600 2014] [:error] [pid 5904] [client 81.66.138.167:51453] PHP Notice:  Constant PIWIK_ENABLE_ERROR_HANDLER already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1433, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=piwik
    [Thu May 08 18:07:43.568605 2014] [:error] [pid 5904] [client 81.66.138.167:51453] PHP Notice:  Constant PIWIK_ENABLE_SESSION_START already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1434, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=piwik
    [Thu May 08 18:09:03.356886 2014] [:error] [pid 5981] [client 81.66.138.167:51562] PHP Notice:  Constant PIWIK_INCLUDE_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1430, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=views
    [Thu May 08 18:09:03.356918 2014] [:error] [pid 5981] [client 81.66.138.167:51562] PHP Notice:  Constant PIWIK_USER_PATH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1431, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=views
    [Thu May 08 18:09:03.356925 2014] [:error] [pid 5981] [client 81.66.138.167:51562] PHP Notice:  Constant PIWIK_ENABLE_DISPATCH already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1432, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=views
    [Thu May 08 18:09:03.356931 2014] [:error] [pid 5981] [client 81.66.138.167:51562] PHP Notice:  Constant PIWIK_ENABLE_ERROR_HANDLER already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1433, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=views
    [Thu May 08 18:09:03.356936 2014] [:error] [pid 5981] [client 81.66.138.167:51562] PHP Notice:  Constant PIWIK_ENABLE_SESSION_START already defined in /websites/www-nxt/wp-content/plugins/wp-piwik/wp-piwik.php on line 1434, referer: http://www.nxtnet.fr/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=views
    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    by the way thanks a lot for your answer

    Plugin Author braekling

    (@braekling)

    Are you using a second plugin connecting to Piwik?

    Otherwise WP-Piwik seems to call the Piwik constant definition twice… I’ll check this.

    Plugin Author braekling

    (@braekling)

    Are you using the toolbar widget? Can you try to disable it?

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    You are right I must test all the plugins… On my other blog it’s working…

    I come back to you when i find the problematic plugin

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    WP Review is the problematic plugin

    Plugin Author braekling

    (@braekling)

    Does this plugin use Piwik or some WP-Piwik functionality? Can you give me a brief description?

    Maybe there is a way to avoid the potential conflict.

    Thread Starter thelezinouarlax

    (@thelezinouarlax)

    No it does’nt, it’s a plugin build by MyThemeShop for a theme.
    Here is the description :

    “WP Review plugin is an easy yet powerful way to review content easily, without affecting the speed of your site. If you’re a blogger, you probably occasionally review or rank products, services, tools, recipes, or other content on your site. WP Review plugin is a customizable and lightweight way to create reviews, using stars, percentage or point rating, and it includes support for translation, WPMU, Google rich snippets and unlimited colors. Just install it and follow the simple configuration instructions to place it in your desired location.”

    Hello,

    I have the same issue with my own WordPress Network when I use WP-Piwik in PHP mode. I try per website config and network wide configuration. Both mode give the same result text/plain content-type instead of text/html.

    I try to desactivate every plugin to find wich plugin is problematic and I have the same result. I will try to find why later (it might be a network plugin).

    Regards.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘BUG Can't access to tabs in setting after configuration’ is closed to new replies.