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

jsmm’s picture

Just 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,

Will White’s picture

Status: Active » Postponed (maintainer needs more info)

Hi 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

jsmm’s picture

That's exactly what I did. I have made a new install since.
Are there instructions anywhere on how to get it into git?

alex_b’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

The site was working beautifully until I did an update of modules via drush.

Please 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.