Help - compatibility warning?
PermalinkWarning: Declaration of CoreCommerceProductAttributeKey::load($akID) should be compatible with Concrete5_Model_AttributeKey::load($akIdentifier, $loadBy = 'akID') in /home/maccap2/public_html/packages/core_commerce/models/attribute/categories/core_commerce_product.php on line 15
Fatal error: Class 'Object' not found in /home/maccap2/public_html/packages/core_commerce/models/product/model.php on line 5
Look familiar to anyone?

You should upgrade your package to version 2.8.18 (attached)
I'll let you know how things go.
Warning: Declaration of CoreCommerceProductAttributeKey::load($akID) should be compatible with Concrete5_Model_AttributeKey::load($akIdentifier, $loadBy = 'akID') in /home/maccap2/public_html/packages/core_commerce/models/attribute/categories/core_commerce_product.php on line 15
Fatal error: Class 'Object' not found in /home/maccap2/public_html/packages/core_commerce/models/product/model.php on line 5
You could just replace the ones giving you an error such as models/product/model.php.
Or you could replace all ...
I replaced the files throwing errors and/or warnings.
So far, so good.
Thanks to everyone who replied.