Fatal error: Call to undefined method grocery_CRUD::set_js_lib() in public_html/admin/assets/grocery_crud/themes/custom_checkbox_flexigrid/views/list_template.php on line 3
⚠ 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. ⚠
Posted 04 March 2014 - 12:27 PM
Fatal error: Call to undefined method grocery_CRUD::set_js_lib() in public_html/admin/assets/grocery_crud/themes/custom_checkbox_flexigrid/views/list_template.php on line 3
Posted 04 March 2014 - 14:05 PM
well.. check if that function exists..
rather thn that - u can simply use set_js
Posted 04 March 2014 - 15:55 PM
commenting $this->load_js_jqueryui(); and use set_js then it work properly. But i try to edit then contents are listed with two error
1.
Severity: Notice
Message: Undefined variable: unique_hash
Filename: views/edit.php
Line Number: 10
This is the code:
<div class="flexigrid crud-form" style='width: 100%;' data-unique-hash="<?php echo $unique_hash; ?>">
2.
A PHP Error was encounteredSeverity: Notice
Message: Undefined variable: is_ajax
Filename: views/edit.php
Line Number: 51
This is the code:
<?php if ($is_ajax) { ?><input type="hidden" name="is_ajax" value="true" /><?php }?>