Arrow

Redirects List not showing | Peter's Login Redirect | Forum

Back to the login redirect plugin page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Redirects List not showing
December 7, 2011
9:57 pm
Infrontweb
Guest

So I have setup some redirects based on user role and the logins/redirects seem to be working fine. However on the Redirect Admin screen it doesn't list the Redirects already setup. So if I don't know the redirect URL or the role,user,etc I have no idea what is setup. Am I missing something?

December 8, 2011
10:20 am
Peter
Admin
Forum Posts: 841
Offline

Are you on a multi-site setup?

Do you have any database errors in the logs? Try turning on error logging in wp-config.php temporarily: http://codex.wordpress.org/Edi....._Error_Log

December 14, 2011
10:19 pm
Eric
Guest

No single site. I'm getting this error on the redirects page:
WordPress database error: [Unknown column 'rul_url_logout' in 'field list']
SELECT rul_type, rul_value, rul_url, rul_url_logout, rul_order FROM wp_login_redirects ORDER BY rul_type, rul_order, rul_value

Hope this helps.

December 15, 2011
8:58 am
Peter
Admin
Forum Posts: 841
Offline

Hi,

That might be due to some install code that had been missing in a previous release for a few days before it got corrected.

Please try running the ALTER command on your database mentioned here: http://wordpress.org/support/t.....ther-users

Also see this thread: http://www.theblog.ca/peter-fo.....abase-woes

December 20, 2011
1:21 pm
Eric
Guest

Removed the plugin and re-installed the plugin. That did it. Thanks for the help.