phingko Posted January 26, 2015 Share Posted January 26, 2015 Hi, I tried to create a home tabs in Prestashop 1.6 by following this tutorial; http://nemops.com/pr...s/#.VMa6J0eUfK0 But I keep getting this error [PrestaShop] Fatal error in module Module.php(1224) : eval()'d : Cannot redeclare psHomeTabs::install() Seems like there is an error when installing, the code for install as below; public function install(){ if (!parent::install()) return false; return true; } Is the code correct? Cheers Link to comment Share on other sites More sharing options...
vekia Posted January 26, 2015 Share Posted January 26, 2015 your module uses duplicated install() function. remove duplicated one. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now