I tried to install module version 1.0-RC2 to version 2.0-Beta1 and got the following errors when running database update:

    * user warning: Table 'noirextreme1.profile_fields' doesn't exist query: DELETE FROM profile_fields WHERE title = 'Placeholder' and name = 'profile_activitystream_placeholder' in /home/www/c6787d455f0c59602aa95178ed71aef4/web/sites/default/modules/activitystream/activitystream.install on line 78.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/www/c6787d455f0c59602aa95178ed71aef4/web/update.php on line 174.
    * warning: Invalid argument supplied for foreach() in /home/www/c6787d455f0c59602aa95178ed71aef4/web/update.php on line 338.

Comments

akalsey’s picture

Status: Active » Closed (fixed)

You can safely ignore this. At one time, the module created an entry in the profile table. It no longer needs that field, so it's attempting to delete it.