By tsavory on
I have a problem with the core search messing up the taxonomy every time I run cron it brings up errors the error
warning: Invalid argument supplied for foreach() in /home1/.../public_html/drupal/modules/taxonomy/taxonomy.module on line 1214.
I have searched around and found http://drupal.org/node/613588 in doing this I decided to uninstall the search module which works no more errors but I want to have search so I need to find out how to fix this.
Where in the db would I need to look to find out what its having a hard time finding I tried the sql query as explained in http://drupal.org/node/310164#comment-1114330
but it does not find any orphan files
Comments
Found it
OK I found it
I manually deleted the nodes in the drp_node_revisions table that I knew where not running on the system anymore then I ran the sql query from http://drupal.org/node/310164#comment-1114330 it found the orphan files and I deleted them.
How or why these nodes stayed in both the drp_node and the drp_node_revisions. But was not showing up in the content, I don't know as I had deleted them though the admin pages of drupal.
either way all is working now