Closed (fixed)
Project:
Activity Stream
Version:
6.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 16:01 UTC
Updated:
25 Nov 2009 at 05:03 UTC
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
Comment #1
akalsey commentedYou 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.