I recently enabled aggregator and feedburner modules which are all working fine, however I have started getting a truckload of php errors all as follows:

Message Invalid argument supplied for foreach() in /home/kangaloo/public_html/aussierhonda/modules/taxonomy/taxonomy.module on line 1453.
previous to activating those modules I had the occasional error with line ending in 1451.

Running 5.6

Any ideas on what would be causing them and how to fix please?

Thanks.

Comments

theorichel’s picture

I am having precisely the same errors on Drupal 5.2. But I have also lost an article on my site due to an external unwanted modification of the link to that article. That used to be http://www.klimatosoof.nl/node/655 but that is now: http://www.klimatosoof.nl/node/655http://yoshishome.chat.ru/images

I have no idea whether these problems are related and what to do about them.

jgoldfeder’s picture

I had the same exact issue and fixed it.

This is caused when you have a content type that ends up being deleted but you have nodes for that type.

Go into mysqladmin and run this query:

select distinct type from node

then open a new window to search for those node types and delete the nodes for those types that no longer exist.

/apologies for bumping such an old post, but it came up first in my search and hopefully I can save someone the hour it took me to fix this.