I am getting this error: Warning: XMLRPC Error - -32300 : transport error - HTTP status code was not 200 in /home/username/public_html/components/com_comprofiler/plugin/user/plug_amemberconnector/amemberconnector.php on line 56 The site is joomla with amember. Any Ideas?
Did it work before and stop working? What version of PHP are you running? There was a reported issue with PHP 5.2.2 that was discussed here: http://www.amember.com/forum/showthread.php?t=9618&highlight=xmlrpc
php 5.2.10 I think i skipped 5.2.2 and started on 5.2.4 or so. Anyway, yes we are getting this error.
ahh ok.. and just to cover all the bases 1) What version of aMember are you running? 2) Was this ever working or is this a new configuration you are having issue with? 3) If it was working, did you upgrade PHP, Joomla or aMember between when it worked and didn't? Have your paths changed (ie. used to be /home/username/www/ and now /home/username/publich_html and need to update your config? The 32300 is an unable to open socket error suggesting that it is trying to connect to something that is either not there or not responding. My first check would be configuration, secondly ensuring the necessary ports/etc. All that being said, looks like something similar happened to some admins a few months back.. might want to open a support ticket if you have not already: http://www.amember.com/forum/showthread.php?t=7314
I have submitted a ticket. Waiting to hear back. Been a day or 2. It is amember 3.0.8. running on php 5.2.10 I am sure that php version has changed as we moved the site off of a terrible server running plesk onto a cpanel server. I'll give it a shot rolling back the php version. It config paths are fine. The biggest issue that we have is that a previous coder modified code in amember and joomla instead of building plugins. So inside of key files we have extra code. Like amember files have code hard linking to pages in joomla and vice versa. They are using the url path so nothing changed there.
It appears that the old server was running php 5.1.6 [root@ldc1020 ~]# php -v PHP 5.1.6 (cli) (built: Sep 18 2007 09:07:04) [root@ldc1020 ~]# httpd -v Server version: Apache/2.2.6 (Unix) Server built: Sep 18 2007 11:26:13 I would like to personally thank parallels for being waaayyy behind in server management tools. Anyway. This is annoying because cpanel won't even roll back that far in its auto compiler so If I want to roll back php I need to compile it by hand. The custom code is limiting what support could so I closed the ticket. The code is all over the place and terrible. The website did work at one point in time and then just magically started breaking.