Quote Originally Posted by atomic_s View Post
1054 Unknown column 'zen_order_id' in 'where clause'

iam running zc 1.3.7
The zen_order_id field was renamed in v1.3.8.
Thus, if you're getting that error, that means you've run the v1.3.8 database-upgrade script and/or a v1.3.8 paypal module ... but haven't properly upgraded all the PHP files on your site to also be running in v1.3.8.

Best course of action: complete your upgrade properly.