• Outputs error messages like this when saving config options
    Using PHP 7.0.5 Nginx 1.9.13
    Doesn’t occur with PHP 5.6

    View post on imgur.com

    Notice: Only variables should be passed by reference in wordpress_root/wp-content/themes/hueman/option-tree/ot-loader.php on line 98
    
    Notice: Only variables should be passed by reference in wordpress_root/wp-content/themes/hueman/option-tree/ot-loader.php on line 326
    
    Deprecated: Non-static method TCR_QuickDraftsAccess::quick_drafts_access() should not be called statically in wordpress_root/wp-includes/plugin.php on line 525
    
    Deprecated: Non-static method TCR_QuickPendingAccess::quick_Pending_access() should not be called statically in wordpress_root/wp-includes/plugin.php on line 525
    
    Deprecated: Non-static method TCR_QuickfutureAccess::quick_future_access() should not be called statically in wordpress_root/wp-includes/plugin.php on line 525
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author braekling

    (@braekling)

    WP-Piwik is not yet optimized or tested with PHP 7.

    Does Piwik work as expected, already? There are still some related issues, but they seem to be minor: https://github.com/piwik/piwik/issues/8689

    If so, I will have a look at PHP 7 compatibility this weekend. ??

    Plugin Author braekling

    (@braekling)

    With PHP 7.0.3 and WP 4.5.2 I was not able to reproduce these notices. But a closer look at the notices shows that they are related to other plugins or themes: option-tree (hueman theme) and TCR_*.

    Maybe there is an interdependency between these plugins/themes and WP-Piwik, but the messages don’t lead to this.

    Don’t these messages occur if you save other config options or similar? Can you provide further information? Anyway, can you please contact the theme/plugin authors to tell them they are causing notices and non-static calls of static methods? At least the deprecated-notices should be considered by the TCR_* author.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘errors in wp-piwik setting’ is closed to new replies.