• 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
    • Blog Conflict

    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: Blog Conflict

    • Issue Tools
      • View Changes
    1. issueid=683 July 16, 2009 6:21 PM
      Tallen Tallen is offline
      Junior Member
      Blog Conflict

      I am having a couple of issues after the recent upgrade.

      First, if I click on a persons name I get the following error:

      Fatal error: Cannot redeclare blog_online_location_preprocess() (previously declared in /*******/*******/public_html/forums/includes/blog_functions_online.php:29) in /*******/*******/public_html/forums/includes/blog_plugin_online.php on line 76


      Secondly, the browser quits working if I click on the "Discussions" or "Edit" tabs of the Wiki. I get pop up window that tells me the browser has stopped working and asks me if I would like a solution to this problem. The rest of the buttons don't crash the browser.

      If I turn the Wiki off, the problems goes away in both of the above problems.

      Thanks for any support on these problems.
    Issue Details
    Issue Number 683
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Who's Online
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 2.3.2
    Fixed Version 2.5.0
    Milestone VaultWiki 2.5.x
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 16, 2009 10:59 PM
      pegasus pegasus is offline
      VaultWiki Team
      If you have the latest version of vBulletin Blog installed, you should be able to delete includes/blog_plugin_online.php. This occurs because of a conflict with old versions of the blog that used the file, but it is no longer used in newer versions. Because the file still exists on your server, it is being autoloaded by VaultWiki to be compatible with the early version.

      If you are getting a Javascript error like this, you probably have to revert some of VaultWiki's templates.
      Reply Reply  
    2. July 17, 2009 12:07 AM
      pegasus pegasus is offline
      VaultWiki Team
      Another way to solve the blog problem would be to edit vault/special_plugins_online.php. Find:
      Code:
      			if (file_exists(DIR . '/includes/blog_plugin_online.php'))
      			{
      				require_once(DIR . '/includes/blog_plugin_online.php');
      			}
      			else if (file_exists(DIR . '/includes/blog_functions_online.php'))
      			{
      				require_once(DIR . '/includes/blog_functions_online.php');
      			}
      Replace with:
      Code:
      			if (file_exists(DIR . '/includes/blog_functions_online.php'))
      			{
      				require_once(DIR . '/includes/blog_functions_online.php');
      			}
      
      			if (
      				file_exists(DIR . '/includes/blog_plugin_online.php') AND
      				!function_exists('blog_online_location_preprocess')
      			)
      			{
      				require_once(DIR . '/includes/blog_plugin_online.php');
      			}
      Reply Reply  
    3. July 17, 2009 9:14 AM
      Tallen Tallen is offline
      Junior Member
      Thanks Peg, this worked for the names link. But my browser still crashes if I click on the Edit or Discussions button on the top of the Wiki Menu.
      Reply Reply  
    4. July 17, 2009 11:26 AM
      pegasus pegasus is offline
      VaultWiki Team
      Link to a crashing page please?
      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 8:09 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 © 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.