Title: Plugin not work
Last modified: July 27, 2023

---

# Plugin not work

 *  Resolved [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/)
 * Hi,
 * I have an issue on this page
 * Can u help me?
    - v. 6.2.1
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-not-work-48%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16927298)
 * Hi [@youfriend](https://wordpress.org/support/users/youfriend/),
 * Please follow these instructions:
 * **#1** Go to Plugins > Plugin File Editor
 * **#2** Select the WordPress Popular Posts plugin from the dropdown at the top
   right of your screen.
 * **#3** Under “Plugin Files” click on assets > js > wpp.min.js to edit this file.
 * **#4** Replace the contents of the wpp.min.js file completely with [this version](https://pastebin.com/raw/Hu1cBp1q).
 * **#5** Click on The Update File button to save changes.
 * Please report back your results.
 *  Thread Starter [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16929086)
 * Hi [Hector](https://wordpress.org/support/users/hcabrera/),
 * Ty, but it not work.
    -  This reply was modified 2 years, 10 months ago by [Andrea](https://wordpress.org/support/users/youfriend/).
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16929887)
 * Thanks for the update.
 * That’s odd though so let’s try something else so I can help you debug this issue,
   please set WP_DEBUG in [wp-config.php](https://jetpack.com/blog/wp-config-php/)
   to ‘true’ and let me know when you’re done so I can have another look (this isn’t
   going to fix the problem, it will only provide me with more information so I 
   can understand what’s going on).
 *  Thread Starter [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930505)
 * Done. I hope will help u.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930627)
 * Thanks.
 * Alright, so just as before:
 * **#1** Go to Plugins > Plugin File Editor
 * **#2** Select the WordPress Popular Posts plugin from the dropdown at the top
   right of your screen.
 * **#3** Under “Plugin Files” click on assets > js > wpp.js to edit this file.
 * **#4** Replace the contents of wpp.js with [this version](https://pastebin.com/raw/dFz632Cv).
 * **#5** Click on the Update File button to save changes.
 * Please let me know when you’re done and I’ll have a look.
 *  Thread Starter [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930651)
 * Done. It work when debug mode is active, if disabled it doesn’t work
    -  This reply was modified 2 years, 10 months ago by [Andrea](https://wordpress.org/support/users/youfriend/).
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930748)
 * Alright, please enable debug mode again but this time add this to your wp-config.
   php file:
 *     ```wp-block-code
       define( 'WP_DEBUG_DISPLAY', 'false' );
       ```
   
 * If you already have that [WP_DEBUG_DISPLAY](https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug_display)
   constant defined on your wp-config.php file please make sure that its value is
   set to ‘false’ as shown above.
 * Once it’s done your site will stop displaying notices on the front-end but the
   debug mode will still be enabled. And of course let me know so I can check again.
 *  Thread Starter [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930759)
 * ok Done.
 * Srry, I have find an issue on config.php, now should work
    -  This reply was modified 2 years, 10 months ago by [Andrea](https://wordpress.org/support/users/youfriend/).
    -  This reply was modified 2 years, 10 months ago by [Andrea](https://wordpress.org/support/users/youfriend/).
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16930832)
 * Thank you for assisting with all this, by the way. I appreciate your patience.
 * Alright, let’s try this now:
 * **#1** Go to Plugins > Plugin File Editor
 * **#2** Select the WordPress Popular Posts plugin from the dropdown at the top
   right of your screen.
 * **#3** Under “Plugin Files” click on assets > js > wpp.min.js to edit this file.
 * **#4** Replace the contents of the wpp.min.js file completely with [this new version](https://pastebin.com/raw/FgN1T608).
 * **#5** Click on The Update File button to save changes.
 * **#6** Set WP_DEBUG back to ‘false’.
 * Hopefully nothing will change and your lists will keep working but if not let
   me know and I’ll have a look.
 *  Thread Starter [Andrea](https://wordpress.org/support/users/youfriend/)
 * (@youfriend)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16931623)
 * Everything works now!
 * Thanks for your valuable support.
 * Best Regards
    -  This reply was modified 2 years, 10 months ago by [Andrea](https://wordpress.org/support/users/youfriend/).
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16932048)
 * Great! I’ll make sure to include these changes with the next release so thanks
   for helping out.
 *  [lola99](https://wordpress.org/support/users/lola99/)
 * (@lola99)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16957098)
 * Hello
 * I have the same problem and replacing the file didn’t make any difference…
 * [https://www.gloireadieu.com](https://www.gloireadieu.com)
    -  This reply was modified 2 years, 10 months ago by [lola99](https://wordpress.org/support/users/lola99/).
 *  [lola99](https://wordpress.org/support/users/lola99/)
 * (@lola99)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16957129)
 * ok, i found out the problem came from Hummingbird and JS compression.
 * Now it’s working fine!
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16957133)
 * Hi [@lola99](https://wordpress.org/support/users/lola99/),
 * I can see your “Top 10” popular posts list though?
 * [[
 * **Edit:** Ah, I see! Thanks for reporting back, glad to know everything’s working
   now.
    -  This reply was modified 2 years, 10 months ago by [Hector Cabrera](https://wordpress.org/support/users/hcabrera/).

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

The topic ‘Plugin not work’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 14 replies
 * 3 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-work-48/#post-16957133)
 * Status: resolved