• 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
    • Error on Posting

    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: Error on Posting

    • Issue Tools
      • View Changes
    1. issueid=1660 June 9, 2010 7:38 AM
      hollosch hollosch is offline
      Senior Member
      Error on Posting

      While posting in a thread or a comment following error occurs:
      Code:
      Fatal error: Call to undefined function special_set_post() in /xxx/forum/vault/plugins/bbcode.php  on line 377
      What's the problem ?
    Issue Details
    Issue Number 1660
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 3.0.0
    Fixed Version 3.0.0
    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)




    1. June 9, 2010 9:53 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. This only occurs when using the WYSIWYG toolbar. In vault/plugins/bbcode.php, find:
      Code:
      		// It should not be possible to have reiteration and this
      		$post = special_set_post();
      Replace with:
      Code:
      		// It should not be possible to have reiteration and this
      		require_once(DIR . '/vault/functions/bbcode.php');
      		$post = special_set_post();
      Reply Reply  
    2. June 9, 2010 10:10 AM
      hollosch hollosch is offline
      Senior Member
      fixed,
      then following:
      Code:
      Fatal error: Call to undefined function special_prepare_image_tags() in /xxx/forum/vault/plugins/bbcode.php  on line 542
      Reply Reply  
    3. June 9, 2010 2:53 PM
      pegasus pegasus is offline
      VaultWiki Team
      I think that can only occur if you have parsing of the image BB-Code disabled for wiki/non-wiki posts in the Wiki Code Manager. Fixed in the current ZIP by modifying vault/plugins/bbcode.php. Find:
      Code:
      		special_prepare_image_tags($parser_class, $text);
      Add before:
      Code:
      		require_once(DIR . '/vault/functions/bbcode/image.php');
      Reply Reply  
    4. June 9, 2010 6:21 PM
      hollosch hollosch is offline
      Senior Member
      After fixing this following errors:
      Code:
      Warnung: require_once([path]/vault/functions/data.php) [function.require-once]: failed to open stream: No such file or directory in [path]/vault/plugins/bbcode.php  (Zeile 306)
      
      Fatal error: require_once() [function.require]: Failed opening required '/xxx/forum/vault/functions/data.php' (include_path='.:/usr/lib/php5') in /xxx/forum/vault/plugins/bbcode.php on line 306
      Reply Reply  
    5. June 9, 2010 7:12 PM
      pegasus pegasus is offline
      VaultWiki Team
      Download the ZIP again to get the missing file vault/functions/data.php and upload it to your server.
      Reply Reply  
    6. June 10, 2010 7:12 AM
      hollosch hollosch is offline
      Senior Member
      Seams to work. Thanks.
      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 9:17 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.