Quote Originally Posted by sungmo View Post
Edit Orders Version 4.1.4
Zencart Version 1.5.1


Hi i have a problem.

when i click update button i meet blank page. however, update button is working on most orders.

so i checked edit_orders.php file. and i saw "if ($status < 1) break;".

most order's status are larger than 1 but orders status having blank page are 0.

can someone explain why some orders have 0 status?

and how to solve not to see blank page?

thanks...
Zen Cart 1.5.1 (released in 2012) is going to be more difficult to debug, but when you receive a blank-page there "should" be a file created in your store's /logs directory named myDEBUG-adm-*.log that identify what the PHP issue is.

Remember that the -adm- debug-logs contain your store's secret-admin name, so if you post the contents of that file, be sure to xxx-out that name.

Other than some underlying PHP-related issue, I have no explanation for your orders that have an undefined (i.e. 0) value for their status-code ... but that's for a separate forum posting to determine.