• I have this error message showing up in my WordPress website.

    What does it mean and how to fix it.

    Notice: Accessing static property DoubleClick::$enqueued as non static in /web/ridemagazine/wp-content/plugins/doubleclick-for-wp/dfw-init.php on line 96

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Your doubleclick-for-wp plugin seems to be the error.

    Try deleting/renaming it. To do that, access your server via FTP/ SFTP , or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/plugins/ and try deleting/renaming it.

    From the error it sounds like it’s being caused by the plugin DoubleClick for WordPress.

    1) You could disable debugging by setting the debug flags to false. This is assuming the error isn’t messing with any actual functionality, which being a PHP Notice I doubt it is.

    2) You could submit a support thread to the plugin’s support forum asking the author to fix the PHP issues and hope they do so in a timely manner.

    3) Remove that specific plugin via Appearance -> Plugins.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error Message’ is closed to new replies.