Title: Common error / stop working fix
Last modified: August 21, 2016

---

# Common error / stop working fix

 *  [Jonas Lundman](https://wordpress.org/support/users/jonas-lundman/)
 * (@jonas-lundman)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/common-error-stop-working-fix/)
 * I found this issue that _Live Comment Preview_ plugin stop working, in diffrent
   installs, diffrent behaviour. Specialy if you using member plugins like s2member
   or security, roles and capabilities plugins.
 * Line 342 in live-comments-preview.php
 * > `echo '<script src="' . get_option('home') . '/?live-comment-preview.js" type
   > ="text/javascript"></script>';`
 * By given the url a true page in the url (index.php) all installs and with diffrent
   plugins suddenly gets Live C P start to work again:
 * > `echo '<script src="' . get_option('home') . '/index.php?live-comment-preview.
   > js" type="text/javascript"></script>';`
 * **Maybe authors could take a look at this ?** its seems harmless to add this 
   to the virtual javascript file creation.
 * > Thanks to Author for this little baby, much better to use this rather then 
   > user-edit-post-for-a-while plugins and stuff.
 * / Jonas
 * [http://wordpress.org/extend/plugins/live-comment-preview/](http://wordpress.org/extend/plugins/live-comment-preview/)

The topic ‘Common error / stop working fix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/live-comment-preview_b33c12.svg)
 * [Live Comment Preview](https://wordpress.org/plugins/live-comment-preview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/live-comment-preview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/live-comment-preview/)
 * [Active Topics](https://wordpress.org/support/plugin/live-comment-preview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/live-comment-preview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/live-comment-preview/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Jonas Lundman](https://wordpress.org/support/users/jonas-lundman/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/common-error-stop-working-fix/)
 * Status: not resolved