Elxis CMS Forum

Support => Administration => Topic started by: StefanSultanov on May 17, 2010, 23:06:02

Title: How to enable XML-RPC for Elxis?
Post by: StefanSultanov on May 17, 2010, 23:06:02
 ???
How to enable XML-RPC for Elxis?
I don't know what it is but I need to enable it. I have searched Elxis Wiki and here. There are no topics.

Thank you.
Title: Re: How to enable XML-RPC for Elxis?
Post by: ks-net on May 18, 2010, 01:48:07
this must be set in your server's php configuration....

to test if you have enabled xmlrpc  upload a php file with this line of code:

Code: [Select]
<?php  phpinfo() ; ?>
and call it in your browser to check if your php is configured with  '--with-xmlrpc'


if not you have to recompile your php at your server
Title: Re: How to enable XML-RPC for Elxis?
Post by: StefanSultanov on June 29, 2010, 19:35:15
Thanks!
Solved