warning
-
[12-Apr-2015 20:27:53 UTC] PHP Warning: Invalid argument supplied for foreach() in /usr/www/users/santeh/wordpress/wp-content/plugins/woocommerce-bulk-order-form/includes/templates/standard_template/standard_template.php on line 537
just add this to config.php to see the errors in ftp folder /public_html/wordpress/wp-content/
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
The topic ‘warning’ is closed to new replies.