![]() |
I don't think you're using VaultWiki Lite, as that code does not exist in the vaultwiki_namespace.php file and there is no mention of a "special" BB-Code anywhere in the files. If you are using the full paid version, please seek help at their web site.
If you ARE still using VaultWiki Lite, then your files are not up to date. |
Quote:
|
I paid for a pro version but Problem, so I am still using a lite version...sad....
|
If you're having a problem with the full version, please post at the VaultWiki site and they will help you.
|
I Upload all ftp file ...
but it didnt respond again ... then again uninstall it & again go to install process and this database error again : Code:
Database error in vBulletin 4.1.9: |
Quote:
Oversimplification: It is a wiki, i.e. many people can edit the same item vs posting replies in a thread. While based on vB it adds all the bits to have a Wiki integrated into a vB forum. It is quite seamless! We have Pro and it works very well. See http://www.ausphotography.net.au/forum/showlibrary.php |
Quote:
You will have to be very specific about the steps you took to "uninstall" the product, including any error messages along the way, because the normal way is working fine for me. I have a feeling you just keep deleting all the vault_ tables from the database manually, expecting that to work, rather than running the Uninstall option in vBulletin's Product Manager. Also, you can easily just skip steps in the install process by commenting the section out in the files. Modify vault/install/mysql-alter.php to remove the usergroup/vault_permissions part if you're getting an already-exists error. |
Quote:
I do the ordinary as you do ... I delete : Code:
###### USERGROUP ###### and in step 3 again i recieve database error and delete : Code:
###### FORUM ###### Code:
Only admins can see this error. Other users can visit the site normally, but your immediate attention is needed in the AdminCP. i try to upgrade the wiki , but again the same error help plz |
This message is correct, it's telling you that you didn't finish setup yet. You still need to edit the Default or Wiki namespace, however it is named, and give it a forum to save in.
The following manual page should be relevant for VaultWiki Lite: https://www.vaultwiki.org/manual/Initial-Setup |
Thanks for you helps ...
finally I did it and install Wiki ... But again I have problem with post new articles : foe example I post new article and I got white screen in this link : Code:
/Forum/showwiki.php?title=android:Root&do=edit |
There is an error happening (maybe conflict with another mod) and you have error reporting turned off. You can check your server logs for the error message, or try to override in showwiki.php. Find:
Code:
error_reporting Code:
@ini_set('display_errors', 1); |
Just incase people want to know, this mod breaks VB 4.2, posting replys in threads will give you a white page with this mod on :)
|
Yes, but at the moment there's no 4.2, not supported one. :)
And yes, if you check authors site, they already are on 4.2 and are testing VW with it. It will need some changes to work with 4.2, but it will be done. |
Pegasus has already said 3.0.19 of VW will support vB4.2.x
https://www.vaultwiki.org/articles/107/ He has the VW site running vB4.2.0beta1 I would hope to see a VW release very soon after vB4.2.0 GOLD. |
VaultWiki 3.0.19 with official vB 4.2 support was released about an hour ago. I am going through it now and incorporating the necessary changes into Lite. Shouldn't be too long, a couple of hours.
|
VaultWiki Lite 3.0.11 is now available, which *should* work with vBulletin 4.2. Let me know if you have any problems with the wiki tab.
|
Updated 3.1.19 in both 4.1.12 live and 4.2.0 test -- all ok
|
Updated my Lite site to 4.2 and re-upgrade VaultWiki Lite. Needed some tweaks but now it's working correctly and the ZIP is updated.
Enjoy moving your wiki tabs around. |
Is there a fix for this for the vB mobi theme? The forum display of the Wiki enabled forum is all out of place.
|
Only the full version has support for vB's mobile style. I will have to make it turn off the mobile style in the wiki forum list if it looks that bad.
You might be able to get around it yourself by setting a forced style in the wiki forum, under that forum's settings. |
I'm having issues with the lite version after a VB 4.2 upgrade. During the wiki upgrade once I get to step 6 it goes back to step one and just continues with that loop. Also the Wiki tab has vanished from the forum page.
|
Sorry about that I didn't commit the updated upgrade phrases to the ZIP. Doing it now.
EDIT: Done. Let me know if the issue persists. |
showwiki.php is calling functions_wysiwyg.php on edit thats not part of vbulletin 4.2.0
Edit: Warning: require_once([path]/includes/functions_wysiwyg.php): failed to open stream: No such file or directory in [path]/vault/tabs/special_tab_edit.php on line 259 |
That worked for the upgrade. Now I am getting the same error as Mikep-.
|
Also I am experiencing the same as:
https://www.vbulletin.com/forum/show...reply-to-posts disabling vault wiki fixes the problem. (Probably to do with the same problem). |
was getting white pages when posting new threads and I went through my mods and disabled them one-by-one and this mod was the one causing the white pages. So, I disabled until it gets fixed.
|
Fixed the white pages/errors in the editor. Version detection was evaluating to false for vB 4.1.4 when 4.2.0 was installed (0 < 4).
Replace the ./vault/special_class_wiki.php file with the one from the ZIP. |
That did the trick for me. Thanks.
|
Quick question for you:
If my vBulletin 4.2.0 forum is installed on mysiteA.com can I install the enterprise version of your wiki on mysiteB.com and get it to work so that the registered users on mysiteA.com are able to contribute to it directly? |
It is now fixed thanks for your hard work.
|
Quote:
If you're asking if VaultWiki has a single-sign on feature where you can use vBulletin's user authentication system, um... VaultWiki doesn't have its own authentication system, it's a vBulletin mod, so you need to be on the forum anyway. |
there is a bug in the latest version for this mod that causes this error for 4.2.0 full release
Code:
Fatal error: Call to a member function clean_gpc() on a non-object in /public_html/includes/class_wysiwygparser.php(231) : eval()'d code on line 14 |
If you downloaded on or before May 25, this is already fixed in the ZIP uploaded that day. Otherwise I can't reproduce this, it usually means your vBulletin is reporting the wrong version number.
|
Quote:
i am not posting in the wiki forum set however that error only goes away after i disable your MOD |
When adding the wiki as a tab using the new Navigation Manager, what do I want as the target URL?
|
@simonhind, you might be running the same version, but some files were updated May 25, which is a few days after 3.0.11 was released. Unless you updated in the past 1-2 days, you should try updating your VaultWiki files. This only happens if VaultWiki reads vBulletin's version number as < 4.1.4, which was fixed for 4.2.0 on May 25.
@Amaury25, if you need to create a custom wiki tab link, use forumdisplay.php?f=ID_OF_THE_WIKI_FORUM Otherwise you should use the navigation links that are automatically installed with VaultWiki. |
Quote:
|
Quote:
|
VaultWiki Lite 3.0.11 has Navigation Manager support, so you shouldn't need to do anything.
|
Quote:
|
All times are GMT. The time now is 01:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|