202ecommerce Posted July 28, 2014 Share Posted July 28, 2014 Hello everyone, when the module is installed sometimes you encounter this error "The following module (s) were not installed successfully: ebay: Unable to install the override: The method __ set_state in Cart class has been canceled. To solve the problem you need to perform the following operation directly in your FTP: go to the "modules" file => "eBay" => "override" => "classes" => "Cart.php" click view / edit and search for the "public static function __ set_state ($ attributes)" function and remove the following lines: public static function __ set_state ($ attributes) { $ cart = new Cart (); foreach ($ attributes as $ name => $ attribute) $ cart-> {$ name} = $ attribute; return $ cart; } If the problem persists please contact us: via the Forge platform or please fill in this form Regards, 202 ecommerce Link to comment Share on other sites More sharing options...
Recommended Posts