For people who have problems importing or herhaps search index building, please check your web server's error log. There might be clues in there.
One important setting in php.ini you need to change for vB3 is:
memory_limit = 16M ; Maximum amount of memory a script may consume
The default memory_limit is 8MB. vB3 will cripple with only 8MB, but only for large queries.
|