Has anyone had success with phpfox plugin?

Discussion in 'Integration' started by maryk, Nov 2, 2009.

  1. maryk

    maryk New Member

    Joined:
    Jul 30, 2009
    Messages:
    7
    I haven't been able to find a thread about a successful integration using the plug-in for phpfox, only negative ones. Even did a few google searches and can't find anything on the subject either. Seems like no one here is using Phpfox. Only Joomla, Drupal, and Wordpress. Has anyone or someone you may know, had success integrating phpfox with amember? I'm still waiting on the helpdesk people to fix the bug that I'm having (problem with logout functions) But I'm curious to know if i'm just wasting my time or if someone else has already accomplished what I'm trying to (I'm using latest amember and phpfox v1.6.21).
  2. AlexTm

    AlexTm New Member

    Joined:
    Nov 24, 2010
    Messages:
    3
    I have spent over 36 hours trying to get aMember's phpFox Plugin to work

    Tried everything to get this plugin to work. I understand about the table prefixes now and definitely got them right because those particular errors vanished. Then got this problem:

    When you go into edit product in amember, the phpFox drop down list has nothing to select in it. I think it is suppoed to be a Yes or No option.

    I bought aMember phpFox plugin and have finally got it almost working. Here are the problems:


    i) A part of the instruction that comes with the plugin says:-
    ....
    4. Go to folder where your phpFoX script was installed
    Open include/modules/Account/classes/PhpFox_ServiceSecurity.class.php
    in your favorite text editor.
    Right after:
    setcookie('phpfox_id', -1, time() - 1, '/');
    setcookie('phpfox_h', '', time() - 1, '/');
    Add:
    setcookie(session_name(), '', time()-42000, '/');
    setcookie(session_id(), '', time()-42000, '/');
    Save file.
    ...

    Unfortunately I have looked everyway in my phpFox installation and I cannot find the "include/modules/Account/classes/" directory or "PhpFox_ServiceSecurity.class.php".

    Does anyone know where this is or is the instructions wrong or aoutdated?


    ii) When I go to:
    /myaMember Installation/member.php I get this error:

    "MYSQL Error happened, script stopped. Website admin can find more details about the problem at CP -> Error Log"


    And when I check the error log it says:
    MYSQL ERROR:
    Unknown column 'user' in 'where clause'
    in query:
    SELECT * FROM turner2_memberdatabase.phpfox_user WHERE user = 'customer18'

    I have tried every combination of searches I can on Google to find a solution to get this plugin working. I just don't think it should be this difficult to find a solution. Anyone have any ideas or anyone been able to get this plugin working successfully?

Share This Page