Arrow

ERROR: Unknown error updating role-specific URL for role contributor | Peter's Login Redirect | Forum

Back to the login redirect plugin page
 
Current User: Guest
Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

ERROR: Unknown error updating role-specific URL for role contributor

Reply to Post Add a New Topic
UserPost

7:21 pm
December 17, 2011


RPM

Guest

Hi Peter,
I am getting the error "ERROR: Unknown error updating role-specific URL for role contributor". My site is set up as http://test.domain.com.

I followed the link on your plugin page about adding domains to the “allowed redirect” list.
I added this to my functions.php file.

function add_allowed_redirect_hosts( $hosts )
{
$allowed_hosts = array();
$allowed_hosts[] = 'test.domain.com';

// Add lines similar to the one below, one for each host
// $allowed_hosts[] = 'www.facebook.com';

return array_merge( $hosts, $allowed_hosts );
}

add_filter( 'allowed_redirect_hosts', 'add_allowed_redirect_hosts', 10, 1 );
?>
Can you help, please? Thank you.

9:10 am
December 18, 2011


Peter

Admin

posts 732

Try turning on WP_DEBUG in config.php to find out more information about the error:

http://codex.wordpress.org/Edi….._Error_Log

Also, it might be related to a missing table column; see these links:

http://wordpress.org/support/t…..ther-users

http://www.theblog.ca/peter-fo…..abase-woes

Reply to Post

Reply to Topic:
ERROR: Unknown error updating role-specific URL for role contributor

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
9 + 10