• Resolved margot35000

    (@margot35000)


    Hello,

    Since the last update of the plugin I have this error that I can’t solve.

    Warning: include(/home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/modules/search/pwfa-export-support.php): failed to open stream: No such file or directory in /home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/product-code-for-woocommerce.php on line 49

    Warning: include(/home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/modules/search/pwfa-export-support.php): failed to open stream: No such file or directory in /home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/product-code-for-woocommerce.php on line 49

    Warning: include(): Failed opening ‘/home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/modules/search/pwfa-export-support.php’ for inclusion (include_path=’.:/opt/alt/php73/usr/share/pear’) in /home/gach7715/monigloo.com/wp-content/plugins/product-code-for-woocommerce/product-code-for-woocommerce.php on line 49

    Can you please help me? What can I do to fix the bug? Everything worked perfectly before.

    Thank you.
    Margot

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter margot35000

    (@margot35000)

    For your information I have uninstalled and reinstalled the plugin twice but it doesn’t change anything.

    Plugin Author artiosmedia

    (@artiosmedia)

    How strange. A couple of users are noting this issue, others are not. We certainly want to apologize for this problem.

    There is an error in the download repository looking for the file /modules/search/pwfa-export-support.php which does not exist under that folder. The correct file is located at /modules/export/pcfw-export-support.php.

    I have reloaded the same build which is working fine on our staging sites, which should fix the repository file stream with ww.wp.xz.cn. There is nothing wrong with the plugin, it is the download stream that has corrupted the location of the file.

    Please fully delete and replace it with version 1.2.1 and let us know right away if there are further issues. There should not be, but there shouldn’t have been with the previous version either.

    Thread Starter margot35000

    (@margot35000)

    Hello,

    Thank you very much for your feedback.

    I have removed and reinstalled the plugin but this did not correct the problem… I still get the error messages 🙁

    Would you have a manipulation to advise me to correct this?

    In advance, thank you very much

    Margot

    Plugin Author artiosmedia

    (@artiosmedia)

    Hello @margot35000. Unfortunately, my new developer and I are not on the same page regarding certain details on this plugin. We have uploaded a completely new compiled plugin as version 1.2.2. I checked the files carefully and all the internal URI’s are correct.

    The plugin functions fine despite the above errors. What is happening is the export module wasn’t able to find it’s function file, throwing URI errors. Your current WordPress configuration is set up to show all errors, even those not fatal.

    I would configure your wp-config.php file with this code inserted BEFORE /* That’s all, stop editing! Happy blogging. */. It forces WordPress to log all errors, notices, and warnings to a file called debug.log in the wp-content directory. It will also hide the errors so they do not interrupt page generation.

    // Enable WP_DEBUG mode
    define(‘WP_DEBUG’, true);

    // Enable Debug logging to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);

    // Disable display of errors and warnings
    define(‘WP_DEBUG_DISPLAY’, false);
    @ini_set(‘display_errors’,0);

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define(‘SCRIPT_DEBUG’, true);

    Hope this works!

    Thread Starter margot35000

    (@margot35000)

    I have just updated the plugin and the error is corrected! Thank you very much to you!

    Plugin Author artiosmedia

    (@artiosmedia)

    Thank you for helping us resolve the conflict!!!

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

The topic ‘PHP error’ is closed to new replies.