Home Forums WC Vendors Pro Support Vendor Dashboard > Orders Page not working Reply To: Vendor Dashboard > Orders Page not working

#56764
DELETE
Participant

I’ve added this, to help debug, in class-wcvendors-pro-dashboard.php, after line 168:

			error_log("------------------------------------------------------");
			error_log("WCVendors_Pro_Dashboard Routing Debug:");
			error_log($_SERVER['REQUEST_URI']);
			error_log(print_r($object, true));

The controller recognizes all of the items except the last, order:

[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/
[19-Feb-2017] dashboard
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137
[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/product/
[19-Feb-2017] product
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137
[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/settings/
[19-Feb-2017] settings
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137
[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/rating/
[19-Feb-2017] rating
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137
[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/shop_coupon/
[19-Feb-2017] shop_coupon
[19-Feb-2017] PHP Warning:  reset() expects parameter 1 to be array, null given in public/wp-content/plugins/wc-vendors-pro/public/class-wcvendors-pro-shop-coupon-controller.php on line 275
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137
[19-Feb-2017] ------------------------------------------------------
[19-Feb-2017] WCVendors_Pro_Dashboard Routing Debug:
[19-Feb-2017] /dashboard/order/
[19-Feb-2017] dashboard
[19-Feb-2017] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent in public/wp-content/plugins/wc-vendors/class-wc-vendors.php on line 137