• Hi Jeff,

    I’d like to know you that I’m always using your plugin, I love it. This is my first time with this error. I think your current version has something to do with this. I’d love to inform you so I can use it in my projects again.

    Fatal error: Call to undefined function is_product()

    I did not disable Woocommerce but it is not working on my page. Woocommerce is not included to the selected disabled plugin but it appears that Woocommerce is not working. When I deactivate plugin organizer, it’s going back to normal.

    Hope you can fix this soon.

    Best Regards,
    Anthony

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    Woocommerce has been disabled somewhere. You can query the database to find out where by running this select query:

    SELECT * FROM {PREFIX}po_plugins where disabled_plugins like ‘%woocommerce%’ OR disabled_mobile_plugins like ‘%woocommerce%’

    Replace {PREFIX} with your database prefix. It might also be disabled in a plugin group. To search for a plugin group you can run the following query:

    SELECT * FROM {PREFIX}po_plugins where disabled_groups like ‘%{GROUPID}%’ OR disabled_mobile_groups like ‘%{GROUPID}%’

    Replace {PREFIX} with your database prefix and {GROUPID} with the id of your group where it is disabled. To get the group ID go to the “Group And Order Plugins” page and expand the “Plugin Groups” column next to Woocommerce. The group id is in the url that is linked by the group name. PO_group_view={GROUPID}

    Plugin Author Jeff Sterup

    (@foomagoo)

    I have just released version 9.1. There is a new tool in this version that lets you check the database to see if a plugin is disabled anywhere on your site. Go to the plugin organizer settings page and click the plugin search tab. Then select woocommerce and click start search to see if it is disabled anywhere on your site.

    Plugin Author Jeff Sterup

    (@foomagoo)

    I missed 2 file changes with 9.1 so the search tool always returned no results. I just released 9.1.1 that has all of the changes. Install that version and try using the search tool.

    Thread Starter Anthony Carbon

    (@master-buldog)

    cool, thanks jeff .. I’ll let you know if the error is still not fix.

    Thanks,
    Anthony

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce conflict on plugin organizer’ is closed to new replies.