• Resolved krez

    (@krez)


    Hello,

    I recently installed this plugin. Ajax commenting shows up in posts, but if I press “submit,” the following happens, in this order:

    1. comment posts and appears on page. says the comments has been posted.
    2. the page attempts to reload, only it’s a garbled, incomplete version of it.
    3 in safari: i get this error: “ACP error!
    TypeError: Undefined value”
    3 in firefox: (haven’t tested in IE), browser hangs on incomplete page, progress indicator keeps spinning.

    please note i have temporarily disabled this plugin (if anyone looks at my site to troubleshoot)

    any help would be appreciated. thank you!

    -ben

Viewing 7 replies - 1 through 7 (of 7 total)
  • What other Ajax/JavaScript plugins are you using? Do you have Google Analytics installed on your site?

    Thread Starter krez

    (@krez)

    No other AJAX plugins were installed at the time. I currently have another one installed, but would prefer to get this one working because I like it better!

    Yes, I have Google Analytics installed.

    The new Google Analytics code seems to be causing some problems when used with ACP. When you access your GA settings, you have the option to choose either the new or the old Analytics code; please use the old one in order for ACP to work.

    Thread Starter krez

    (@krez)

    Where would this option be; at google.com/analytics in my account, or in the GA WordPress plugin i’m using?

    is there a functional difference between the new and old Google Analytics code that I will notice?

    thanks for your help!

    Use this code:

    <script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "XX-XXXXXX-X"; // enter your tracking number here
    urchinTracker();
    </script>

    Currently there is no functional difference between the codes. Google has announced some “new features” that will be available only to the users of the new code, but as of now there are no signs of them. I hope to have solved the ACP problem by the time Google adds new functionality to Analytics.

    Thread Starter krez

    (@krez)

    is this possible to edit within my google analytics plugin, or would i have to edit each wordpress php page and add it manually?

    Thread Starter krez

    (@krez)

    nevermind — i’ve resolved this issue. thank you very much for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Ajax Comment Posting] ACP error’ is closed to new replies.