unbreker Posted April 29, 2015 Share Posted April 29, 2015 Hi to all,I'm new with prestashop, apologize me if I open a new topic but, after googled for 3 days, I've not found a solution for the problem below.I need to create a module that interacts with the database of PS, for reasons that are irrilevant for this context.I followed these guides, Creating a first modulecreare-un-modulo-prestashopcreazione-di-un-modulo-prestashopbut without succes. This is the screenshot of what I see when i reload the backoffice/module page Can someone help me? Link to comment Share on other sites More sharing options...
PascalVG Posted May 1, 2015 Share Posted May 1, 2015 The error mentions that the class csvimport is missing. - Double-Check if the module file csvimport.php is located in folder /modules/csvimport/ (all lowercase!) edit the file and check if at the top after any comment), you have these lines: class CSVImport extends Module { public function __construct() { $this->name = 'csvimport'; // <-- lower case My 2 cents, pascal Link to comment Share on other sites More sharing options...
unbreker Posted May 12, 2015 Author Share Posted May 12, 2015 thanks for your reply but this not solve my issue 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