• Resolved mikehealy

    (@mikehealy)


    When trying to create a new WooCommerce product with Woo Variations Table active the following errors are thrown:

    Notice: Undefined index: post in /home/mysite/public_html/wp-content/plugins/woo-variations-table/woo-variations-table.php on line 1465
    
    Fatal error: Call to a member function get_attributes() on boolean in /home/mysite/public_html/wp-content/plugins/woo-variations-table/woo-variations-table.php on line 1468

    These don’t happen when editing an existing product, but they completely stop me from being able to add a new product. It looks like get_attributes assumes that a product object will exist.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alaa Rihan

    (@alaa-rihan)

    It seems you use different plugin not mine, my plugin woo-variations-table.php file doesn’t have 1465 lines, please check the author name of your installed plugin, it should be “Alaa Rihan”, I know this is strange but it’s true, if you want to try my plugin then you should remove the plugin you use now then install mine.

    Best Regards

    Thread Starter mikehealy

    (@mikehealy)

    This is odd. On my plugins page it shows a different author with a Code Canyon plugin url, but when I click more info on that page it loads the details for your plugin.
    There code has a different plugin name in the PHP file, so I think WordPress is matching the directory name and confusing the two.

    Plugin Author Alaa Rihan

    (@alaa-rihan)

    Yes, that correct, WordPress look at directory name to match the plugins and it doesn’t care in the rest details.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Breaks adding new product!’ is closed to new replies.