Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ktsparkman

    (@ktsparkman)

    I don’t know why this was marked resolved. Never got an answer.

    Thanks. Roger Los is the developer who came up with the solution. Hopefully the Author will integrate the appropriate changes in the next update. Kevin

    We’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.

    Sites 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.

    Checking on this with my developer.

    This 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

    Same 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

    Same 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.

    Thread Starter ktsparkman

    (@ktsparkman)

    We 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.

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