Quote:
Originally Posted by lierduh
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?
|
There are no errors in my error log that would pertain to memory etc. A couple missing file errors (nothing php related).
How do I check memory limit?