USER SETTİNGS PAGE NOT WORKİNG

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AScherff
    Senior Member
    • Jun 2008
    • 141
    • 5.7.0

    #16
    well, i did the update for testing purpose twice (one of 100 ? updates to test - its a shame) .

    And for me the solution was to copy the row from a working copy of the table:

    Code:
    delete from `routenew` where `routeid` = 22;
    
    insert into `routenew` (`routeid`, `name`, `redirect301`, `prefix`, `regex`, `class`, `controller`, `action`, `template`, `arguments`, `contentid`, `guid`, `product`) values('22','settings',NULL,'settings','settings/(?P<tab>profile|account|privacy|notifications|subscriptions)','vB5_Route_Settings','page','index','','a:2:{s:3:\"tab\";s:4:\"$tab\";s:6:\"pageid\";s:2:\"11\";}','0','vbulletin-4ecbdacd6a9307.24480802','vbulletin');
    don't do this without a backup of that table or if you don't know what you are doing

    Comment

    • gbrain
      Member
      • Jan 2006
      • 30
      • 5.1.x

      #17
      Originally posted by AScherff
      well, i did the update for testing purpose twice (one of 100 ? updates to test - its a shame) .
      Works a treat many thanks.

      G.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #18
        We have a file that will address it quickly and easily. If you want to open a ticket we can run it for you and get you on your way.

        Comment

        • alexchar
          Member
          • Mar 2013
          • 55
          • 5.1.x

          #19
          This issue has been fixed with version 5.1.4 PL1
          Bring back hooks in vBulletin 5 Connect
          Vote here: VBV-10333
          For a better vBulletin 5 product!
          Sorry for my English!

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #20
            Only on new upgrades. Customers that upgrade to 5.1.4 prior to the patch being include will need to contact support for a fix.

            Comment

            Related Topics

            Collapse

            Working...