• Can you please help me figure out what I’m doing wrong? I created a few products and added MMY data as shown in your demo, but I’m getting an error when trying to retrieve the model and year data. Thank you! I’m happy to provide login details for further investigation.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to deactivate and activate the plugin back.
    During reactivation it should try to recreate the “wp_ymm” database table.

    Also you can enable wordpress debugging by setting:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    

    in the wp-config.php file.

    Then try to use the YMM Search plugin and check if the log file:
    wp-content/debug.log

    contains any errors.

    Stanislav

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.