I have version 3.0.8 of Social Warfare installed and WordPress 4.9.6 with the latest version of Twenty-Fourteen theme.
Any answer?
I am having the same issue here at bottom of page: http://mybloomingbiz.com
When I uninstall/remove the Social Warfare plugin it disappears, but when I reinstall the plugin again, it reappears. I really want to use this plugin, is there a solution to get rid of that code and still keep Social Warfare plugin?
I’m getting the same problem. First started over a week ago.
Temp fix: Edit the plugins/social-warfare/functions/frontend-output/SWP_Script.php file and go to line 170.
Remove this from that line: [‘click_tracking’]
Save that file.
I went ahead and disabled PHP notices from being logged as follows.
Add/edit your wp-config.php file:
/** Error logging */
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
ini_set(‘log_errors’, ‘On’);
ini_set(‘error_log’, ‘xxxxxxxxx/php-errors.log’);
error_reporting(E_ALL);
I originally had the following line in wp-config.php:
/**ini_set(‘error_reporting’, E_ALL & ~E_NOTICE ); */
but it did not appear to prevent the PHP Notices from being logged.
This issue will be resolved in 3.0.9 which is due to drop later this week.
Cool thanks Christine. Did you guys know that there’s a Stumgled Upon admin message that won’t go away now too? Top of WP admin.
The StumbleUpon message has been fixed in 3.1.0 which we just released. Sorry for the inconvenience.