Title: Plugin Stopped Working
Last modified: August 20, 2016

---

# Plugin Stopped Working

 *  Resolved [Sharonq](https://wordpress.org/support/users/sharonq/)
 * (@sharonq)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/)
 * The plugin stopped working today – now every time I login it goes to the home
   page.
 * [http://www.teamsfirst.ca](http://www.teamsfirst.ca)
 * [http://wordpress.org/extend/plugins/sky-login-redirect/](http://wordpress.org/extend/plugins/sky-login-redirect/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-stopped-working-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-stopped-working-2/page/2/?output_format=md)

 *  Thread Starter [Sharonq](https://wordpress.org/support/users/sharonq/)
 * (@sharonq)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176357)
 * Matt – can you please post the older version 1.1 worked fine for me
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176447)
 * Hi Sharonq,
 * I’ll look into it, in the meantime you can grab v1.1 here:
    [http://downloads.wordpress.org/plugin/sky-login-redirect.1.1.zip](http://downloads.wordpress.org/plugin/sky-login-redirect.1.1.zip)
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176480)
 * Hi Sharonq,
 * I’ve just uploaded version 1.3 which should take care of that regression. I’ve
   run a few tests and I think it should be alright now. Let me know.
 *  Thread Starter [Sharonq](https://wordpress.org/support/users/sharonq/)
 * (@sharonq)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176494)
 * Hey Matt – loaded 1.3 – same problem
    Regressed to 1.1 and it’s fine.
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176501)
 * Hi Sharonq,
 * I just visited your website and noticed that your login link has no redirect_to
   argument (which is fine since it’s in a menu). That’s why v1.1 works fine for
   you.
 * On my [website](http://www.skyminds.net/), I use the plugin [WordPress Admin Bar Improved](http://wordpress.org/extend/plugins/wordpress-admin-bar-improved/)
   which sets the redirect_to argument automatically.
 * I’ll keep that in mind for the next version to take care of vanilla WP installs.
 * Thanks 🙂
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176545)
 * Same issue for me. Only redirection to home page. [http://www.5as1.com](http://www.5as1.com)
   
   Wp 3.4.1. Any idea to fix that ? Thanks
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176546)
 * 1.1 version tested and adopted with my WP 3.4.1
    What’s wrong with the 1.3 version?
 *  Thread Starter [Sharonq](https://wordpress.org/support/users/sharonq/)
 * (@sharonq)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176547)
 * Matt – the plugin dev – uses something called WP admin bar improved which seems
   required for 1.3 to work – no idea why. 1.1 works fine on my system so I’ll stick
   with that until the next update. If your login has a redirect_to argument use
   1.3 if not use 1.1.
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176548)
 * Hi Sigor and Sharonq,
 * I have just released v1.4 and hopefully the redirections to the referring page
   will take precedence over the homepage.
 * It’s been tested on a default WP install (and on my heavily-modified one) but
   I would be interested to know if it works for you too.
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176549)
 * Hi Matt,
    Thank you for the update. 1.4 version still redirect to home page for
   me. Tried to empty the cache but still doesn’t work. Nice try 😉 Sigor
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176550)
 * I installed 1.4 version with automatic update process in WP admin.
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176551)
 * Hi Sigor,
 * Do you log in via the custom-made login form in your menu?
    It seems to lack 
   the redirect_to hidden field. Try to add this line before the submit button in
   your template :
 * `<input type="hidden" name="redirect_to" value="<?php htmlspecialchars($_SERVER["
   REQUEST_URI"]); ?>" />`
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176552)
 * Yes Matt. I tried to log in via custom-made login form in the menu.
    Sorry Matt
   to bother you, but I’m not very comfortable with code witch is only bad poetry
   for me. Help me please to put your add code in the right file. Witch file in 
   my template do I have to update please? thanks
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176553)
 * Probably `header.php`, it all depends on how the theme is coded. Apparently, 
   yours is a paid theme so I can’t check.
 *  [Sigor](https://wordpress.org/support/users/sigor/)
 * (@sigor)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/#post-3176554)
 * Yes. My theme is “Cadca” by Themeforest. Do do want I give you to check?

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-stopped-working-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-stopped-working-2/page/2/?output_format=md)

The topic ‘Plugin Stopped Working’ is closed to new replies.

 * ![](https://ps.w.org/sky-login-redirect/assets/icon-256x256.png?rev=1141443)
 * [Sky Login Redirect](https://wordpress.org/plugins/sky-login-redirect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sky-login-redirect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sky-login-redirect/)
 * [Active Topics](https://wordpress.org/support/plugin/sky-login-redirect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sky-login-redirect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sky-login-redirect/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stopped-working-2/page/2/#post-3176557)
 * Status: resolved