Quote:
Originally Posted by AlexanderT
So are 1) and 2) both related to bugs in the install/uninstall script or am I doing something wrong? If they are bug-related, I am kinda hesitant to use the installer script at all on my live-system (who knows what other bugs are in there). In this case, perhaps someone can explain how to manually upgrade vBi instead?
|
You should have vbindex_*__3.0.0_RC5 templates listed for all those templates you had previously customised. There was a minor bug in the uninstaller that ment only one vBindex template would get deleted.
Edit line 195 of vbiupgrade.php and replace:
PHP Code:
WHERE title like LCASE('vbindex')
With:
PHP Code:
WHERE title like LCASE('vbindex%')