Quote:
Originally Posted by paul_r
right it works fine and bombs out when it trys to import the vbindex templates
|
what's the error message outputted??
If your getting an error that the template already exist, just run this query
[sql]
DELETE FROM template WHERE title like LCASE('vbindex%')
AND title NOT like 'vbindex_extra_%';
[/sql]
and start over at the begining of the installer.