I get this error:
xapian.WritableDatabase_swiginit(self,_xapian.new_WritableDatabase(*args)) xapian.DatabaseOpeningError: /home/xapian/mysite_index: No databases listed
when running the "./manage.py rebuild_index" so that I can populate my index for the first time. I do get the warning message and confirmation to rebuild_index and then I'm presented with a list of information with the last line being the aforementioned.
Any help would be greatly appreciated. Thanks