We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3677
    • 130 Posts
    I checked again and the URI field IS created in the table the first time the update runs. At the point where the install crashes with a fatal error, the URI fields are all there (though not set correctly).

    If the fields are all there, hopefully I can run your re-calculate script to fix everything. How would I run that script? Add as a Plugin and Execute on an event?

    -Brian
      • 38869
      • 6 Posts
      Had this problem when upgrading to 2.2 from 2.1.5

      All I did was run this SQL UPDATE `modx_site_content` SET `uri` = `alias`

      Then cleared the cache. Hope this helps someone.
        • 38290
        • 712 Posts
        toggling the friendly URL settings and clearing cache, then setting back worked for me! Thanks (Note 2.0.8 to 2.2.4)
          jpdevries
          • 17412
          • 270 Posts
          Quote from: dinocorn at Jun 22, 2012, 07:21 PM
          toggling the friendly URL settings and clearing cache, then setting back worked for me! Thanks (Note 2.0.8 to 2.2.4)

          Ditto - worked for me too.
            • 13373
            • 70 Posts
            +1 - worked for me too. You can put your heart back in your chest after doing this smiley