Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: vBSEO Sitemap does not work anymore

  1. #1

    Default vBSEO Sitemap does not work anymore

    Text automatically translated from: German to: English
    Translated text
    Since installing 4.2.0 vBET is no longer the vBSEO Sitemap.

    The following error message occurs when you run:
    Original text

    [SECTION START] showthread [8,258.2Kb mem used] [66,382s (+66,382s)]

    Fatal error: Call to undefined function vbet_vbseo_filter_replace_text() in .../htdocs/vbseo/includes/functions_vbseo_createurl.php on line 43

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Thanks for note - we miss this issue, because sitemap integration is our next step. Very draft solution - please open sitemap file which generates this error message and add there this code:
    Code:
    require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
    Add it AFTER:
    PHP Code:
    define('DIR'dirname(__FILE__).'/../'); 
    Please let us know did it help
    Last edited by vBET; 17-03-10 at 18:30. Reason: corrected instruction

  3. #3

    Default

    Text automatically translated from: German to: English
    Translated text
    I've tried to edit the vbseo_sitemap.php:
    HTML Code:
    <?php 
    require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
     /******************************************************************************************
     * vBSEO Google/Yahoo Sitemap Generator for vBulletin v3.x.x by Crawlability, Inc.         *
     *****************************************************************************************-*
     *                                                                                         *
     * Copyright &#169; 2005-2009, Crawlability, Inc. All rights reserved.                          *
     * You may not redistribute this file or its derivatives without written permission.       *
     *                                                                                         *
     * Sales Email: sales@crawlability.com                                                     *
     *                                                                                         *
     *************************************-LICENSE AGREEMENT********************************---*
     * 1. You are free to download and install this plugin on any vBulletin forum for which    *
     *    you hold a valid vB license.                                                         *
     * 2. You ARE NOT allowed to REMOVE or MODIFY the copyright text within the .php files     *
     *    themselves.                                                                          *
     * 3. You ARE NOT allowed to DISTRIBUTE the contents of any of the included files.         *
     * 4. You ARE NOT allowed to COPY ANY PARTS of the code and/or use it for distribution.    *
     ******************************************************************************************/
    
    error_reporting(E_ALL & ~E_NOTICE);
    Then I got the following error message:
    Original text

    Warning: require_once(DIR/includes/vbenterprisetranslator_functions_vbseo.php) [function.require-once]: failed to open stream: No such file or directory in /htdocs/vbseo_sitemap/vbseo_sitemap.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required 'DIR/includes/vbenterprisetranslator_functions_vbseo.php' (include_path='.:/opt/RZphp5/includes') in /htdocs/vbseo_sitemap/vbseo_sitemap.php on line 2
    Last edited by Kolbi; 23-04-10 at 15:33.

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Put it AFTER:
    PHP Code:
    define('DIR'dirname(__FILE__).'/../'); 
    In place where you added it there is no DIR defined yet. I know I ask you to add it at the beginning - sorry for confusion
    Last edited by vBET; 17-03-10 at 18:30.

  5. #5

    Default

    Text automatically translated from: German to: English
    Translated text
    I have now corrected as follows:
    HTML Code:
    if(!defined('DIR'))
        define('DIR', dirname(__FILE__).'/../');
    require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
    
    if (!is_object($vbulletin->db)&&!is_object($db)&&!is_object($DB_site))
    And now works again the sitemap.

    Thank you.


    Can it be that you are using your voice BB code?
    Original text

  6. #6
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    We will work on full sitemap integration and we will see

  7. #7

    Default

    Text automatically translated from: German to: English
    Translated text
    Had I prescribed above and that I meant if you do not use a BB-code language?


    Okay!
    Original text

  8. #8
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    At this moment it should translate it to forum language - we are before integration yet, so I cannot give you more precise answer.

  9. #9

    Default

    Text automatically translated from: German to: English
    Translated text
    The site map is created, but, according to Webmaster Tools, this is still not working.

    Have got the following error message:
    Original text

    Text automatically translated from: German to: English
    Translated text
    General HTTP error: 404 Not Found
    Access when trying to access your Sitemap is an error. Make sure that your Sitemap meets our guidelines, and authorize access to your specified position. Then submit the data again. HTTP Error: 404
    Problem identified: 18.03.2010
    9 Missing XML tag
    This required tag is missing. Add it and submit the data again. Parent tag: sitemap index
    Tag: sitemap
    Problem identified at: 13.03.2010
    Original text
    Last edited by vBET; 19-03-10 at 01:03. Reason: corrected bbcode

  10. #10
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    This message is not about issue with generating sitemap but about access to sitemap. Please make sure that your .htaccess rule for sitemap is ok and make sure that it is BEFORE vBET rules

    Also I just added official integration instruction for vBET and vBSEO Sitemap Generator:
    http://www.vbenterprisetranslator.co...tegration.html

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •