My wiki was set off alone in the settings and I can not reactivate it.
If you set the option to Yes once saved automatically returns Off .
Pegasus can you help me?
Version Wiki 4.0 Rc1
My wiki was set off alone in the settings and I can not reactivate it.
If you set the option to Yes once saved automatically returns Off .
Pegasus can you help me?
Version Wiki 4.0 Rc1
This issue, which was introduced by RC 1 build 001, was fixed in RC 1 build 005. Make sure you have build 005 installed.
If you already have build 005, then the internal process that saves setting changes might be frozen (e.g. if you changed "Wiki URL Format" in build 003). There is no code change that will resolve this, you must submit a Ticket Support (link) in this case so a developer can unfreeze it, or you must wait a few days for the upgrader to RC 2 which will do the same thing the developer will do.
- lead developer for VaultWiki
Hi Pegasus
I have installed Build 005.
You can not unlock the wiki by accessing the mysql database?
Which field should I see?
Last edited by migratoria; August 14, 2014 at 5:24 PM.
You can try to delete all rows from the table vw_defer with defertype = 'settings'.
If there are rows with other defertype values, then you will not be able to fix this without a developer or an upgrade script, because the wiki will only turn on when vw_defer is empty, and if you delete other rows except 'settings' you might mess up your database.
It is okay to delete defertype = 'settings' because it will just try again next time you save your settings.
Either way, once vw_defer is empty, you must save "Wiki Active?" = "Yes" before it would turn back on.
- lead developer for VaultWiki
the table vw_defer with defertype = 'settings' contains this:
You can safely run:
But you will need a developer to handle those ones with defer = 'node'. If you just delete those, you would mess up the database. So I highly recommend filing a ticket if you can't wait a few more days for the next version.Code:DELETE FROM vw_defer WHERE defer = 'settings'
The link to open a ticket is: https://www.vaultwiki.org/members/?d...e&productid=20
- lead developer for VaultWiki
Removed... Solved
Tnks
Bookmarks