jacobb Posted November 22, 2013 Share Posted November 22, 2013 (edited) After update, I got these errors on Product page: PHP Fatal error: Call to undefined method ProductController::getProduct() in (...) /modules/blocksharefb/blocksharefb.php on line 67 PHP Fatal error: Call to undefined method ProductController::getProduct() in (...) /modules/productcomments/productcomments.php on line 711 Any ideas? Edited November 22, 2013 by jacobb (see edit history) Link to comment Share on other sites More sharing options...
jacobb Posted November 22, 2013 Author Share Posted November 22, 2013 Why error says that static method is undefined, while there is dynamic method used in blocksharefb.php and productcomments.php? $this->context->controller->getProduct() Link to comment Share on other sites More sharing options...
DFC2nica Posted December 2, 2013 Share Posted December 2, 2013 Hello,I have the same error! Have you found the solution? Link to comment Share on other sites More sharing options...
jacobb Posted December 2, 2013 Author Share Posted December 2, 2013 Hello, I have the same error! Have you found the solution? Yes, I did. I reminded myself that I have overriden the Product Controller (override/controllers/front/ProductController.php), so I merged it with newest version and everything is working now. 1 Link to comment Share on other sites More sharing options...
Recommended Posts