Hi,
Thanks for the reply. Relevanssi hadn’t created the table (and a clean install didn’t create it either) and doing it manually seemed a little too much like hard work 🙂 But it’s ok, I’ve found the exact cause of the problem now and fixed it – maybe this will be helpful for others too.
In my wpconfig, I had this:
define(‘DB_CHARSET’, ‘utf8_general_ci’);
which is not compatible with the plugin’s table creation. Changing it to utf8 fixed the problem and Relevanssi has successfully created all of the tables that it needs. Perfect!