Help installing xmlrpc extension on hosted server

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
marlon
Forum Newbie
Posts: 6
Joined: Wed Apr 21, 2010 5:47 am
Location: Derby, UK

Help installing xmlrpc extension on hosted server

Post by marlon »

Hello Everyone,

I need to install the xmlrpc extension on a hosted server but so far I have not been able to work out how to do so. I contacted my hosting company who told me to create a php.ini file containing the appropriate command and put it in the appropriate folder. Because I'm using a hosting company I do NOT have direct access to the main php.ini file that's why I'm required to create a customised file. I really hope this is an issue you can help me with as I've been struggling for a while with this.

Many thanks in advance.
thewebhostingdir
Forum Newbie
Posts: 18
Joined: Fri Jul 17, 2009 1:15 am

Re: Help installing xmlrpc extension on hosted server

Post by thewebhostingdir »

You can contact your hosting provider to place the custom php.ini file in your domain.
AccuWebHosting.Com - Windows VPS Hosting
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale |
Brick7.com | TheWebHostingDir.com
marlon
Forum Newbie
Posts: 6
Joined: Wed Apr 21, 2010 5:47 am
Location: Derby, UK

Re: Help installing xmlrpc extension on hosted server

Post by marlon »

Thanks for your reply.

When you say place the php.ini in my domain do you mean in the folder that contains the website? Also, do you know the line of code I need to use in the php.ini to activate the xmlrpc extension?

Thanks again.
thewebhostingdir
Forum Newbie
Posts: 18
Joined: Fri Jul 17, 2009 1:15 am

Re: Help installing xmlrpc extension on hosted server

Post by thewebhostingdir »

Yes, you will have to place the custom php.ini file in your web site. And to enable the xmlrpc you will have to remove the comment on the below mentioned particular line in your php.ini:

On this line in php.ini:

;extension=php_xmlrpc.dll

Just remove ';' and save the file.
AccuWebHosting.Com - Windows VPS Hosting
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale |
Brick7.com | TheWebHostingDir.com
marlon
Forum Newbie
Posts: 6
Joined: Wed Apr 21, 2010 5:47 am
Location: Derby, UK

Re: Help installing xmlrpc extension on hosted server

Post by marlon »

Thanks for your help. I know that what you've suggested works in the right environment. Do you know if it works for a Linux server that might not already have the xmlrpc extension installed? In the servers main php.ini file I can't see ;extension=php_xmlrpc.dll so I was wondering if it is actually installed at all. Does this make a difference? By the way I can only read the main php.ini file not edit it. Also, I think I have my custom php.ini file in the correct folder as I have been able to set post_max_size and a few other parameters too. Additionally, the php.info page shows the path to my custom php.ini.

I would be extremely grateful if you could shed some more light on this.

Many thanks again.
Post Reply