After upgrade to Drupal 6 I experienced this kind of problems with the search index tables such as search_node_link, search_dataset (and one more that I don't remember at the moment). It might be related to that in Drupal 5 I was using trip_search module, not the standard search.
I seem to recall seeing instructions to put contributed modules in the "Modules" folder -- which has a readme.txt file saying that the folder is only for core modules...just wondering if anyone can put the final work on this issue for me.
So far, I've been sticking contributed modules like Fivestar into the "Modules" folder without incident, and not the "sites/all/module" subdirectory (BTW, is that subdirectory something I create on my own? It doesn't exist by default, right?)....
Are there any big issues that I should be aware of for Drupal 5.7 to 5.10 upgrades? I've done the incremental upgrades/patches from 5.7 to 5.8 to 5.9 etc., but how does it behave when you skip and just go from 5.7 to 5.10?
Obviously I'll backup data and files before. Any other suggestions? I'm running on PHP 5.x and MySQL 5.x.
I just upgraded my site from Drupal 5 to Drupal 6. The only MySQL error i have is this: user warning: Table 'coldowl5.languages' doesn't exist query: SELECT * FROM languages ORDER BY weight ASC, name ASC in /home/clinton/online/coldowl/includes/bootstrap.inc on line 1086.
I'm wondering if I just forgot to uninstall a module before upgrading. Is there a quick fix to this? What module uses the 'languages' table?
I recently upgraded to 6.4 but i wanted to know where are all the settings are saved?
For example: when i go to configure for the search form block to change it to a different name, where is this setting saved in? and when I upgrade it, do i have to rename the search form block again?