⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Problem with Add



Bruno Gelman

Bruno Gelman
  • profile picture
  • Member

Posted 05 October 2015 - 15:02 PM

Hello
 
I have installed 1.5.2 grocery crud in my app
 
With CodeIgniter 2.1.3 ,  database is Mysql , the problem I'm having is that when I add a record four records is automatically saved, creating 3 records more equal
 
This is the Data table in the data base 
 
- id_provincia / int(11) / Auto increment 
  • - nombre / varchar(50)/ latin1_swedish_ci
 
 
 
Someone I happen? You can be solved somehow?
 
Thank you
Bruno

Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 29 February 2016 - 14:17 PM

Hi Bruno Gelman

Request you guys to use Firefox developer edition. There when you inspect on the submit / save button, you may find some multiple event handlers. Check, alter - which all get called with debug statements. Disable / comment up the ones not in use. 

 

Happy GCing :)