⚠ 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

jQuery error after insert



w0w

w0w
  • profile picture
  • Member

Posted 19 June 2015 - 06:06 AM

after updating to 1.5.1 success notification is not appearing and not redirecting to the list but the record has been saved. please see screenshot there's an error in jquery, i have already unset_jquery but still the same.

 

i also have this:

$crud->callback_after_insert(array($this, 'afterSaveFunc'));

Thanks


Paul Savostin

Paul Savostin
  • profile picture
  • Member

Posted 19 June 2015 - 21:35 PM

Hi! From this picture you and we cant find anythihng useful. So you need to debug your inserting process. Turn on firebug (or firephp) tool for this and look at the your request while inserting on the Network page.

Then you will  see the real error.


w0w

w0w
  • profile picture
  • Member

Posted 22 June 2015 - 02:19 AM

no error during insert process, by the way the picture is from firebug :). it return during the page load.


Paul Savostin

Paul Savostin
  • profile picture
  • Member

Posted 22 June 2015 - 09:02 AM

so write here you mehdod and callback or all controller pls