Hello [member='bigtt76'],
A common mistake is not clearing your browser cache. Maybe at the future I will consider having the Javascripts and CSS with a timestamp at the end.
So I will mostly point out the biggest mistakes that people do at updates and "brake" their application.
1. Don't just copy the assets directory. Please consider copying the Grocery_CRUD.php library, the grocery_crud.php config file AND the grocery_crud_model.php model .
2. Clear your browser cache
3. Check your firebug to see if there is any JavaScript issue. If you can't see any errors and grocery CRUD still doesn't work check this post /topic/1660-remember-to-use-the-codeigniter-manual/#entry7285 of how to actually show the error at the page.
Some changes the consider at version 1.4 ONLY
- You have to remove the file libraries/grocery_crud.php as a new file is now there with name "Grocery_CRUD.php" . This was a demand from the new Codeigniter version 3.0
- The jquery-1.10.2.min.js is combined with "jQuery Migrate v1.2.1" , as lot of plugins are not compatible with the new jquery this was the only choice I actually had. So please consider that if you have the $crud->unset_jquery at your project to include "jquery Migrate" library as well.
Hope this helps, if not please can we have a screen-shot of your issue?
Thanks
Johnny