Hi all
I have drupalize a site successfully except one thing.
After I modified all the modules and themes required I uploaded all the old data directly into the data base by csv file.
The site I am working is a video site and I have used video module. Each video has tags , so I used tagadelic module too.
So I updated video table, node table, node revision table, sequence table, term_data table and term_node table. All data is available as I wanted in the front end and admin side.
The problem I am facing is about search content. I re indexed my site many times after uploading data, but in search page no data is available.

If anybody faced this before please help.

Thank you.

Comments

caprenter’s picture

You may have covered this step already on your site, so apologies if you have, but I remember my first encounter with search, and I couldn't get anything to work either.

If I understand correctly, search indexes your site when the 'cron' is run.

There is a lot more information here:
http://drupal.org/handbook/modules/search

If you can't set up cron on your server (or elsewhere) I would recommend the excellent poormanscron module:
http://drupal.org/project/poormanscron

Hope that's it!

dyutiman’s picture

Hi caprenter
Many thanks for your reply. My site is going to be live this week and I am in real hurry.

May be the cron file is not set up properly as I am running by a windows machine, but I have run the cron file manually several times and it showed no error.
But after running the cron file whenever I go to another page it shows me the message like this :

warning: Invalid argument supplied for foreach() in d:\wamp\www\drupal\modules\cck\fieldgroup.module on line 395.
warning: Invalid argument supplied for foreach() in d:\wamp\www\drupal\modules\cck\fieldgroup.module on line 395.
warning: Invalid argument supplied for foreach() in d:\wamp\www\drupal\modules\cck\fieldgroup.module on line 395.
warning: Invalid argument supplied for foreach() in d:\wamp\www\drupal\modules\taxonomy\taxonomy.module on line 1305.

I viewed all the pages showing error but didn't get anything to change. I thought it may be possible that it gets no node to make indexes for (may be I am guessing wrong) and don't know how to make them available for indexing.

Is there anything I missed while uploading data by csv file! Does any other table require to be updated.
Please help. Please ask if any information is needed.
Thanks in advance.

dyutiman’s picture

Ok guys I found the solution at last.

I had to update Table: node_comment_statistics also.
Now search is running perfectly.

doc2@drupalfr.org’s picture

According to the errors, you may face something from #186775: Invalid argument supplied for foreach() in cck\fieldgroup.module on line 394 which anyways links to a CCK fieldgroup issue. Watch out, the Fieldgroup issue's patch (#16 of the latest link) just prevents the errors from showing up. Read the whole issue if unsure, and at least from #14.