VaultWiki Lite [Deleted]

I wouldn't use the Lite version. The paid version is mostly the same very complex, high learning curve but it's amazing for what it does. Once you get it set up it's very nice. And I wouldn't use the developer's site as an example (vbulletin, older look). I have it on another site and it's quite attractive. Well done.
 
pegasus updated VaultWiki Lite with a new update entry:

Changes in 4.0.7

(released October 31, 2015)
  • Permission for Contributions on Profile
  • Style Properties for Wiki Icon Colors
  • Fixed 2 XSS vulnerabilities
  • Fixed wiki BB-Codes disappearing after XenForo upgrades
  • Fixed wrong indent for wiki lists
  • Fixed new wiki content not appearing in user streams
  • Fixed fatal error using admin search if VaultWiki is disabled
  • About 30 other fixes and improvements

Read the rest of this update entry...
 
installed the lite version. All seems well, until i clicked th prefix manager tab in the ACP and i get this error

Code:
Warning: Uncaught exception 'ErrorException' with message 'require_once(/home/****/public_html/vault/core/controller/cp/prefix/vw.php): failed to open stream: No such file or directory' in /home/****/public_html/vault/core/controller/cp/prefix/xf.php:17 Stack trace: #0 /home/****/public_html/vault/core/controller/cp/prefix/xf.php(17): XenForo_Application::handlePhpError(2, 'require_once(/h...', '/home/****...', 17, Array) #1 /home/****/public_html/vault/core/controller/cp/prefix/xf.php(17): require_once() #2 /home/****/public_html/vault/core/model/vw.php(476): require_once('/home/****...') #3 /home/****/public_html/vault/core/controller/cp/vw.php(54): vw_Hard_Core::locate_class('Controller', 'CP_Prefix_Contr...', '/home/****...') #4 /home/****/public_html/vault/core/controller/cp/vw.php(38): vw_CP_Controller->get_controller('prefix') #5 /home/****/public_html/library/vw/XenForo/ControllerAdmin/Wiki.php(97): vw_CP_Controller->init_controller('prefix', '', ' in /home/****/public_html/vault/core/controller/cp/prefix/xf.php on line 17

