• 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 4.x Series
    • Bug
    • Bugs in v4.0.0 RC 1 Build 003 for Xenforo

    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: Bugs in v4.0.0 RC 1 Build 003 for Xenforo

    • Issue Tools
      • View Changes
    1. issueid=3901 August 4, 2014 6:18 AM
      napperd napperd is offline
      New Member
      Bugs in v4.0.0 RC 1 Build 003 for Xenforo

      I have a lot of issues with v4.0.0 RC 1 Build 003 for Xenforo, here the 3 main problems

      First: I can edit the title page for Books, but the given personalized text will not be updated and shown (Get the standard title text with "edit this page for the first time". Pages, Categories first title page can be changed without problems. Only the book first title page gives problems.

      Second, the biggest problem.. I can't delete my users accounts in Xenforo. See text below
      Code:
      Server Error
      
      Database Error: SELECT * FROM `vw_moderator` WHERE userid = Mysqli prepare 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 '' at line 1
      
          vw_DB_Controller_XF->throw_error() in /xxx/xxx/xxxx/public_html/xbuks/vault/core/controller/db/xf.php at line 150
          vw_DB_Controller_XF->query_read() in /xxx/xxx/xxxxl/public_html/xbuks/vault/core/model/db/mysql/vw.php at line 29
          vw_DB_MySQL_Model->select() in vw/XenForo/DataWriter/User.php at line 71
          vw_XenForo_DataWriter_User->_postDelete() in XenForo/DataWriter.php at line 1779
          XenForo_DataWriter->delete() in XenForo/Controller.php at line 1019
          XenForo_Controller->_deleteData() in XenForo/ControllerAdmin/User.php at line 605
          XenForo_ControllerAdmin_User->actionDelete() in XenForo/FrontController.php at line 347
          XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
          XenForo_FrontController->run() in /xxx/xxx/xxxx/public_html/xbuks/admin.php at line 13
      Third Problem:

      Auto link doesn't work:
      Enable Auto-Links to Wiki Content
      Select the forum areas where text will be automatically linked to relevant wiki pages.


      Can select all choises, but doesn't do anything. When selected and saved, the select boxes are still empty.. And no autolinking in forum..
      there are more litle problems. Where can I download the latest stable version?

      I am allready sick of this one. I don't like to pay for a version that not stable even when it's cheap. In the download section I can only select this version or select version 3 and get version 4.

      Regards
      JW
    Issue Details
    Issue Number 3901
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Moderator Tools
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 RC 1
    Fixed Version 4.0.0 RC 2
    Milestone VaultWiki 4.0 Gold
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. August 4, 2014 8:40 AM
      pegasus pegasus is offline
      VaultWiki Team
      For the user-delete issue, in library/vw/XenForo/DataWriter/User.php, find:
      Code:
      		parent::_postDelete();
      Add after:
      Code:
      $userId = intval($this->get('user_id'));
      For the problem editing your "Books" page, VaultWiki doesn't come with any "Pages", "Categories", or "Books" pages automatically. They would be created by you at some point, so I really don't know anything about this page except that its name is "Books" and you can't save any edits to it (you aren't getting a message that they are moderated?). Since you said your other pages don't have this problem, have you tried deleting it and making it again to see if the problem still occurs? If there are particular steps that are making your "Books" page become uneditable, I will need to know what those steps are.
      Reply Reply  
    2. August 4, 2014 8:54 AM
      napperd napperd is offline
      New Member
      Yes I created the Book offcourse.. Will try more making more books..

      Third Problem:


      Auto link doesn't work:
      Enable Auto-Links to Wiki Content
      Select the forum areas where text will be automatically linked to relevant wiki pages.


      Can select all choises, but doesn't do anything. When selected and saved, the select boxes are still empty.. And no autolinking in forum..
      there are more litle problems. Where can I download the latest stable version?
      Reply Reply  
    3. August 4, 2014 9:59 AM
      pegasus pegasus is offline
      VaultWiki Team
      RC 1 is the latest.

      For the auto-links, in library/vw/XenForo/Option/Bitfield.php, find:
      Code:
      		$options = $input->clean_gpc('p', 'options', 'ARRAY');
      
      		if (empty($options["$bitfield"]))
      		{
      			$value = 0;
      
      			return true;
      		}
      
      		$_value = $options["$bitfield"];
      Replace with:
      Code:
      		if ($input->_isset('options'))
      		{
      			$options = $input->clean_gpc('p', 'options', 'ARRAY');
      
      			if (empty($options["$bitfield"]))
      			{
      				$value = 0;
      
      				return true;
      			}
      
      			$_value = $options["$bitfield"];
      		}
      		else
      		{
      			$_value = $value;
      		}
      Reply Reply  
    4. August 4, 2014 1:17 PM
      napperd napperd is offline
      New Member
      Thank you that worked.

      Still problems editting the start text for books.. (keeps returning: this page isn't changed, edit it to change bla bla something like that).

      Does it with al my book pages. Categories and normal pages I can change the text..

      Regards and thank you
      JW
      Reply Reply  
    5. August 4, 2014 1:25 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please outline the steps you are performing to create an empty book, and then the steps to add start text to it.

      I created an empty book like so.
      1. Visited a page that wasn't in a book.
      2. Clicked Options > Add to Book.
      3. Clicked + to create a new book.
      4. Entered the name 'Empty Book' and submitted.
      5. Saved the page to add it to 'Empty Book.'

      I then visited 'Empty Book' to confirm it had the default text.
      1. 'Empty Book' had the default text.
      2. Clicked Edit.
      3. Entered some text for the book and submitted.

      In this case, my test 'Empty Book' appears to have been updated correctly: https://www.vaultwiki.org/books/Book:Empty-Book

      If you used a different process, please let me know. Otherwise, you will have to submit a Ticket Support service via the Members area so that we can look at your issue more closely.
      Reply Reply  
    6. August 5, 2014 6:48 PM
      napperd napperd is offline
      New Member
      Did not work.

      I can change the page discription or catagory discruption, but with book first page description keeps returning "This page has been not edittet yet" or something like that in English (I changed that standard phrase in Dutch for more logic text that suits all books). So its not a very big problem at the moment.

      Ps. on the download page, I tried to download the last stable version V3, but got the unstable V4. When selected V3. I don't mind an older but stable version. Don't like to stay bussy with this kind of stuff

      Regards
      JW
      Reply Reply  
    7. August 5, 2014 11:51 PM
      pegasus pegasus is offline
      VaultWiki Team
      There is no version 3 for XenForo. The first XenForo release is 4.0.0 Beta 2 and RC 1 is the most stable on XenForo by far.

      I would recommend submitting a Ticket Support service, since I cannot duplicate the issue with the book description. I will need access to a site that has the issue in order to investigate.
      Reply Reply  
    8. August 7, 2014 4:55 PM
      napperd napperd is offline
      New Member
      I also have a lot of server errors, maybe it all has to do with each other:
      (How do I submit a Ticket Support service (link maybe). See below for one of the server errors, get them a lot.
      Code:
      ErrorException: Undefined variable: lkey - vault/core/view/factory/icon/vw.php:84
      Gegenereerd Door: naruch, 54 minuten geleden
      Stack Trace
      
      #0 /home/xx/xbuks/vault/core/view/factory/icon/vw.php(84): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/deb5371n7...', 84, Array)
      #1 /home/xx/xbuks/vault/core/view/ui/feed/vw.php(153): vw_Factory_Icon_View->get_icon(Array, false)
      #2 /home/xx/xbuks/vault/core/view/ui/feed/chapter/vw.php(58): vw_UI_Feed_View->get_iconlist(Array)
      #3 /home/xx/xbuks/vault/core/view/ui/feed/chapter/vw.php(41): vw_UI_Feed_Chapter_View->get_iconlist(Array)
      #4 /home/xxxbuks/vault/core/view/ui/feed/vw.php(86): vw_UI_Feed_Chapter_View->feedbit(Array)
      #5 /home/xx/xbuks/vault/core/controller/ui/feed/vw.php(48): vw_UI_Feed_View->feedbits(Object(vw_UI_Feed_Controller), 50)
      #6 /home/xx/xbuks/vault/core/controller/ui/ajax/feed/vw.php(88): vw_UI_Feed_Controller->get(Array, 1407441122, 0)
      #7 /home/xx/xbuks/library/vw/XenForo/ControllerPublic/Wiki/Ajax.php(48): vw_UI_AJAX_Feed_Controller->execute()
      #8 /home/xx/xbuks/library/XenForo/FrontController.php(347): vw_XenForo_ControllerPublic_Wiki_Ajax->actionIndex()
      #9 /home/xx/xbuks/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #10 /home/xxl/public_html/xbuks/index.php(13): XenForo_FrontController->run()
      #11 {main}
      
      Aanvraagstatus
      
      array(3) {
        ["url"] => string(63) "http://xx/xbuks/index.php?wiki_index-ajax/&c=feed"
        ["_GET"] => array(2) {
          ["wiki_index-ajax/"] => string(0) ""
          ["c"] => string(4) "feed"
        }
        ["_POST"] => array(6) {
          ["ajax"] => int(1)
          ["pageid"] => string(1) "0"
          ["uppertime"] => string(3) "NaN"
          ["lowertime"] => string(1) "0"
          ["_xfToken"] => string(8) "********"
          ["c"] => string(4) "feed"
        }
      }
      Reply Reply  
    9. August 7, 2014 5:52 PM
      pegasus pegasus is offline
      VaultWiki Team
      1. In our site navigation bar, click "Members".
      2. On the left-hand side you will see a link for "Services".
      3. In the list of services, find the section called "Free Services". "Ticket Support" is in that section.
      4. Click "Use Service".
      Reply Reply  
    10. August 11, 2014 9:24 AM
      pegasus pegasus is offline
      VaultWiki Team
      The issue with books was first reported here: https://www.vaultwiki.org/issues/3386/
      It had to do with a file being present that caused a conflict. Even though the file was removed, it seems to have sneaked back into the package again at some point.

      Since informing users to remove random files can generally be tricky (via release notes or readme text), I think the best way to handle this in the future is to extend the Admin Panel Warnings system, which is new in RC 1. We can check for the existence of files that are known to have been removed, and suggest that the user remove them in a banner message.
      Reply Reply  
    11. August 11, 2014 11:34 AM
      pegasus pegasus is offline
      VaultWiki Team
      Marked as fixed in the next release. VaultWiki now keeps an internal accounting of files that should not exist if they have since been removed from the product. In the event VaultWiki finds such a file, it will attempt to delete it silently. Failing that, it will persistently warn the admin that the file should be removed to avoid errors.
      Reply Reply  
    + 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:39 AM.
    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 © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.