Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor gVectors Team

    (@gvectors-team)

    Hi Kiroga,
    Please turn off WordPress debugging. All “Notice:” and “Warning” PHP messages should not be displayed. The “Notice:” is not an error.

    Please open wp-config.php, find this code:

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    And put this after:

    error_reporting(0);

    Thread Starter Kiroga

    (@kiroga)

    Ok.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce PDF & Print’ is closed to new replies.