• 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 How-Tos
    • VaultWiki Questions
    • Export data from vault wiki in a vb3 forum to import in a vault wiki vb4 forum after

    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.

    Page 2 of 2 FirstFirst Previous 12
    Results 16 to 23 of 23

    Thread: Export data from vault wiki in a vb3 forum to import in a vault wiki vb4 forum after

    • Thread Tools
      • Show Printable Version
    1. March 15, 2016 #16
      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
      688
      It looks like there is a bug in one of your add-ons that uses hook location cache_templates
      Code:
      array_merge(): Argument #1 is not an array
      ...
      array_merge() in includes/class_bootstrap.php(1422) : eval()'d code ...
      Since you mentioned that you recently upgraded vBulletin 3 to vBulletin 4, it's possible you are still using vBulletin 3 code in one of your add-ons that uses this location.

      You must fix or disable the broken add-on.

      Otherwise, if there is a compatibility issue, I will need to know the code from affected plugin.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    2. March 15, 2016 #17
      levimatt
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      levimatt is offline
      Junior Member
      Join Date
      February 6, 2011
      Posts
      24
      Rep Power
      187
      Quote Originally Posted by pegasus View Post
      It looks like there is a bug in one of your add-ons that uses hook location cache_templates
      Code:
      array_merge(): Argument #1 is not an array
      ...
      array_merge() in includes/class_bootstrap.php(1422) : eval()'d code ...
      Since you mentioned that you recently upgraded vBulletin 3 to vBulletin 4, it's possible you are still using vBulletin 3 code in one of your add-ons that uses this location.

      You must fix or disable the broken add-on.

      Otherwise, if there is a compatibility issue, I will need to know the code from affected plugin.
      The upgrade of vbulletin was perfect. With no errors. So I don't know what is happening here. I have installed vault wiki for vb 3 version and other plugins but there is no errors in the current functionality of the forum.
      Reply With Quote Reply With Quote

    3. March 15, 2016 #18
      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
      688
      Are the other add-ons enabled? If they are vBulletin 3 add-ons, you cannot enable them in vBulletin 4. You need to install the version of the add-on that was made for vBulletin 4. If you simply re-enabled some old add-ons, they will definitely cause errors.

      Again, the broken add-on uses a plugin with hook location cache_templates. In the code for the plugin, it calls array_merge on something that is not an array. I suspect that it is doing something like array_merge($globaltemplates which is vBulletin 3 code. In vBulletin 4, the correct code would be array_merge($cache

      You must isolate the add-on that is throwing this error and disable it. If it was written for vBulletin 4, then it might be an add-on conflict and you will need to tell me which add-on it is so I can investigate it.

      ---

      On another note, it looks like this error is happening in code that isn't normal to run during the install process. I can only see this code executing if one of the following is true:
      • You had a forum administrator once, where you deleted the related user, and the administrator record is now orphaned.
      • You had a forum moderator once, where you deleted the related user, and the moderator record is now orphaned.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. March 15, 2016 #19
      levimatt
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      levimatt is offline
      Junior Member
      Join Date
      February 6, 2011
      Posts
      24
      Rep Power
      187
      Can I repeat the install process again? or there will be a problem if I restart the process?

      Or even, can you check what is the problem if I purchase a service?
      Last edited by levimatt; March 15, 2016 at 7:00 PM.
      Reply With Quote Reply With Quote

    5. March 16, 2016 #20
      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
      688
      Yes, you can repeat the process. To do so, reload the page and try again.

      Using only free support like our forum or tickets, we will usually only tell you what needs to be changed. If you purchase the Install Service, we will make any necessary changes to your configuration to get VaultWiki installed. Go here, and find "Install Service" under Order a Service: https://www.vaultwiki.org/members/?do=service
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. March 16, 2016 #21
      levimatt
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      levimatt is offline
      Junior Member
      Join Date
      February 6, 2011
      Posts
      24
      Rep Power
      187
      Quote Originally Posted by pegasus View Post
      Yes, you can repeat the process. To do so, reload the page and try again.

      Using only free support like our forum or tickets, we will usually only tell you what needs to be changed. If you purchase the Install Service, we will make any necessary changes to your configuration to get VaultWiki installed. Go here, and find "Install Service" under Order a Service: https://www.vaultwiki.org/members/?do=service
      Ok. Thank you. I've opened a ticket to get some support. Then I will purchase de Import service to make the rest of the process. Hope you can help me to solve it.
      Reply With Quote Reply With Quote

    7. March 18, 2016 #22
      levimatt
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      levimatt is offline
      Junior Member
      Join Date
      February 6, 2011
      Posts
      24
      Rep Power
      187
      I've answered your explanation message about my ticket but I don't know if the message has sent to you. If not, please answer this post and I will write again my answer.
      Reply With Quote Reply With Quote

    8. March 18, 2016 #23
      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
      688
      Hi, I got your message. It is fixed now.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 2 of 2 FirstFirst Previous 12

    Similar Threads

    1. Vault Wiki for IPBoard
      By John Morris in forum Pre-Sales Questions
      Replies: 2
      Last Post: February 9, 2017, 11:16 AM
    2. Vault Wiki and vB5 Cloud
      By tommythejoat in forum General Discussion
      Replies: 2
      Last Post: February 18, 2016, 8:41 PM
    3. Idea: include wiki page in Forum Post (wiki/forum integration)
      By InformationNirvana in forum Ideas & Suggestions
      Replies: 2
      Last Post: December 14, 2011, 12:56 AM
    4. Can Vault Wiki use the CMS GRID Layout?
      By mickknutson in forum VaultWiki Questions
      Replies: 3
      Last Post: August 7, 2010, 12:39 PM
    5. Vault Wiki 3.1
      By CedricFP in forum General Discussion
      Replies: 0
      Last Post: June 23, 2010, 6:09 AM

    Tags for this Thread

    export, forum, vb4

    View Tag Cloud

    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 2:11 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 © 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.