We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10239
    • 8 Posts
    Please help me about this error.

    « MODx Parse Error »
    MODx encountered the following error while attempting to parse the requested resource:
    « Execution of a query to the database failed - Table ’./boreksbo_site/modx_site_content’ is marked as crashed and should be repaired »
    SQL: SELECT sc.* FROM `boreksbo_site`.`modx_site_content` sc LEFT JOIN `boreksbo_site`.`modx_document_groups` dg ON dg.document = sc.id WHERE sc.id = ’1’ AND (sc.privateweb=0) LIMIT 1;
    [Copy SQL to ClipBoard]

    Parser timing
    MySQL: 0.0035 s (0 Requests)
    PHP: 0.0230 s
    Total: 0.0265 s

    boreksboru.com is my site, sorry my english.
      • 7455
      • 2,204 Posts
      looks like your database is corupted
      go inside phpmyadmin if you have acces to it and fix the table
        follow me on twitter: @dimmy01
        • 10239
        • 8 Posts
        thanks, solved.
          • 21671
          • 244 Posts
          Hi Guys,

          I wanted to add this for any other newbies. I read this and other threads and didn’t see how to actually repair a table. The following link showed me how to do it. I hope someone finds it useful.
          http://php.about.com/od/mysqladministration/qt/repair_mysql.htm