Results 1 to 4 of 4

vBSEO Sitemap Settings in AdminCP is missing...

This is a discussion on vBSEO Sitemap Settings in AdminCP is missing... within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; AdminCP >>> vBSEO >>> vBSEO Sitemap Settings Nothing shows up... blank page. I had a similar issue with another AdminCP ...

  1. #1
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times

    vBSEO Sitemap Settings in AdminCP is missing...

    AdminCP >>> vBSEO >>> vBSEO Sitemap Settings

    Nothing shows up... blank page.

    I had a similar issue with another AdminCP link and found there is a bug in the latest PHP 5.6.2 with libxml2 (see PHP Bugs: #45996: libxml2 2.7.1 causes breakage with character data in xml_parse()).

    Is it possible this could be related?

    If so... the fix was mentioned with some lines of code at one of their personal websites, which the content of the code was as follows:

    Code:
    "patch" - --- php-5.2.6/ext/xml/compat.c.xmlwformed
    +++ php-5.2.6/ext/xml/compat.c
    @@ -412,7 +412,6 @@ XML_ParserCreate_MM(const XML_Char *enco
    #endif
    
    parser->parser->replaceEntities = 1;
    - parser->parser->wellFormed = 0;
    if (sep != NULL) {
    parser->use_namespace = 1;
    parser->parser->sax2 = 1;
    But this fix was listed as not perfect and also I did not see any directions on which specific file to apply these lines of code too.

    Any ideas or alternate fixes if this is the issue?

    Thanks!

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please try to modify includes/xml/cpnav_vbseo_sitemap.xml file:
    FIND:
    PHP Code:
      <navoption displayorder="20">
       <
    phrase>vbseo_sm_settings</phrase>
       <
    link>../{$vbulletin->config[Misc][admincpdir]}/options.php?do=options&amp;dogroup=vbseo_sitemap</link>
      </
    navoption
    REPLACE WITH:
    PHP Code:
      <navoption link="../{$vbulletin->config[Misc][admincpdir]}/options.php?do=options&amp;dogroup=vbseo_sitemap" displayorder="20">
       <
    phrase>vbseo_sm_settings</phrase>
      </
    navoption
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you should modify includes/xml/cpnav_vbseo_sitemap.xml file for that, use this one:
    HTML Code:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    
    <navgroups product="crawlability_sitemap">
    	<navgroup phrase="vbseo_vbseo" displayorder="3">
    
    		<navoption link="../{$vbulletin->config[Misc][admincpdir]}/options.php?do=options&amp;dogroup=vbseo_sitemap" displayorder="20">
    			<phrase>vbseo_sm_settings</phrase>
    		</navoption>
    		<navoption displayorder="30">
    			<phrase>vbseo_sm_reports</phrase>
    			<link>../vbseo_sitemap/index.php?rlist=true</link>
    		</navoption>
    
    	</navgroup>
    </navgroups>

  4. #4
    Senior Member
    Real Name
    Sonnie
    Join Date
    May 2006
    Location
    L.A. (Lower Alabama)
    Posts
    307
    Liked
    2 times
    Thank you... worked as expected.

Similar Threads

  1. vBSEO Sitemap Settings?
    By Nikoo in forum Troubleshooting
    Replies: 4
    Last Post: 01-18-2009, 06:42 AM
  2. vBSEO Sitemap Settings
    By ABDALWAHID in forum Türkçe
    Replies: 21
    Last Post: 11-28-2008, 06:41 AM
  3. VBSEO Sitemap for non standard admincp directory
    By PromotePoker in forum Troubleshooting
    Replies: 5
    Last Post: 03-15-2008, 09:05 PM
  4. vBSEO-Sitemap Deutsch + Integration im ADMINCP
    By fsb-holger in forum Deutsch
    Replies: 24
    Last Post: 10-21-2006, 05:15 PM
  5. admincp goes missing
    By HeadBuilder in forum Troubleshooting
    Replies: 2
    Last Post: 10-19-2005, 09:12 AM

Posting Permissions

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