Hey guys,
We have a very weird problem. My co-worked dosen't get this error when he edits a record and save it but I do. Do you have any ideas why?
index.php?option=com_cobalt&view=form&type_id=0§ion_id=0
Cobal 8 Submit menu type
type ID 0, Section ID 0
This is the error
PHP Fatal error: Call to a member function load() on a non-object in /home/components/com_cobalt/controllers/form.php on line 232
$table_cat = JTable::getInstance('Category', 'CobaltTable');
line 232: $table_cat->load($category);
Hey guys,
We have a very weird problem. My co-worked dosen't get this error when he edits a record and save it but I do. Do you have any ideas why?
index.php?option=com_cobalt&view=form&type_id=0§ion_id=0
Cobal 8 Submit menu type
type ID 0, Section ID 0
This is the error
PHP Fatal error: Call to a member function load() on a non-object in /home/components/com_cobalt/controllers/form.php on line 232
$table_cat = JTable::getInstance('Category', 'CobaltTable');
line 232: $table_cat->load($category);