Closed (won't fix)
Project:
Managing News
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2010 at 02:03 UTC
Updated:
10 Sep 2010 at 17:22 UTC
The site was working beautifully until I did an update of modules via drush. Now the site is off with the following message:
warning: array_map() [function.array-map]: Argument #2 should be an array in /home/asorbosc/public_html/news/modules/system/system.module on line 1015.
warning: array_keys() [function.array-keys]: The first argument should be an array in /home/asorbosc/public_html/news/includes/theme.inc on line 1817.
warning: Invalid argument supplied for foreach() in /home/asorbosc/public_html/news/includes/theme.inc on line 1817.
Thanks,
Comments
Comment #1
jsmm commentedJust an update about the error, which is this one now:
user warning: Table 'asorbosc_news.data_table_term' doesn't exist query: SELECT feeds_data_syndication.id AS id, feeds_data_syndication.timestamp AS feeds_data_syndication_timestamp FROM feeds_data_syndication feeds_data_syndication INNER JOIN node node_feeds_data_syndication ON feeds_data_syndication.feed_nid = node_feeds_data_syndication.nid LEFT JOIN data_table_term data_table_term ON feeds_data_syndication.id = data_table_term.id INNER JOIN term_data term_data_data_table_term ON data_table_term.tid = term_data_data_table_term.tid WHERE (feeds_data_syndication.timestamp >= 1275099891-7866000) AND (feeds_data_syndication.timestamp <= 1275099891+0) ORDER BY feeds_data_syndication_timestamp DESC LIMIT 0, 50 in /home/asorbosc/public_html/news/profiles/managingnews/modules/contrib/views/includes/view.inc on line 771.
Thanks again,
Comment #2
Will White commentedHi jsmm,
Can your confirm what version of Managing News you are running? Were you trying to upgrade to a newer version of Managing News? Upgrading modules directly, independently of a Managing News release, is not supported and will likely break your site.
Thanks,
Will
Comment #3
jsmm commentedThat's exactly what I did. I have made a new install since.
Are there instructions anywhere on how to get it into git?
Comment #4
alex_b commentedPlease just don't do that unless you really know what you're up to. Dependencies between modules are quite complex and unfortunately it's just not true that modules within their major version don't change their APIs and are backwards compatible, leading to all kinds of crashes.