• I have been using add-to-any and Comment rating fine for weeks. I can not remember exactly but one of you latest updates make comment Rating stop working.
    The reason:
    A warning on include_once calls make it fail. The plugins dir is called twice:.

    Warning: include_once(/pub/wordpress/wp-content/plugins/srv/d_apertus02/wordpress/wp-content/plugins/add-to-any/services.php)

    to fix it on my system I modify $A2A_SHARE_SAVE_plugin_dir the include_once line:

    include_once( ‘services.php’);
    include_once(‘add-to-any-wp-widget.php’);

    that works for me.

  • The topic ‘Update broke Comment Rating’ is closed to new replies.