Thread Starter
cmh600
(@cmh600)
Hi Namja.
I basically just go to my domain name with xmlrpc extension e.g. http://mydomainname.com/xmlrpc.php and it throws the error –
Fatal error: Call to a member function on a non-object in /home/myurl/www/website/wp-content/plugins/capa/capa.php on line 990
I found this out because I wanted to use a client application on my computer for blogging and this application uses the xmlrpc.php file to authenticate – it wasn’t authenticating so I checked the file directly by typing in the above URL. If I turn off the CaPa plugin the direct URL above doesn’t throw the error and the client application will authenticate.
Any help greatly appreciated!
Thanks
Thread Starter
cmh600
(@cmh600)
To confirm it was that plugin, I just turned it on and off – xmlrpc works fine with it off.
I left a comment post under the latest release a day or so ago at the website but haven’t heard thing back.
The source code didn’t really reveal anything out of order to me, but I didn’t go through the whole framework with a fine toothed comb as I am not familiar with the plugin framework or the CaPa code.