xmlrpc error

Discussion in 'Troubleshooting' started by Archness, Jul 10, 2009.

  1. Archness

    Archness New Member

    Joined:
    Jul 10, 2009
    Messages:
    5
    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?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
  3. Archness

    Archness New Member

    Joined:
    Jul 10, 2009
    Messages:
    5
    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.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    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
  5. Archness

    Archness New Member

    Joined:
    Jul 10, 2009
    Messages:
    5
    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.
  6. Archness

    Archness New Member

    Joined:
    Jul 10, 2009
    Messages:
    5
    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.
  7. Archness

    Archness New Member

    Joined:
    Jul 10, 2009
    Messages:
    5
    The fix was to disable mod_security.
  8. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Thanks for the follow up. Good to know should others run into the same issue.

Share This Page