Title: Version 1.4.1 Doesn&#039;t Work !
Last modified: August 21, 2016

---

# Version 1.4.1 Doesn't Work !

 *  Resolved [flynhox](https://wordpress.org/support/users/flynhox/)
 * (@flynhox)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/)
 * Hello, i just update this plugin to new version 1.4.1, but after update plugin
   doesn’t work anymore, plugin still active but all users can access wp-admin page
   and admin bar don’t hide !
 * [http://wordpress.org/plugins/wp-admin-no-show/](http://wordpress.org/plugins/wp-admin-no-show/)

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

 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062103)
 * Do you now what version you upgraded from (I assume 1.4.0)? Nothing in the code
   changed, I just verified that it worked with WP 3.6 and bumped the version number.
   You might verify the settings on the plugin settings page. Any info you can pass
   along about your environment (server, wp version, php version), etc. But as I
   said, no code was changed if you went from 1.4.0 to 1.4.1. I also tested the 
   upgrade scenario on my WP install with no problems.
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062104)
 * Also, did you do an update or delete the old version first? Deleting the plugin
   will remove the settings from the database. An upgrade will not. The main thing
   is to check the plugin settings page and see if the blacklist boxes you checked
   still are and the redirect is set.
 *  Thread Starter [flynhox](https://wordpress.org/support/users/flynhox/)
 * (@flynhox)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062105)
 * hi, thanks for you support. I just reintall plugin and now everything fine ! 
   Thanks you !
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062106)
 * Awesome, thank you for the update. And thanks for using my plugin!
 *  [alimoosavi15](https://wordpress.org/support/users/alimoosavi15/)
 * (@alimoosavi15)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062193)
 * I have the same issue after upgrading. I also tried deleting the plugin and re-
   installing it but that didn’t work too so I restored to the previous version.
 *  [massimopadovan](https://wordpress.org/support/users/massimopadovan/)
 * (@massimopadovan)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062217)
 * As the `current_user_can` documentation says:
    Do not pass a role name to current_user_can()…
   I’ve make some changes to the plugin code to use the function described [here](http://docs.appthemes.com/tutorials/wordpress-check-user-role-function/).
 *  [telesemana](https://wordpress.org/support/users/telesemana/)
 * (@telesemana)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062224)
 * I have it install with a multisite and buddy press. In the main site works fine,
   but on the second one users can see the bar and access the admin area. Is this
   because the plugin does not work in MU?
 *  [telesemana](https://wordpress.org/support/users/telesemana/)
 * (@telesemana)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062225)
 * Ups! I placed the comment in a resolved issue. Shall I open a new one? Apologies.
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062226)
 * Apparently I missed the comment from [@massimopadovan](https://wordpress.org/support/users/massimopadovan/),
   so I’ll be updating the plugin in the next few days to address that issue.
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062227)
 * [@telesemana](https://wordpress.org/support/users/telesemana/) – I had updated
   the plugin to deal with multisite a few versions ago. I’m going to make some 
   updates and I’ll see if I can look at that as well.
 *  [telesemana](https://wordpress.org/support/users/telesemana/)
 * (@telesemana)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062228)
 * Ok, this is what I think I found. When a user signs for MU it gets signed for
   the root site only, although it can login to other sub sites, those users have
   no roles unless you take them to the site. Your plugin works if the user has 
   a role in a sub site, but not if it does not. I think they call that state pseudo
   users. When I gave the user a role on a sub site and its role is blacklisted,
   then it works. If you can add the pseudo user “role” on the black list, then 
   I guess the problem could be solved. Cheers!
 *  Plugin Author [Scriptrunner (Doug Sparling)](https://wordpress.org/support/users/scriptrunner/)
 * (@scriptrunner)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062229)
 * [@telesemana](https://wordpress.org/support/users/telesemana/) – Awesome, thank
   you for the detailed info! I’ll be working on the plugin tonight. I’ll probably
   address `current_user_can` issue first, and then look into the pseudo user role.
 *  [telesemana](https://wordpress.org/support/users/telesemana/)
 * (@telesemana)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062230)
 * Excellent, many thanks, keep us posted on your progress, your plugin is very 
   useful, thanks for taking the time to develop it and improve it, and respond 
   so quickly to inquiries 😉
 *  [telesemana](https://wordpress.org/support/users/telesemana/)
 * (@telesemana)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062231)
 * Happy New Year Doug! Where you able to see at the pseudo user issue for MU? Cheers.

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

The topic ‘Version 1.4.1 Doesn't Work !’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-admin-no-show.svg)
 * [WP Admin No Show](https://wordpress.org/plugins/wp-admin-no-show/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-admin-no-show/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-admin-no-show/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-admin-no-show/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-admin-no-show/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-admin-no-show/reviews/)

 * 14 replies
 * 5 participants
 * Last reply from: [telesemana](https://wordpress.org/support/users/telesemana/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/version-141-doesnt-work/#post-4062231)
 * Status: resolved