• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Can't post in my Wiki

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Can't post in my Wiki

    • Issue Tools
      • View Changes
    1. issueid=1091 January 30, 2010 4:20 PM
      simon templar simon templar is offline
      New Member
      Can't post in my Wiki

      Hi all,

      I'm a new user for both VBulletin and VaultWiki.
      I just bought and installed VaultWiki on my board, but I have a question about name spaces...

      In the documentation, it says to create at least the namespace DEFAULT, which I did.
      Before doing that, I did create within VB a FORUM CATEGORY called "WIKI".
      In the default namespace, under "TOP LEVEL FORUM", I can see ALL the other forum categories that I created for my regular forums, BUT the one I called WIKI.

      Is there a reason for that ?

      I see that it's top level forum is "----Default"

      But then if I go in the forum manager, I can see the forum called DEFAULT being under the WIKI category.

      Did I screw up things ?



      The second issue I have is that when I create a post, it asks me for a title.... the for the post itself..
      No matter how many lines I enter, I get the same error message when I validate:


      The following errors occurred with your submission

      * The message you have entered is too short. Please lengthen your message to at least 5 characters.





      Anyone can advise me on one of those 2 issues ?

      Thanks !
    Issue Details
    Issue Number 1091
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 3.0.0 Beta 3
    Fixed Version 3.0.0 Beta 4
    Milestone VaultWiki 3.0.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)


    Page 1 of 2 12 Next LastLast


    1. January 30, 2010 4:36 PM
      pegasus pegasus is offline
      VaultWiki Team
      If you have other forums under Wiki that are being used for other namespaces, this would explain why Wiki is not appearing. This is working as designed. If you can follow: You would not be able to select the parent forum because that would effectively put the other namespaces inside Default - which would cause problems when the wiki tries to determine what each namespace is used for.

      That said, there is still a related bug: http://www.vaultwiki.org/issues/1063/

      As for your message being too short. I do not think this is a problem with VaultWiki since the new article form uses almost the same back-end as the default new thread form. Please post the text you are trying and I will try to figure out why it's not validating.
      Reply Reply  
    2. January 30, 2010 5:34 PM
      simon templar simon templar is offline
      New Member
      Hi Pegasus,

      Thanks for the answer..

      So I re-read the documentation, and I am still a little bit confused.
      I uninstalled Vault and will try from scratch again..

      So whenever I create a name space, or I edit the default for the first time, this is going to appear as a forum in my board, right ?
      is it possible to put it under a forum category that I would have created before , or should I create a new category from the Vault admin ?

      Once I have that setup, I'll take care of the too small post. For info, my first article was "test" , and the post itself was "This is a test !"

      I can post such thread in my other forums.
      Reply Reply  
    3. January 30, 2010 7:00 PM
      pegasus pegasus is offline
      VaultWiki Team
      You can do either.

      The easiest way is to select "Create New Forum" where it says "Top-Level Forum". If you have a category you already want to use, you can select it on the next page. If you don't you should answer Yes to "create a new forum category" question.
      Reply Reply  
    4. January 31, 2010 8:48 PM
      simon templar simon templar is offline
      New Member
      Did it.. but am I supposed to get a page like this as a result ..!?

      http://www.alcatelunleashed.com/showwiki.php
      Reply Reply  
    5. February 1, 2010 12:07 AM
      pegasus pegasus is offline
      VaultWiki Team
      What did you name the namespace with ID #1 (it was "Special" before)?
      Reply Reply  
    6. February 1, 2010 8:52 AM
      simon templar simon templar is offline
      New Member
      I did not change anything.
      Fresh installation, and did what you said.
      Created a parent forum that I called "WIKI" that I can see in the forum list, and that's it.

      See attached
      Attachment 748
      Reply Reply  
    7. February 1, 2010 11:58 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/special_plugins.php, find:
      Code:
      					$threadinfo['threadid'] = 0;
      					$threadinfo['title'] = '';
      					$threadinfo['namespace'] = '';
      					$threadinfo['namespaceid'] = ISLAND_SPACE;
      Replace with:
      Code:
      					$threadinfo = array(
      						'threadid' => 0,
      						'title' => '',
      						'namespaceid' => ISLAND_SPACE
      					);
      Reply Reply  
    8. February 1, 2010 11:14 PM
      simon templar simon templar is offline
      New Member
      Hi ..

      After this change, I rebuilt the name spaces, and it worked.
      Now, what's this "special" that I can't access ?
      And when I create an article, is it going to go also in the Forum category WIKI subforum "default" ..!?

      Thanks


      PS: I still have the issue with

      The following errors occurred with your submission
      * The message you have entered is too short. Please lengthen your message to at least 5 characters.
      no matter how short or long is my post..
      Reply Reply  
    9. February 1, 2010 11:55 PM
      pegasus pegasus is offline
      VaultWiki Team
      "Special" is an area filled with statistics and data reports. The permissions for these don't use the bitfields, so there was no easy way to give admins permissions during the installation. You will need to go to your Usergroup Manager, and begin enabling access to the Special pages for your usergroups.

      When you "Post New Article" it will go in the forum category you're currently in - but default should be your main content area. If you click a link to a page that needs to be created, it doesn't know what subforum it belongs in, so it will try to create the page in the "default" root.

      Do you have other modifications installed? Please list.
      Reply Reply  
    10. February 2, 2010 4:43 PM
      hollosch hollosch is offline
      Senior Member
      Hi,
      i also have the problem with creating an article:
      * The message you have entered is too short. Please lengthen your message to at least 10 characters.
      Reply Reply  
    11. February 2, 2010 5:55 PM
      hollosch hollosch is offline
      Senior Member
      Quote Originally Posted by hollosch View Post
      Hi,
      i also have the problem with creating an article:
      * The message you have entered is too short. Please lengthen your message to at least 10 characters.
      I think this is aproblem with the german language-file from the forum here...
      Reply Reply  
    12. February 2, 2010 5:56 PM
      pegasus pegasus is offline
      VaultWiki Team
      What is the content you are trying to post? I haven't been able to reproduce this here or on a test board. This may be a conflicting mod or setting value. If someone can PM me access to a test board with this problem, I will gladly escalate this to a bug report.

      EDIT: Thanks for your language file suggestion - I will have a look.
      Reply Reply  
    13. February 2, 2010 6:11 PM
      pegasus pegasus is offline
      VaultWiki Team
      I have installed the language file on a test board and created several articles successfully. I have tried multiple "Minimum Character" setting values including 0, all with success. I make my request again above. If anyone can PM me access to a test board with this problem, I'd like to solve it ASAP.
      Reply Reply  
    14. February 5, 2010 9:03 AM
      we_are_borg we_are_borg is offline
      Junior Member
      I have the same issue i have send a pm to you.
      Reply Reply  
    15. February 5, 2010 12:49 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed for the next build. This was a Javascript conflict involving duplicate script inclusions, missing scripts, and the WYSIWYG editor. While I was never able to reproduce this here using WYSIWYG, template edits on another server appear to have eliminated the issue. You may need to revert your vault_article_main template after upgrading to Beta 4.
      Reply Reply  
    Page 1 of 2 12 Next LastLast
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 4:24 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.