Quote:
Originally Posted by Ogmuk
search index building has to be done manually through the control panel as far as i know
|
No, I have a routine to do that in the script after the post is imported.
Around line 364, I have:
build_post_index($postid,$foruminfo);
If the script has an error when building the search index, then the search index won't get built. Also if the "similar thread" function is turned on. It uses the fetch_similar_threads function. This function takes a lot of memory in vB3. If you have only 8MB, then that could well be your problem.
Have you checked your error log? what is your memeory_limit setting?