Title: Bug?
Last modified: August 21, 2016

---

# Bug?

 *  Resolved [Mr Press](https://wordpress.org/support/users/tahrirsquare/)
 * (@tahrirsquare)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bug-47/)
 * After update to 0.18 I get the following error: 403 Forbidden, due to:
 * [http://example.com/wp-content/plugins/wp-ajaxify-comments/js//wp-ajaxify-comments.js?ver=0.18.0](http://example.com/wp-content/plugins/wp-ajaxify-comments/js//wp-ajaxify-comments.js?ver=0.18.0)
 * The culprit is the extra forward slash right before the enqeued wp-ajaxify-comments.
   js.
 * The plugin works for me when the extra slash is removed, otherwise not.
 * The forward slashes removed begin on line 367 in `wp-ajaxify-comments.php`
 *     ```
       wp_enqueue_script('wpAjaxifyComments', $jsPath.'/wp-ajaxify-comments.js', array('jquery', 'jQueryBlockUi', 'jsuri', 'jQueryIdleTimer', 'waypoints'), $version);
       	} else {
       		wp_enqueue_script('wpAjaxifyComments', $jsPath.'/wp-ajaxify-comments.min.js', array('jquery'), $version);
       ```
   
 * I’ve had the same happen to me with another plugin, so I can’t rule out it’s 
   something in my setup which causes this, but I don’t see how the extra slash 
   is left out in the above code since on line 360:
 * `$jsPath = WP_PLUGIN_URL.'/wp-ajaxify-comments/js/';`
 * [http://wordpress.org/plugins/wp-ajaxify-comments/](http://wordpress.org/plugins/wp-ajaxify-comments/)

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

 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bug-47/#post-4348437)
 * Thanks for your comment. This problem should be fixed in version 0.18.1.
 *  Thread Starter [Mr Press](https://wordpress.org/support/users/tahrirsquare/)
 * (@tahrirsquare)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bug-47/#post-4348493)
 * Thanks! The plugin and your support is top-notch.

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

The topic ‘Bug?’ is closed to new replies.

 * ![](https://ps.w.org/wp-ajaxify-comments/assets/icon-256x256.png?rev=2962290)
 * [Ajaxify Comments - Ajax and Lazy Loading Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajaxify-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajaxify-comments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mr Press](https://wordpress.org/support/users/tahrirsquare/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/bug-47/#post-4348493)
 * Status: resolved