This sounds like the hack of the century... I am going to try and install this tonight.. One question though.
I have checked the insert file for the database and just need to clear something up before I insert...
Are you missing a prefix in the
INSERT INTO `phrase`
As you have not created a table called 'phrase'
I can only assume you are inserting into the existing 'phrase' table and in my case that would be 'vb3_phrase'
So do I change all the 'phrase' to 'vb3_phrase'
i.e.
INSERT INTO `vb3_phrase`
Thanks
Eddie Hughes
|