Quote:
Originally Posted by Jeff
Hmm, I never use those products but I am imagining this MIGHT work:
Open vbbridge.php and find this line:
Code:
if ( !preg_match('#wp-admin#', $_POST['redirect_to']) and !defined('WP_ADMIN') ):
Change to:
Code:
if ( !preg_match('#wp-admin#', $_POST['redirect_to']) and !defined('WP_ADMIN') or defined('XMLRPC_REQUEST')):
|
No luck. It gives me an error stating that my user name or password is invalid.