Won't save, edit or delete.
-
Hello,
Really like the plugin but it is not saving, editing or deleting for me. I have put the following code at the top of the function.php file for the template.
add_action( 'admin_menu', 'my_load_tables', -20 ); function my_load_tables() { add_db_table_editor(array( 'title'=>'Test Table', 'table'=>'testtable', 'id'=>'testtable','id_column' => 'my_id','hide_columns'=>'id','editcap'=>true)); }
and the table comes up and allows me to see it and the rows but when I try to do anything to them it does not stay.
Looking at the code it seems that $DBTE_CURRENT is not getting set.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Won't save, edit or delete.’ is closed to new replies.