• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki Discussion
    • General Discussion
    • Two errors In version v4.0.0 Build 004 RC 1

    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.

    Results 1 to 14 of 14

    Thread: Two errors In version v4.0.0 Build 004 RC 1

    • Thread Tools
      • Show Printable Version
    1. August 8, 2014 #1
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148

      Two errors In version v4.0.0 Build 004 RC 1

      In version v4.0.0 Build 004 RC 1 when a moderator or supermoderatore modify a wiki page with the text already written, this appears to be white in 'area editor.

      If something scribe 's editor deletes all the old text and the new one appears the moderator.


      ************

      On Settings> Permission when I click on the delete moderator

      Appears: Moderators
      Removing Moderator: xxxxxx (id: x)
      Are you sure you want to proceed?

      If I click yes it displays a blank page and the moderator is not deleted
      Reply With Quote Reply With Quote

    2. August 9, 2014 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Please let me know your PHP version. There might be fatal error in the WYSIWYG editor, but it only happens in some PHP versions.

      You can confirm if there is a fatal error by looking at your logs. It would be something like:
      Code:
      cannot assign by reference to overloaded object
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. August 10, 2014 #3
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      PHP Version it's 5.4.4
      I use ispconfig on my server but do not know where the log files of apache
      Try 'to search on google to help give you more info
      Reply With Quote Reply With Quote

    4. August 10, 2014 #4
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Vbulletin reports this error I do not know if you can help, or is another thing.
      Code:
      Database error in vBulletin 4.2.2:
      
      Invalid SQL:
      UPDATE `setting` SET `value` =  CASE `varname` 
      		 WHEN 'vw_defer' THEN 1 
      		 WHEN 'vw_enabled' THEN  
      	 END  WHERE  `varname` IN ('vw_defer','vw_enabled');
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE  `varname` IN ('vw_defer','vw_enabled')' at line 4
      Error Number  : 1064
      Request Date  : Sunday, August 10th 2014 @ 04:56:12 PM
      Error Date    : Sunday, August 10th 2014 @ 04:56:13 PM
      Script        : [url]http://www.xxxxxx.it/forum/admincp/wiki_cp.php?panel=settings&do=save[/url]
      Referrer      : [url]http://www.xxxx.it/forum/admincp/wiki_cp.php?panel=settings&group=server[/url]
      Classname     : vB_Database
      MySQL Version : 5.5.37-0+wheezy1
      Reply With Quote Reply With Quote

    5. August 10, 2014 #5
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      In your other thread, you said that database error is fixed in build 005. If you still have problems in the editor, I would think it's not related. Since you say you have PHP 5.4.4, that is close to another user who had a similar problem with PHP 5.4.3.

      In vault/core/model/parser/instance/vb3.php, find:
      Code:
      $this->_default->options["$key"] =& $this->model->options["$key"];
      Replace with:
      Code:
      $this->_default->options["$key"] = $this->model->options["$key"];
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. August 11, 2014 #6
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Quote Originally Posted by pegasus View Post
      In your other thread, you said that database error is fixed in build 005. If you still have problems in the editor, I would think it's not related. Since you say you have PHP 5.4.4, that is close to another user who had a similar problem with PHP 5.4.3.

      In vault/core/model/parser/instance/vb3.php, find:
      Code:
      $this->_default->options["$key"] =& $this->model->options["$key"];
      Replace with:
      Code:
      $this->_default->options["$key"] = $this->model->options["$key"];
      Perfect.. This solution solved first problem

      In version v4.0.0 Build 004 RC 1 when a moderator or supermoderatore modify a wiki page with the text already written, this appears to be white in 'area editor.

      If something scribe 's editor deletes all the old text and the new one appears the moderator.

      For second error you have solution Pegasus ?

      On Settings> Permission when I click on the delete moderator

      Appears: Moderators
      Removing Moderator: xxxxxx (id: x)
      Are you sure you want to proceed?

      If I click yes it displays a blank page and the moderator is not deleted
      Reply With Quote Reply With Quote

    7. August 11, 2014 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Please use this form to submit a ticket: https://www.vaultwiki.org/members/?d...e&productid=20
      In the comments section, let us know the name of the moderator you are trying to delete so we can see the problem.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. August 11, 2014 #8
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      SCREENSHOT:
      mod1.jpg
      mod2.jpg

      The problem it's generic for all moderators or supermoderators of valutwiki.
      Reply With Quote Reply With Quote

    9. August 14, 2014 #9
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      The issue with deleting moderators under vBulletin is fixed in the next release: https://www.vaultwiki.org/issues/3919/
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. August 23, 2014 #10
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Installed Rc2 but problem persist..
      The code in vb3.php it's modified

      What should I change?
      Reply With Quote Reply With Quote

    11. August 23, 2014 #11
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      If you are having the same problem with vault/core/model/parser/instance/vb3.php,
      Please use this form to submit a ticket: https://www.vaultwiki.org/members/?d...e&productid=20

      It only occurs on some versions of PHP, and some configurations. We cannot duplicate the error in our environment, so we don't know what the problem is to start guessing how to fix it. You will need to submit a ticket in order to get it resolved.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    12. August 23, 2014 #12
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      If you are having the same problem with vault/core/model/parser/instance/vb3.php,
      Please use this form to submit a ticket: https://www.vaultwiki.org/threads/56...e&productid=20

      It only occurs on some versions of PHP, and some configurations. We cannot duplicate the error in our environment, so we don't know what the problem is to start guessing how to fix it. You will need to submit a ticket in order to get it resolved.

      In Rc1 your code solved this problem

      In vault/core/model/parser/instance/vb3.php, find:
      In Rc2 you have modified this line...

      I'd rather not provide the login credentials of my system if possible ...

      My Log Error

      Code:
      PHP Fatal error:  Cannot assign by reference to overloaded object in /var/www/clients/client1/web1/web/forum/vault/core/model/parser/instance/vb3.php on line 68, referer:
      Reply With Quote Reply With Quote

    13. August 23, 2014 #13
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Another user with PHP 5.3.4 was able to provide access and this bug is now resolved.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. August 24, 2014 #14
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Installed Build002
      Problem solved
      Reply With Quote Reply With Quote

    Similar Threads

    1. Italian version
      By vicking in forum Pre-Sales Questions
      Replies: 1
      Last Post: December 9, 2014, 11:25 PM
    2. Version 4.2.2
      By vicking in forum Pre-Sales Questions
      Replies: 1
      Last Post: August 11, 2014, 9:09 AM
    3. Which version for VB 3.8.6?
      By Haltech in forum Pre-Sales Questions
      Replies: 1
      Last Post: March 17, 2014, 9:33 AM
    4. Upgrade 3.0.14 build 2 > build 4. Just overwrite or also run upgrade script?
      By Alfa1 in forum VaultWiki Questions
      Replies: 2
      Last Post: October 28, 2011, 10:15 PM
    5. Older version wiki, need to change vaultwiki links on special version page
      By Jella in forum VaultWiki Questions
      Replies: 2
      Last Post: May 23, 2010, 3:09 PM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 1:59 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.