BUG / PROBLEM REPORT: profile.php & admin/user.php

Discussion in 'Integration' started by draj, Jan 31, 2007.

  1. draj

    draj New Member

    Joined:
    Dec 29, 2006
    Messages:
    252
    Hallo!

    I have developed a custom integration plugin with some difficulties. However, I was shocked to find out the following:

    profile.php

    From the user frontend, the updating is done in all the tables of an integrated database tables through the plugin.


    admin/user.php

    Viewing the same data record: However this is not the case in the admin. I tried to update the same User data from the admin. The data is being updated ONLY in the intgrated users table and nothing more gets in other tables integrated_xxx_table, which I much need.

    Here there are two different scripts mentioned above results into different behaviour that is unexpected.

    Hence during the testing and development of scripts it may have seemd to be working fine however, it cannot be the case that the {integrated_db} cannot be updated with some values from the aMember_DB.

    This requires further work.

    I need a fix and would be very thankful if this is done.
  2. draj

    draj New Member

    Joined:
    Dec 29, 2006
    Messages:
    252
    Hallo!

    Funny enough! It works now!!!

    I changed the field type from BLOB > VARCHAR and since then it works. I have no idea where things went wrong and do not have the feeling to retrace the problem area of my report.

    Can it be that the updates are difficult to UPDATE fields of ENUM and BLOB types? If thats the case, what would be of field data other than VARCHAR?

Share This Page