Import Feature

Discussion in 'Installation' started by ForeverUAE, Aug 29, 2003.

  1. ForeverUAE

    ForeverUAE Guest

    If any of you have any kind of knowladge about how to use the IMPORT feature, please share it with us.

    The first thing comes to my mind is :
    1- How can i import tables from defferent database to Amember database?
    (in my case i mean from IPB to Amemberpro) no short cut answer please

    2- Do i have to have 16 fields, can i only have 10 fields for every table i want to improt?


    thanx in advance for you knowladge and help.
  2. alex-adm

    alex-adm Guest

    1. Use script
    amember/plugins/protect/invision/import_ib.php
    Remove first line:
    exit();
    and access it from your browser. It will get you comma-separated list of your IBF customers:
    name;password;email;title
    Save resulting file and import it to aMember using aMember CP -> Import function.
    After doing that, remove file amember/plugins/protect/invision/import_ib.php
    and add the following line to amember/config.inc.php (just before closing ?>)
    $config['accept_md5'] = 1;

    2. Don't do direct import - use Import function. It is necessary, as you have to update payments(subscriptions) table too
    and you can do it during import. It is more complicated to do it manually.
  3. ForeverUAE

    ForeverUAE Guest

    ok, it seems to be simple to integrate IPB with AmemberPro, but what about PHP-Nuke 6.5?
    how to get (import) all Forum & AmemberPro members into PHP-Nuke 6.5 database?

    i would belive it is as simple as the IPB integration, hopefully!


    Is there other mothed to pay you for these plug-ins?
    and,
    How long would it take for me to get them?
    and,
    In case i couldn't get forum members into both IPB & Nuke, can you do it for free?
  4. alex-adm

    alex-adm Guest

    It is easy to move all your current active members to phpNuke.
    1. Please enable PHP-Nuke integration in aMember CP -> Edit Products (product settings).
    2. Click on aMember CP -> Rebuild DB
  5. ForeverUAE

    ForeverUAE Guest

    after doing that i got this error:

    Fatal error: Call to undefined function: config_set_notebook_comment() in /home/XXXXX/public_html/amember/plugins/protect/invision/config.inc.php on line 3
  6. alex-adm

    alex-adm Guest

    this error is result of version difference and you would get instant reply if email support@cgi-central.net
    (as you already knew :)

Share This Page