Line #605 : "orders-full-ep"=>ORDERSEXPORT_LINK_SAVE1,

Line #606 : "orders-fullb-ep"=>ORDERSEXPORT_LINK_SAVE1B,

Line #607 : "orders-noattribs-ep"=>ORDERSEXPORT_LINK_SAVE2,

Line #608 : "orders-onlyAttribs-ep"=>ORDERSEXPORT_LINK_SAVE3

I am getting: --> PHP Warning: Use of undefined constant ORDERSEXPORT_LINK_SAVE3 - assumed 'ORDERSEXPORT_LINK_SAVE3' (this will throw an Error in a future version of PHP)
for these variables.... when I do a search through the ZC code I do not see them being called or used elsewhere.... do you think I could assign them some nominal value just to get them to not give a warning without something breaking?


--> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/account/public_html/admin/easypopulate_4.php on line 655.

It looks like $files is an array so why is it still getting the warning?

if ($dirhandle = opendir($upload_dir)) {
$files = array();



for ($i = 0; $i < sizeof($files);