ktsparkman
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] Emails Don’t ExportI don’t know why this was marked resolved. Never got an answer.
Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageThanks. Roger Los is the developer who came up with the solution. Hopefully the Author will integrate the appropriate changes in the next update. Kevin
Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageWe’ve fixed things on our end on 4 sites where the problem was appearing. This from our developer:
I made that change, plugin seems to be working.
Akismet has a file within its plugin called “config.php”. Since akismet is loaded before the google thingy, I bet that is what was throwing it.
line 35 of “Google_Client.php” now reads
require_once (dirname(__FILE__) . “/config.php”);
That was the only change I made.Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageSites are hosted on Pair Networks – PHP version 5.3.18
Here’s a note from my developer:
In Google_Client.php on line 35 they have this: require_once “config.php”; That plain, no path attached, include means that PHP is likely to consider ANY included config.php in its adventure to get to this plugin to be that file.
So if another plugin has a file called “config.php” which was included, PHP will consider it already present. And their variable which is throwing the error will not be present.
I bet you can find, if you want, the other plugin which conflicts with this, and will discover a file in it called “config.php”. In any case, the way they include the next file in line, local_config.php, is right. And had they set the variable before including it to be an empty container, this error wouldn’t happen, either.
Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageChecking on this with my developer.
Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageThis rapidly has become a headache. Need to know if I can delete this plugin without it disrupting our Google analytics tracking. Does deleltion of the plugin remove and deactivate analytics??
Here’s the error on at least 3 different sites:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /usr/home/fldrn/public_html/donorrecovery.org/wp-content/plugins/google-analyticator/google-api-php-client/src/Google_Client.php on line 40
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /usr/home/fldrn/public_html/donorrecovery.org/wp-content/plugins/google-analyticator/google-api-php-client/src/Google_Client.php on line 103
Fatal error: Class name must be a valid object or a string in /usr/home/fldrn/public_html/donorrecovery.org/wp-content/plugins/google-analyticator/google-api-php-client/src/Google_Client.php on line 104
Forum: Plugins
In reply to: [Analyticator] recent update throws error in settings pageSame problem. Caused at least 3 different sites to break the widgets control panel. None of the widgets used on the site were visible. Deactivated the Analyticator plugin and it fixed the problem. Can you tell me that if I remove your plugin, will it affect my google analytics or does the GA code simply remain their? Thank you, Kevin
Forum: Plugins
In reply to: [Page/Post Specific Social Share Buttons] Facebook 'Likes' totalSame problem. Without the ability of Facebook button to like/share on a news feed it essentially renders this plugin useless. Awaiting response before deleting plugin. Thanks.
Forum: Plugins
In reply to: [Media Library Categories] Some Categories Won't SortWe had determined that it was because media categories slugs were conflicting with regular categories that used identical slug. Only fix was to rename the media categories slug.