While execution of an php script, i get an error description as,
Mysqli statement execute error : Prepared statement needs to be re-prepared.....
The function which performs the mysql execution ( insert / update statement) is an zend function _saveRow. Also it was observed that the data was been actually inserted in database and the function is still returning an execution error.
Any help will be appreciated.