• 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 Message - vBulletin 3.8.x

    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 Message - vBulletin 3.8.x

    • Issue Tools
      • View Changes
    1. issueid=1385 April 5, 2010 5:01 PM
      Blue6995 Blue6995 is offline
      Junior Member
      Error Message - vBulletin 3.8.x

      When someone tries to reply to an Article they are getting the following message:
      Code:
      Fatal error: Call to undefined function fetch_seo_url() in /home2/rwfforum/public_html/vBulletin/vault/tabs/special_tab_discussion.php on line 419
    Issue Details
    Issue Number 1385
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Wiki Pages
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 3.0.0 RC 1
    Fixed Version 3.0.0 RC 1
    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. April 5, 2010 5:07 PM
      Kaelon Kaelon is offline
      Regular Member
      Can you list all mods and add-ons that your site/forum is using? Have you tried to temporarily disable your SEO add-on to see if that might be causing the conflict?
      Reply Reply  
    2. April 5, 2010 5:14 PM
      Mokonzi Mokonzi is offline
      Senior Member
      And what forum of URLs are you using? Simple or Mod ReWrite?
      Reply Reply  
    3. April 5, 2010 5:33 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. This occurs if the discussion tab contains new posts that are flagged as "unread" and you're running vBulletin 3.8.5 or lower.

      In vault/tabs/special_tab_discussion.php, find:
      Code:
      	if ($firstnew)
      	{
      		$firstunread = fetch_seo_url('thread', $threadinfo, array('page' => $vbulletin->GPC['pagenumber'])) . '#post' . $firstnew;
      		$show['firstunreadlink'] = true;
      	}
      	else
      	{
      		$firstunread = fetch_seo_url('thread', $threadinfo, array('goto' => 'newpost'));
      			//$threadinfo['url'] . $vbulletin->session->vars['vw_sessionurl'] . 'goto=newpost';
      		$show['firstunreadlink'] = true;
      	}
      Replace with:
      Code:
      	if ($firstnew)
      	{
      		if (VAULT_40X_COMPAT)
      		{
      			$firstunread = fetch_seo_url('thread', $threadinfo, array('page' => $vbulletin->GPC['pagenumber']));
      		}
      		else
      		{
      			$firstunread = $threadinfo['url'];
      
      			if ($vbulletin->GPC['pagenumber'] > 1)
      			{
      				$firstunread .= $vbulletin->session->vars['vw_sessionurl'] . 'page=' . $vbulletin->GPC['pagenumber'];
      			}
      		}
      
      		$firstunread .= '#post' . $firstnew;
      		$show['firstunreadlink'] = true;
      	}
      	else
      	{
      		if (VAULT_40X_COMPAT)
      		{
      			$firstunread = fetch_seo_url('thread', $threadinfo, array('goto' => 'newpost'));
      		}
      		else
      		{
      			$firstunread = $threadinfo['url'] . $vbulletin->session->vars['vw_sessionurl'] . 'goto=newpost';
      		}
      
      		$show['firstunreadlink'] = true;
      	}
      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 1:57 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 © 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.