Entire profile page messed up after 4.0.4!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexander123
    Senior Member
    • Oct 2009
    • 140

    [Forum] Entire profile page messed up after 4.0.4!

    If you go to my site and go to my profile page on my site following this link: http://www.brotherhoodofgamers.com/members/bouncer.html

    It will give you an entire text page only with a huge error...

    Checking if a package is enabled for an invalid package '3' on line 392 in /home/brother6/public_html/vb/types.php
    #0 /home/brother6/public_html/vb/router.php(503): vB_Types->packageEnabled('3')
    #1 /home/brother6/public_html/vb/router.php(566): vB_Router::assertRoutes()
    #2 /home/brother6/public_html/vb/route.php(231): vB_Router::getRouteSegmentFromClass('vBCms_Route_Lis...')
    #3 /home/brother6/public_html/packages/vbcms/route/list.php(92): vB_Route->__construct()
    #4 /home/brother6/public_html/member.php(567): vBCms_Route_List::getURL(Array)
    #5 /home/brother6/public_html/vbseo.php(1382): require('/home/brother6/...')
    #6 {main}


    Fatal error: Checking if a package is enabled for an invalid package '3' on line 392 in [path]/vb/types.php in [path]/vb/vb.php on line 287
    #0 vb_error_handler(256, Checking if a package is enabled for an invalid package '3' on line 392 in /home/brother6/public_html/vb/types.php , /home/brother6/public_html/vb/vb.php, 287, Array ([exception] => vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Checking if a package is enabled for an invalid package '3',[] => ,[] => 0,[] => /home/brother6/public_html/vb/types.php,[] => 392,[] => Array ([0] => Array ([file] => /home/brother6/public_html/vb/router.php,[line] => 503,[function] => packageEnabled,[class] => vB_Types,[type] => ->,[args] => Array ([0] => 3)),[1] => Array ([file] => /home/brother6/public_html/vb/router.php,[line] => 566,[function] => assertRoutes,[class] => vB_Router,[type] => ::,[args] => Array ()),[2] => Array ([file] => /home/brother6/public_html/vb/route.php,[line] => 231,[function] => getRouteSegmentFromClass,[class] => vB_Router,[type] => ::,[args] => Array ([0] => vBCms_Route_List)),[3] => Array ([file] => /home/brother6/public_html/packages/vbcms/route/list.php,[line] => 92,[function] => __construct,[class] => vB_Route,[type] => ->,[args] => Array ()),[4] => Array ([file] => /home/brother6/public_html/member.php,[line] => 567,[function] => getURL,[class] => vBCms_Route_List,[type] => ::,[args] => Array ([0] => Array ([type] => author,[value] => 1-Bouncer))),[5] => Array ([file] => /home/brother6/public_html/vbseo.php,[line] => 1382,[args] => Array ([0] => /home/brother6/public_html/member.php),[function] => require))),[code] => 256)) called at [(null):0] #1 trigger_error(Checking if a package is enabled for an invalid package '3' on line 392 in /home/brother6/public_html/vb/types.php , 256) called at [/home/brother6/public_html/vb/vb.php:287] #2 vB::handleException(vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Checking if a package is enabled for an invalid package '3',[] => ,[] => 0,[] => /home/brother6/public_html/vb/types.php,[] => 392,[] => Array ([0] => Array ([file] => /home/brother6/public_html/vb/router.php,[line] => 503,[function] => packageEnabled,[class] => vB_Types,[type] => ->,[args] => Array ([0] => 3)),[1] => Array ([file] => /home/brother6/public_html/vb/router.php,[line] => 566,[function] => assertRoutes,[class] => vB_Router,[type] => ::,[args] => Array ()),[2] => Array ([file] => /home/brother6/public_html/vb/route.php,[line] => 231,[function] => getRouteSegmentFromClass,[class] => vB_Router,[type] => ::,[args] => Array ([0] => vBCms_Route_List)),[3] => Array ([file] => /home/brother6/public_html/packages/vbcms/route/list.php,[line] => 92,[function] => __construct,[class] => vB_Route,[type] => ->,[args] => Array ()),[4] => Array ([file] => /home/brother6/public_html/member.php,[line] => 567,[function] => getURL,[class] => vBCms_Route_List,[type] => ::,[args] => Array ([0] => Array ([type] => author,[value] => 1-Bouncer))),[5] => Array ([file] => /home/brother6/public_html/vbseo.php,[line] => 1382,[args] => Array ([0] => /home/brother6/public_html/member.php),[function] => require)))) called at [(null):0]
    How do I fix this????? This happened after I upgraded to 4.0.4
    I already tried disabling all products/hooks by entering define('DISABLE_HOOKS', true); in my config.php, still happened.
    http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

    www.BrotherhoodOfGamers- Multi-Gaming community!
  • Charlie_Brown
    Senior Member
    • Dec 2006
    • 1275
    • 4.1.x

    #2
    Link for fix - http://www.vbulletin.com/forum/showt...=1#post1995443

    Do a search on this Section only (Profile Page) and you'll see a lot of members have or had this issue.

    Comment

    • alexander123
      Senior Member
      • Oct 2009
      • 140

      #3
      I enabled the CMPS and disabled it, the error still exists....
      http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

      www.BrotherhoodOfGamers- Multi-Gaming community!

      Comment

      • Charlie_Brown
        Senior Member
        • Dec 2006
        • 1275
        • 4.1.x

        #4
        Do a search as there has been various fixes for this some work some don't or open a support ticket.

        Comment

        • alexander123
          Senior Member
          • Oct 2009
          • 140

          #5
          K I did this... and it fixed it..

          In member.php, try commenting out lines 567:

          Code:
          $author_list_url = vBCms_Route_List::getURL($segments);


          and 582:

          Code:
          $page_templater->register('author_list_url', $author_list_url);
          http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

          www.BrotherhoodOfGamers- Multi-Gaming community!

          Comment

          • Godly
            New Member
            • Jun 2010
            • 12
            • 4.0.0

            #6
            Thank that helped my problem.

            Comment

            • lemonadesoda
              Member
              • Jan 2010
              • 62
              • 4.0.0

              #7
              I also had a member profile error, although different to yours. The solution here http://tracker.vbulletin.com/browse/VBIV-7464 worked for me.

              Comment

              • alexander123
                Senior Member
                • Oct 2009
                • 140

                #8
                It's amazing that this problem still exists after the 4.0.4 PL1 Release?? Why was it not fixed???
                I just had to comment it out again.
                http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

                www.BrotherhoodOfGamers- Multi-Gaming community!

                Comment

                • Lifthz
                  New Member
                  • Jun 2010
                  • 1
                  • 4.0.0

                  #9
                  I just bought the VBB script couple days ago... yeah, this error sucks... needs fixing asap.
                  http://www.nycstreetsmagazine.com

                  Comment

                  • alexander123
                    Senior Member
                    • Oct 2009
                    • 140

                    #10
                    This is really unfortunate that such an error as this was not fixed for the PL1...
                    http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

                    www.BrotherhoodOfGamers- Multi-Gaming community!

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...