DB integration issue

Discussion in 'Integration' started by rayge, Dec 19, 2007.

  1. rayge

    rayge New Member

    Joined:
    Dec 19, 2007
    Messages:
    3
    There is something weird with the plugin integration in amember.

    seems say for Joomla when i enter my custom db, un and pw the system isnt trying to connect to it properly. It SHOULD connect like
    joomladb.prefix_tablename
    INSTEAD its trying it like
    amemberdb.joomladbprefix_tablename

    anyone seen this issue?

    also if i try and do this with VB it does the same And it can suddenly throw a full mysql error cause the amember system is trying to use the VB database UN PW instead of its own un pw.

    SO the system is really trippin out, and since its all encoded i can really DO any debugging.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Have a look from your example I see that you forgot to put point between db name and prefix:
    joomladbprefix_
    this should be
    joomladb.prefix_

Share This Page