Hello,

I have installed Drupal 6.x and in general it's running pretty stable.

I only get the following two error messages:

user warning: Table 'dbxxxxxxxxx.upload' doesn't exist query: SELECT * FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid = 66 ORDER BY r.weight, f.fid in /homepages/40/dxxxxxxxxx/htdocs/sl-x/cms/modules/upload/upload.module on line 553.

user warning: Table 'dbxxxxxxxxx.search_index' doesn't exist query: SELECT SUM(i.score * t.count) AS score FROM search_index i INNER JOIN search_total t ON i.word = t.word INNER JOIN node n ON n.nid = i.sid WHERE n.status = 1 AND (i.word = 'slx') AND i.type = 'node' GROUP BY i.type, i.sid HAVING COUNT(*) >= 1 ORDER BY score DESC LIMIT 0, 1 in /homepages/40/dxxxxxxxxx/htdocs/sl-x/cms/modules/search/search.module on line 946.

I check all forum topics and searched for a few hours but couldn't find any answers.

Any ideas on how to solve this issue is highly appreciated.

Thanks.

Sebastian www.sl-x.us/cms/

Comments

mikollepostia’s picture

...already solved the problem?

I have same kind of problem here:

user warning: Table 'xxxxxx_drupal.search_index' doesn't exist query: SELECT SUM(i.score * t.count) AS score FROM search_index i INNER JOIN search_total t ON i.word = t.word INNER JOIN node n ON n.nid = i.sid WHERE n.status = 1 AND (i.word = 'etusivu') AND i.type = 'node' GROUP BY i.type, i.sid HAVING COUNT(*) >= 1 ORDER BY score DESC LIMIT 0, 1 in /www/xxxxxx/public_html/modules/search/search.module on line 946.

SebastianL’s picture

Hi,

nope, not fixed, tried another thread, too http://drupal.org/node/712790 but no help there either ... sorry

tommytom’s picture

I have the same problem, any solution ? I've checked the DB. I have a
'search_dataset' and 'search_node_links' table but not a 'search_index' table ..

supersteph’s picture

Have you ever found a solution? I'm still struggling with these exact two errors...