Closed (fixed)
Project:
Security
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2014 at 13:52 UTC
Updated:
19 Aug 2014 at 14:50 UTC
Jump to comment: Most recent
Comments
Comment #1
checkthelog commentedYes, this was fixed in Drupal 7.31+ and Drupal 6.33+. There are also solutions where you can just remove the xmlrpc.php file and disable the OpenID module to get by temporarily without upgrading.
Comment #2
secretsayan commentedI have Oauth modules enabled. So I need the services module too.
Is there any other solution available where I do not need to update my drupal core version and I am able to keep the Services module intact???
Comment #3
TomGould01 commentedYou could apply the patched code (AKA Hack Core :() your self to the public/modules/openid/openid.inc and public/includes/xmlrpc.inc files, not advisable but may work none the less if you really can't update to the latest version properly.
I am in the process of doing about 40 different sites and haven't had any issues with D6 or D7.
Comment #4
secretsayan commentedThanks a lot