Title: PHP error
Last modified: October 20, 2020

---

# PHP error

 *  Resolved [margot35000](https://wordpress.org/support/users/margot35000/)
 * (@margot35000)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-error-428%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [margot35000](https://wordpress.org/support/users/margot35000/)
 * (@margot35000)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13558910)
 * For your information I have uninstalled and reinstalled the plugin twice but 
   it doesn’t change anything.
 *  Plugin Author [artiosmedia](https://wordpress.org/support/users/artiosmedia/)
 * (@artiosmedia)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13559548)
 * 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 WordPress.org. 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](https://wordpress.org/support/users/margot35000/)
 * (@margot35000)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13560603)
 * 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](https://wordpress.org/support/users/artiosmedia/)
 * (@artiosmedia)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13561088)
 * Hello [@margot35000](https://wordpress.org/support/users/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](https://wordpress.org/support/users/margot35000/)
 * (@margot35000)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13561861)
 * I have just updated the plugin and the error is corrected! Thank you very much
   to you!
 *  Plugin Author [artiosmedia](https://wordpress.org/support/users/artiosmedia/)
 * (@artiosmedia)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13561869)
 * 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.

 * ![](https://ps.w.org/product-code-for-woocommerce/assets/icon-256x256.jpg?rev
   =2019765)
 * [Product Code for WooCommerce](https://wordpress.org/plugins/product-code-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-code-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-code-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-code-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-code-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-code-for-woocommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [artiosmedia](https://wordpress.org/support/users/artiosmedia/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/php-error-428/#post-13561869)
 * Status: resolved