are you logging in as the Admin or as an Editor?
For some reason there is an INSERT SQL Statement in the modify function to put the link in the TEMP table to be validated. Seem weird! Shouldn't be inserting during a modify - should be updating. but I have not looked thru all the code.
Code:
elseif($add_permission==1) {
//insert into temp db
$this->table_name_temp = $this->table_name . "_temp";
$query = "insert into $this->table_name_temp ($custom_fields_name) values ($custom_fields_value)";
$result = $this->db_connect->Execute($query);
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.