I bit the bullet today and decided to run with an install and import of the VW 3.x data. While progressing through the steps I hit an issue with the installer seeming to hang at the point it was adding the package to the database (About step 5 or 6 IIRC).
By hang, I mean that there were not error messages of any kind and that after 45-60 mins it was still 'processing' that part of the install.
I tried refreshing the page in the hope it might be a temporary issue that would resolve itself, and initially it looked promising as it continued the install at the stage of configuring the attachments part.
After it completed I went to the AdminCP section of VW and tried importing the VW3 wiki, but hit this MySQL error:
Code:
Invalid SQL:
SELECT sourceid,targetid FROM `vb3_vw_import` WHERE name = 'page' AND hash = '1eb73f22a18e90ede0f5ceacf38fe570' AND `targetid` IN () LIMIT 0;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') LIMIT 0' at line 1
Error Number : 1064
Request Date : Thursday, February 27th 2014 @ 04:52:46 PM
Error Date : Thursday, February 27th 2014 @ 04:52:47 PM
Script : http://www.mysite.com/admincp/wiki_cp.php?panel=impex&do=import&step=7&nostyle=1
Referrer : http://www.mysite.com/admincp/wiki_cp.php?panel=impex&do=import
Next I tried running the install/upgrade script again in case it would help fix the missing errors (I know it was clutching at straws, but...)
This error:
Code:
Invalid SQL:
UPDATE `vb3_template` SET `styleid` = -10 WHERE styleid = -2 AND product = 'vaultwiki';
MySQL Error : Duplicate entry 'vault_special_redirectbit--10-template' for key 'title'
Error Number : 1062
Request Date : Thursday, February 27th 2014 @ 04:54:46 PM
Error Date : Thursday, February 27th 2014 @ 04:54:51 PM
Script : http://www.mysite.com/vault/install/index.php?step=6&nostyle=1
Referrer : http://www.mysite.com/vault/install/index.php
Finally I decided to run the uninstall from the vB ACP, but got this error:
Code:
Invalid SQL:
SELECT contenttypeid,class FROM `vb3_contenttype` WHERE `class` IN (vwPage,vwComment) LIMIT 2;
MySQL Error : Unknown column 'vwPage' in 'where clause'
Error Number : 1054
Request Date : Thursday, February 27th 2014 @ 04:55:22 PM
Error Date : Thursday, February 27th 2014 @ 04:55:22 PM
Script : http://www.thexuniverse.com/admincp/plugin.php?do=productkill
Referrer : http://www.thexuniverse.com/admincp/plugin.php?do=productdelete&productid=vaultwiki&s=
I find the initial install problem puzzling cos the server we use for our site is a twelve core processor and has a lot of good resources. I was running the install from Chrome, but I don't believe there were any extensions running when I did so.
So I'm stuck in limbo between a partially installed and partially uninstalled VW 4.x wiki...
Any suggestions or tips? I don't mind running through the database to clear out any partially added columns and tables manually, but would need a list of what's what to do so.
Looking forward to seeing VW 4.x in full swing as well.