imnik Posted February 25, 2015 Share Posted February 25, 2015 Please help me out, how can i override core files in latest version of prestashop 1.6.0.12 as the process we use to follow in prestashop 1.6.0.9 is unsuccessful here,let me clarify mymodule works in prestashop 1.6.0.9 In brief i have installed latest version and simply tried overriding AdminProductsController.php keeping it here C:\xampp\htdocs\prestashop12\modules\mymodule\override\controllers\admin\AdminProductsController.php Changes made :- public function __construct() { echo "hello world"; echo "<script>alert('hello')</script>"; According to me it should appear here, correct me if i am wrong C:\xampp\htdocs\prestashop12\override\controllers\admin\ however it did not and while installing mymodule shows the following error The following module(s) could not be installed properly: mymodule : Unable to install override: Class AdminProductsControllerOverride54ed8fad9369e does not exist 2 Link to comment Share on other sites More sharing options...
[email protected] Posted February 25, 2015 Share Posted February 25, 2015 Please help me out, how can i override core files in latest version of prestashop 1.6.0.12 as the process we use to follow in prestashop 1.6.0.9 is unsuccessful here,let me clarify mymodule works in prestashop 1.6.0.9 In brief i have installed latest version and simply tried overriding AdminProductsController.php keeping it here C:\xampp\htdocs\prestashop12\modules\mymodule\override\controllers\admin\AdminProductsController.php Changes made :- public function __construct() { echo "hello world"; echo "<script>alert('hello')</script>"; According to me it should appear here, correct me if i am wrong C:\xampp\htdocs\prestashop12\override\controllers\admin\ however it did not and while installing mymodule shows the following error The following module(s) could not be installed properly: mymodule : Unable to install override: Class AdminProductsControllerOverride54ed8fad9369e does not exist i am also getting same problem please help me Link to comment Share on other sites More sharing options...
bellini13 Posted February 25, 2015 Share Posted February 25, 2015 report your issue to the Forge Link to comment Share on other sites More sharing options...
Recommended Posts