ialhamdazeez Posted January 2, 2020 Share Posted January 2, 2020 Hi, I am studying Prestashop now. I made mymodcomment module. There is a problem. When I use Db::getInstance()->insert to insert comment in table, the entry will be twice inserted. I have tried with Db::getInstance()->execute("INSERT INTO table....") but still the same problem. I have searched in my module, whether there is a multiple call to the function or multiple call to insert method, there is only one call. can you please help me? 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