Results 1 to 12 of 12

VBSEO and vB 4.0.1

This is a discussion on VBSEO and vB 4.0.1 within the General Discussion forums, part of the vBSEO SEO Plugin category; OK, ok ... is very recently news [ vB 4.0.1] But maybe if anyone have experiences in upgrade [with vBSEO ...

  1. #1
    Senior Member
    Real Name
    joao barroca
    Join Date
    Apr 2006
    Location
    rio de janeiro
    Posts
    124
    Liked
    0 times

    Cool VBSEO and vB 4.0.1

    OK, ok ... is very recently news [vB 4.0.1]

    But maybe if anyone have experiences in upgrade [with vBSEO of course] maybe it's a good thing relate this experiences to us

    tks

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    As 4.0.1 is just bug fixes, we do not anticipate any new problems. If anything, the experience should be increased. We have yet to update our install here, but it is on the plan for the short term.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Greg
    Join Date
    Aug 2009
    Posts
    64
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    As 4.0.1 is just bug fixes, we do not anticipate any new problems. If anything, the experience should be increased. We have yet to update our install here, but it is on the plan for the short term.
    I am having issues after upgrading to vBulletin 4.0.1 but trying to pinpoint where the issue is coming from.

    All my CMS pages are getting an extra / to them... e.g. http://www.uscoininfo.com//content/....whatever....html

    In the html file it is showing up as http://www.uscoininfo.com\/content/....whatever.html

    Can't figure out what is causing it, all I know is my vBulletin is closed now due to this upgrade.

    Anybody have any ideas?

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    If you disable vbseo, does it work? It sounds like you might have a bad path somewhere in one of the vB options.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    Greg
    Join Date
    Aug 2009
    Posts
    64
    Liked
    0 times
    No it must be a vBulletin bug. It is a bug that happened in Beta 2 or 3 which seems to be reintroduced. I had to revert back to 4.0.0PL1.

    I am having an issue though, but will start a new thread.

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Thanks for testing that.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member
    Real Name
    brian
    Join Date
    Oct 2009
    Location
    Sweet Home Alabama
    Posts
    28
    Liked
    0 times
    All has went well on my upgrade with no problems what-so-ever. ( With vBulletin or vbSEO )
    Hope everyone has the same experience as well.

    Thanks,

    P.S. Hope you got yours straightened out to Jesh.

  8. #8
    Junior Member
    Real Name
    nevem nevem
    Join Date
    Mar 2008
    Posts
    1
    Liked
    0 times
    Little bug: View members articles in profile rewrite doesnt work

  9. #9
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Quote Originally Posted by pret View Post
    Little bug: View members articles in profile rewrite doesnt work
    I don't see a vBSEO License assigned to your username. If you purchased vBSEO please supply me your payment transaction id and forum url via PM
    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

  10. #10
    Junior Member
    Real Name
    Bruce
    Join Date
    Mar 2009
    Posts
    16
    Liked
    0 times
    Upgraded this morning with zero issues. All is well

  11. #11
    Junior Member
    Real Name
    Marc
    Join Date
    Aug 2009
    Location
    Netherlands
    Posts
    2
    Liked
    0 times
    Quote Originally Posted by Jesh View Post
    I am having issues after upgrading to vBulletin 4.0.1 but trying to pinpoint where the issue is coming from.

    All my CMS pages are getting an extra / to them... e.g. http://www.uscoininfo.com//content/....whatever....html

    In the html file it is showing up as http://www.uscoininfo.com\/content/....whatever.html




    Can't figure out what is causing it, all I know is my vBulletin is closed now due to this upgrade.

    Anybody have any ideas?
    class.core.php
    search for :

    define('VB_URL_SCRIPT_PATH'


    Replace the line with:

    define('VB_URL_SCRIPT_PATH', rtrim(str_replace('\\','',dirname($url_info['script'])), '/') . '/');

    I bet you are using IIS i had it too and found this fix on the vb forums

  12. #12
    Junior Member
    Real Name
    Cykelmyggen
    Join Date
    Oct 2006
    Posts
    27
    Liked
    0 times
    I want to replace my current CMS with the vb 4 and for obvious reasons I want maintain my current site structure due to SEO-ranking ( obtained of cause with vbseo:-)):
    Structure is www.mysite.com/vbforum/ - where I want the CMS to be at the root of my site and my forum at the vbforum as it is currently.

    I don't quite understand how to handle vb's last statement for fixes in vb 4.01:
    " [CMS] Please put CMS in /index.php and FORUMS in /forums/index.php" ...?

    I need guidance as to how i upgrade my site and at the same time maintain the structure described above and maintain my ranking .

    Of cause I have been reading the threads on vbsupport forums regarding this problem, but I'm sorry to say that it hasn't made me more wiser as to how this could be done or if vbseo 3.5. will provide a proper solution.

Posting Permissions

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