osCmax v2.5 User Manual
Results 1 to 3 of 3

1194 - Table 'opa' is marked as crashed and should be repaired

This is a discussion on 1194 - Table 'opa' is marked as crashed and should be repaired within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Pretty handed with MySQL/PHPmyadmin to repair the table - but stumped. I do not see a table "opa" Full error ...

      
  1. #1
    New Member
    Join Date
    Oct 2007
    Posts
    7
    Rep Power
    0


    Default 1194 - Table 'opa' is marked as crashed and should be repaired

    Pretty handed with MySQL/PHPmyadmin to repair the table - but stumped. I do not see a table "opa"

    Full error message:
    1194 - Table 'opa' is marked as crashed and should be repaired

    select p.products_id, p.products_image from orders_products opa, orders_products opb, orders o, products p where opa.products_id = '9' and opa.orders_id = opb.orders_id and opb.products_id != '9' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' group by p.products_id order by o.date_purchased desc limit 6

    Many thanks in advance for help-

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: 1194 - Table 'opa' is marked as crashed and should be repaired

    opb is referenced in also_purchased_products.php as TABLE_ORDERS_PRODUCTS

    If you look in database_tables.php this relates to orders_products

    Regards,
    pgmarshall
    _______________________________

  3. #3
    New Member
    Join Date
    Oct 2007
    Posts
    7
    Rep Power
    0


    Default Re: 1194 - Table 'opa' is marked as crashed and should be repaired

    Thanks much! Backed up, repaired and optimized.

Similar Threads

  1. Site Crashed - Loading White
    By schlottke in forum osCmax v2 Installation issues
    Replies: 6
    Last Post: 12-13-2010, 02:26 PM
  2. SaleMaker - All products marked down
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-23-2010, 02:51 PM
  3. whos_onlins has crashed...what?
    By ScaleCreep in forum osCommerce 2.2 Discussion
    Replies: 3
    Last Post: 08-13-2009, 06:15 PM
  4. SaleMaker - All products marked down
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-12-2009, 12:00 PM
  5. MySQL: sessions is marked as crashed and should be repaired
    By cujo in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 09-18-2008, 12:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •