• Resolved valarcher

    (@valarcher)


    Hi Patrick – you asked me to start a new support topic. My testimonials no longer rotate. It’s frozen on one single testimonial. It stopped working this week. It’s been working fine for ages (vers 1.4.2).

    https://greensmoothie.com/

    When I go into wordpress plugin panel, I see the plugin is no longer activated (I never deactivated it) and when I try click Activate I get the error msg “Plugin could not be activated because it triggered a fatal error.
    Fatal error: Cannot redeclare class IvyCatTestimonials in /home/[login name]/public_html/wp-content/plugins/ivycat-ajax-testimonials.php on line 45″

    When I check line 45 of that php file it’s:
    “class IvyCatTestimonials {“

    And I ftp’d in and checked that the file is still there.

    Ivycat, the creator of the plugin, is my site host. But it’s also stopped working on localhost. I’ve not done anything. I never changed anything on the page. The only thing that happened is that ivycat server went down this week. But that shouldn’t affect localhost! The funny thing is, in the plugin list in the wordpress panel on localhost, I can click Deactivate + Activate, but it makes no difference. The testimonials are frozen on one testimonial, they don’t rotate. Both online and on localhost, they’re frozen on the first testimonial.

    thanks for your help! – Val

    https://www.ads-software.com/plugins/ivycat-ajax-testimonials/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Val,

    I’m sorry to hear you’re experiencing these issues!

    The symptoms you’re describing sound more like a plugin conflict than a connectivity or server issue, so if you’ve added or updated any plugins recently, I’d start my search with one of those as the culprit.

    Let me take what you described and make some guesses as to what’s going on….

    When I look at the HTML for your home page with the testimonials on it, it looks like the JavaScript for the testimonials plugin isn’t being loaded. Initially, the first testimonial loads with the page (it doesn’t need JavaScript to do that), then the JavaScript takes over to load different testimonials.

    There are two causes I’ve frequently seen for scripts failing to load. First, another plugin has a bug that fouls up the script loading process for the rest of the plugins. Second, the theme template doesn’t include the wp_footer() function that inserts the script tags in the footer.

    The fatal error you describe above would happen when the same php file — one with a class defined, like we have here — is called more than once on the same page load. My guess — and this is just a guess — is that there is a bug (probably introduced by a plugin) that caused the plugin page to fail to recognize that the testimonials plugin was activated.

    If the testimonials plugin was deactivated, then that first testimonial would never show, so we can be fairly certain the plugin was active even though it showed as deactivated. If all of that were the case, I can see where running the Activation process on an already active plugin would throw that error.

    The first solution I would try would be to search for plugin conflicts on a test (or local) instance of the site. If you’ve updated any plugins lately, try to deactivate them and see if the testimonials start working again. You should see the ivycat-testimonials-scripts.js file being loaded near the bottom of the HTML using a <script> tag.

    If the activate/deactivate function isn’t working, you can try moving the plugin folder to another directory outside your WordPress installation. WordPress will probably complain and give you the option to deactivate the plugin, but it shouldn’t hurt your installation, and you can be certain the code isn’t being run.

    I hope some of this helps! Let me know what you find, and we can take it from there.

    Thread Starter valarcher

    (@valarcher)

    Hi Patrick –

    >another plugin has a bug that fouls up the script loading process for the rest of the plugins

    that was the problem. I never changed anything. I don’t have any other plugins, except Akismet. But aweber recently changed their js script behind their subscribe form. When I disabled that js, the testimonials worked fine again.

    It took me hours to troubleshoot a way around aweber’s junk. That mail service is getting worse and worse! I wouldn’t recommend them to anyone. Eventually I had to create multiple copies of the same subscribe box, a different one for each area of the page where it appears, and switch to using aweber’s longer js script, and now my ajax testimonials are working again.

    So it was aweber that was stopping testimonials from loading.

    Thread Starter valarcher

    (@valarcher)

    P.S. the fact that it was the aewber subscribe form also explains why my testimonials stopped rotating on localhost too – because I had the form locally too, calling up the same js on the aweber server that my website does. It’s the javascript on the aweber server that’s such a mess and is fouling things up for everyone else.

    Ah yes, another plugin conflict raises its ugly head. Those can be really tedious to troubleshoot.

    Well, I’m glad to hear you got that sorted out, anyway, and thank you for posting your solution!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonials Stopped Rotating’ is closed to new replies.