Title: PHP Warnings
Last modified: September 1, 2016

---

# PHP Warnings

 *  Resolved [Theunis](https://wordpress.org/support/users/ardinent/)
 * (@ardinent)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-warnings-45/)
 * Hi there,
 * thought I’d mentioned that the following lines of code in your primary plugin
   file is generating PHP Warnings from the following lines:
 * **Line 32 – Line 35:**
 *     ```
       @include_once( 'includes/wjecf-pro-controller.php' );
       @include_once( 'includes/wjecf-pro-free-products.php' );
       @include_once( 'includes/wjecf-pro-coupon-queueing.php' );
       @include_once( 'includes/wjecf-pro-api.php' );
       ```
   
 * [https://wordpress.org/plugins/woocommerce-auto-added-coupons/](https://wordpress.org/plugins/woocommerce-auto-added-coupons/)

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

 *  Plugin Author [Soft79](https://wordpress.org/support/users/josk79/)
 * (@josk79)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-warnings-45/#post-7642811)
 * Funny, because the @ tells PHP to ignore the error if PRO files are missing. 
   Where do you get the warnings? Are you using some kind of debugging tool maybe?
 *  Plugin Author [Soft79](https://wordpress.org/support/users/josk79/)
 * (@josk79)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-warnings-45/#post-7643080)
 * Query Monitor gives a false alarm, but they’re working on a fix. Please see [https://wordpress.org/support/topic/notice-for](https://wordpress.org/support/topic/notice-for).
   You can ignore the warning and wait for the update of Query Monitor (which is
   a great tool by the way!).

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

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

 * ![](https://ps.w.org/woocommerce-auto-added-coupons/assets/icon-256x256.png?rev
   =3357537)
 * [Extended Coupon Features for WooCommerce FREE](https://wordpress.org/plugins/woocommerce-auto-added-coupons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-auto-added-coupons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-auto-added-coupons/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-auto-added-coupons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-auto-added-coupons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-auto-added-coupons/reviews/)

## Tags

 * [warnings](https://wordpress.org/support/topic-tag/warnings/)

 * 2 replies
 * 2 participants
 * Last reply from: [Soft79](https://wordpress.org/support/users/josk79/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/php-warnings-45/#post-7643080)
 * Status: resolved