Doh!
Amazing how a few poorly placed blank lines can cause so much havoc. :-)
I made the correction on lines 45 - 47, and I found another blank line 391-393. After correcting both and searching for other blank lines, I uploaded and tried to insert a product again.
This time we get the error:
Warning: Cannot modify header information - headers already sent by (output started at /home2/ahsafety/public_html/admin/products_Insert.php:162) in /home2/ahsafety/public_html/admin/products_Insert.php on line 424
Looking carefully at lines 161-165:
<h1 class="text">
<?php if(WA_Auth_RulePasses("Administrator")){ // Begin Show Region ?>
Administrator
<?php } // End Show Region ?>
</h1>
This code are part of the template, and are grayed out. Is there a change I need to make the template?