Recheck the clean file as you have typos ...

Code:
define('BUTTON_IMAGE_BUY_NOW', buynow-button.jpg');

You are missing the single quote:
Code:
define('BUTTON_IMAGE_BUY_NOW', 'buynow-button.jpg');
there may be others but at least that much is wrong ...