We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1702
    • 3 Posts
    I am encountering this error when I make a change to any page content:

    « MODx Parse Error »
    
    MODx encountered the following error while attempting to parse the requested resource:
    « Execution of a query to the database failed - Incorrect key file for table './vbnsite_modx/modx_site_content.MYI'; try to repair it »
          SQL: UPDATE `vbnsite_modx`.`modx_site_content` SET introtext='', content='


    As far as I know, no changes have been made to the database or the website since I last made simple changes to the content.
      • 26903
      • 1,336 Posts
      for table ’./vbnsite_modx/modx_site_content.MYI’; try to repair it »[/quote
      You need to repair this table, consult the MYSQL docs(or google) for more info.
        Use MODx, or the cat gets it!
        • 1702
        • 3 Posts
        Thanks!