Topic: Editing Journal Entry

Hi,

I am getting an error "The entered information is a duplicate. Please go back and enter different values."

Re: Editing Journal Entry

The file includes/errors.inc has a function frindly_db_error() that is responsible for this. Check the context in which this error appears and then trace it. The said function is called only from within the said file's other function check_db_error(). This means that you will need to watch the parameters that come into the latter function and check which db table record is duplicate based on the sql passed in.