Unhandled Error!

Trying to get property of non-object

Document Vendor
Document type CMS page POST action code
Line 39
Exception class Cms_ExecutionException

Code Highlight

 
/**********************************************
Set brand preference based on existing manufacturer
 
***********************************************/
 
Cms_VisitorPreferences::set('manufacturer_id', $manufacturer->id);
 
 
/**********************************************
Get the preferred category_id.  This will be the id of 'mens' or 'womens'
 
***********************************************/
# Document Type
1 Vendor CMS page POST action code