Hello.
I droped the search index table. So search don't work. Is it possible to rebuild it someway?
Thanks.
Aside from recreating the index table, run the following SQL queries:
DELETE FROM cache; DELETE FROM variable WHERE name = "node_cron_last";
Then run cron.php as much as necessary.
-- If you have a problem, please search before posting a question.
Thank you very much! It worked out!
I had to run cron.php fot 5 times or so. Now it's ok. Search index is back.
Comments
SQL queries
Aside from recreating the index table, run the following SQL queries:
Then run cron.php as much as necessary.
--
If you have a problem, please search before posting a question.
Fine!
Thank you very much! It worked out!
I had to run cron.php fot 5 times or so. Now it's ok. Search index is back.