Fatal error: main(): Failed opening required '/home/****/public_html/vault/core/controller/cp/prefix/vw.php' (include_path='/home/****/public_html/library:.:.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/vault/core/controller/cp/prefix/xf.php on line 17

what may cause this ?
 
and this error in modertaor tab

Code:
Fatal Error: attempted to instantiate non-existent class vw_CP_Moderator_View
./vault/core/view/cp/moderator/vw.php does not exist or does not contain the specified class.

#0 vw_Hard_Core::fetch_object() called at [./vault/core/model/vw.php:561]
#1 vw_Hard_Core::view() called at [./vault/core/controller/cp/moderator/vw.php:328]
#2 vw_CP_Moderator_Controller->modify() called at [./vault/core/controller/cp/moderator/vw.php:55]
#3 vw_CP_Moderator_Controller->execute() called at [./library/vw/XenForo/ControllerAdmin/Wiki.php:113]
#4 vw_XenForo_ControllerAdmin_Wiki->actionIndex() called at [./library/XenForo/FrontController.php:351]
#5 XenForo_FrontController->dispatch() called at [./library/XenForo/FrontController.php:134]
#6 XenForo_FrontController->run() called at [./admin.php:13]

Please forward this error to VaultWiki technical support at https://www.vaultwiki.org/support/4X/ or email support@vaultwiki.org.
 
There are no prefixes in the Lite version. It should be showing a more friendly message that says this. I will see what's going on there.

Delete vault/core/controller/cp/prefix/xf.php from your system. It should not be there.
That will fix the first error.

For the second error, it is telling you that the file vault/core/view/cp/moderator/vw.php is missing. However, I have checked and it is included in the ZIP attached to this resource. Please make sure the file made its way onto your server.
 
Last edited:
There are no prefixes in the Lite version. It should be showing a more friendly message that says this. I will see what's going on there.

Delete vault/core/controller/cp/prefix/xf.php from your system. It should not be there.
That will fix the first error.

For the second error, it is telling you that the file vault/core/view/cp/moderator/vw.php is missing. However, I have checked and it is included in the ZIP attached to this resource. Please make sure the file made its way onto your server.

excellent resolved everything. I will be buying full version, once i actually understand how to use this.
 
when i install i have some error

Code:
Step 16

Importing BB-Codes
An exception occurred: Database Error: SELECT bb_code_id AS `tag`,vw_varname FROM `xf_bb_code` WHERE ( `bb_code_id` LIKE 'comment%' OR `bb_code_id` LIKE 'h%' OR `bb_code_id` LIKE 'noedit%' OR `bb_code_id` LIKE 'Wiki%' ) Mysqli prepare error: Unknown column 'vw_varname' in 'field list' in /www/htdocs/w01263e7/elnino-onlinegaming.de/vault/core/controller/db/xf.php on line 171
vw_DB_Controller_XF->throw_error() in vault/core/controller/db/xf.php at line 185
vw_DB_Controller_XF->query_read() in vault/core/model/db/mysql/vw.php at line 29
vw_DB_MySQL_Model->select() in vault/core/controller/install/common/vw.php at line 147
vw_Install_Common_Controller->do_bbcode() in vault/core/controller/install/full/steps/xf.php at line 327
vw_Install_Full_Steps_Controller_XF->{closure}() in vault/core/controller/progress/vw.php at line 100
vw_Progress_Controller->call() in vault/core/controller/cp/progress/vw.php at line 45
vw_CP_Progress_Controller->process() in vault/core/controller/cp/install/vw.php at line 236
vw_CP_Install_Controller->install() in vault/core/controller/cp/install/vw.php at line 64
vw_CP_Install_Controller->execute() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 113
vw_XenForo_ControllerAdmin_Wiki->actionIndex() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 170
vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in library/XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in library/XenForo/FrontController.php at line 134
XenForo_FrontController->run() in admin.php at line 13
 
Please manually create xf_bb_code.vw_varname. I will upload a fixed ZIP for other users shortly. Run this MySQL query:
Code:
ALTER TABLE xf_bb_code ADD vw_varname VARCHAR(25) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''
 
ok

now i have this error

Code:
Step 16

Importing BB-Codes
An exception occurred: Mysqli prepare error: Unknown column 'vw_extra' in 'field list' in /www/htdocs/w01263e7/elnino-onlinegaming.de/library/Zend/Db/Statement/Mysqli.php on line 77
Zend_Db_Statement_Mysqli->_prepare() in library/Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in library/Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in library/Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in library/Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in library/XenForo/DataWriter.php at line 1624
XenForo_DataWriter->_insert() in library/XenForo/DataWriter.php at line 1613
XenForo_DataWriter->_save() in library/XenForo/DataWriter.php at line 1405
XenForo_DataWriter->save() in vault/core/controller/install/common/xf.php at line 573
vw_Install_Common_Controller_XF->update_bbcodes() in vault/core/controller/install/common/vw.php at line 174
vw_Install_Common_Controller->do_bbcode() in vault/core/controller/install/full/steps/xf.php at line 327
vw_Install_Full_Steps_Controller_XF->{closure}() in vault/core/controller/progress/vw.php at line 100
vw_Progress_Controller->call() in vault/core/controller/cp/progress/vw.php at line 45
vw_CP_Progress_Controller->process() in vault/core/controller/cp/install/vw.php at line 236
vw_CP_Install_Controller->install() in vault/core/controller/cp/install/vw.php at line 64
vw_CP_Install_Controller->execute() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 113
vw_XenForo_ControllerAdmin_Wiki->actionIndex() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 170
vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in library/XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in library/XenForo/FrontController.php at line 134
XenForo_FrontController->run() in admin.php at line 13
 
ok

now i have this error

Code:
Step 16

Importing BB-Codes
An exception occurred: Mysqli prepare error: Unknown column 'vw_extra' in 'field list' in /www/htdocs/w01263e7/elnino-onlinegaming.de/library/Zend/Db/Statement/Mysqli.php on line 77
Zend_Db_Statement_Mysqli->_prepare() in library/Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in library/Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in library/Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in library/Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in library/XenForo/DataWriter.php at line 1624
XenForo_DataWriter->_insert() in library/XenForo/DataWriter.php at line 1613
XenForo_DataWriter->_save() in library/XenForo/DataWriter.php at line 1405
XenForo_DataWriter->save() in vault/core/controller/install/common/xf.php at line 573
vw_Install_Common_Controller_XF->update_bbcodes() in vault/core/controller/install/common/vw.php at line 174
vw_Install_Common_Controller->do_bbcode() in vault/core/controller/install/full/steps/xf.php at line 327
vw_Install_Full_Steps_Controller_XF->{closure}() in vault/core/controller/progress/vw.php at line 100
vw_Progress_Controller->call() in vault/core/controller/cp/progress/vw.php at line 45
vw_CP_Progress_Controller->process() in vault/core/controller/cp/install/vw.php at line 236
vw_CP_Install_Controller->install() in vault/core/controller/cp/install/vw.php at line 64
vw_CP_Install_Controller->execute() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 113
vw_XenForo_ControllerAdmin_Wiki->actionIndex() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 170
vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in library/XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in library/XenForo/FrontController.php at line 134
XenForo_FrontController->run() in admin.php at line 13

this will fix it
ALTER TABLE xf_bb_code ADD vw_extra TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL
 
@pegasus

is it not possible to insert Imges in the lite version ?
Use the stock editor button where you enter the Image URL (looks like a picture frame with mountains in it on this site). You cannot make forum-style attachments on wiki pages due to ownership issues in the database. Wiki-style attachments are not in the lite version.

Sorry, I'm looking into it, but I think there are no sub-areas in the Lite version. I guess the + icon should be removed.
 
If your Area options either:
1. Allow HTML
2. Do not allow BB-Code

Then yes, this looks normal. I would check your area settings again. If 1 or 2 don't apply to you, please check your browser console for Javascript errors in the wiki editor screen.
 
Yes. Edit the related BB-Codes in XenForo's BB-Codes Manager and change the icon URL on the Advanced tab.
 
Top Bottom