Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
How to enable XML-RPC for Elxis?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to enable XML-RPC for Elxis? (Read 5626 times)
StefanSultanov
Full Member
Posts: 143
How to enable XML-RPC for Elxis?
«
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.
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: How to enable XML-RPC for Elxis?
«
Reply #1 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
«
Last Edit: May 18, 2010, 01:58:26 by ks-net
»
Logged
ks-net.gr
StefanSultanov
Full Member
Posts: 143
Re: How to enable XML-RPC for Elxis?
«
Reply #2 on:
June 29, 2010, 19:35:15 »
Thanks!
Solved
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
How to enable XML-RPC for Elxis?