Amember not processing orders, error in signup.php

Discussion in 'Troubleshooting' started by healthheroes, Jan 10, 2016.

  1. healthheroes

    healthheroes Member

    Joined:
    Jan 24, 2008
    Messages:
    48
    Hi,

    I transferred to a new host and since then I have not been able to process orders.

    http://www.dog-book-of-the-month-club.com/amember/signup.php?price_group=-11


    All my signup pages have same error.


    Deprecated: Assigning the return value of new by reference is deprecated in /home/dogbook/public_html/amember/signup.php on line 249
    WARNING: Cannot modify header information - headers already sent by (output started at /home/dogbook/public_html/amember/signup.php:249) in line 1634 of file common.inc.php

    What do I need to do?
  2. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    I assume you are on aMember v3 ??

    In your site.php you could try;
    Code:
    error_reporting( E_ALL ^ ( E_NOTICE | E_WARNING | E_DEPRECATED ) );
  3. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
  4. healthheroes

    healthheroes Member

    Joined:
    Jan 24, 2008
    Messages:
    48
    I bought v4 a while ago (4.7.0) but when I saw it wasn't a simple upgrade I never installed it.

    On this page: http://www.amember.com/docs/Migration_from_legacy_aMember_Pro_v3 it says $80 for the v4 software and $80 for the upgrade support ($160).

    How do I get support to upgrade to the 4.7.0 version I already have for $80?
  5. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Same answer as your other post on exactly same subject - submit a support ticket.
    caesar likes this.
  6. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
  7. ionsaliu

    ionsaliu Member

    Joined:
    Aug 10, 2007
    Messages:
    33
    Same problems here, starting February 6, 2016.

    Not only is the upgrade from v3 to v4 horrible… the language in the Wiki documentation is atrocious. I guess Russia and America will never get along…

    These are the folders that trigger error messages at my site:
    http://saliu.com/book/
    http://saliu.com/code/
    http://saliu.com/pub/
    http://saliu.com/ultimate/

    There is one angry customer who contacted me for the 23rd time since Saturday, February 6, 2016!

    Ion Saliu
    PS
    It was recommended I send a support ticket... and I just did it. The webhost did not inform me of an upgrade of PHP.
    Last edited: Feb 10, 2016
  8. ionsaliu

    ionsaliu Member

    Joined:
    Aug 10, 2007
    Messages:
    33
    I would have never hesitated to upgrade to aMember version 4 — IF not for the installation and documentation. Regardless of versions, the upgrading should be a lot more intelligent (as in forum software upgrading). There should be an install.php and also an upgrade.php.

    Right now, I don’t know what’s going to happen. I don’t want to lose my business entirely. The webmaster has to spend a lot of time with testing, renaming folders, downloading the old aMember folder to the local computer, then creating a new folder for aMember 4…. And after all that trouble: There are problems. I read complaints in these forums!

    And still, the aMember customers are tied to this software!

Share This Page