php - Mysqli statement execute error : Prepared statement needs to be re-prepared -


while execution of php script, error description as,

mysqli statement execute error : prepared statement needs re-prepared.....

the function performs mysql execution ( insert / update statement) zend function _saverow. observed data been inserted in database , function still returning execution error.

any appreciated.

here know background of issue abhijit explaining, getting stack trace of error follows :

mar 28 02:16:15 qweb004 reachlocal zend platform[27766]: 2017-03-28t02:16:15-07:00 err: web-tier error 10.10.0.6: not save database row mysqli statement execute error : prepared statement needs re-prepared

#0 /sl/product/plat/releases/plat/wbussys-xyz-1516_1/web/zf_platform/library/application/model/op/creative.php(3973): application_model_abstract->_saverow(object(zend_db_table_row))  

here _saverow saving row perfectly, somehow generating mysql error "could not save database row mysqli statement execute error : prepared statement needs re-prepared" @ same time.

and error breaking our user interface. different places started see same type of error log.so seems unusual database related issue not able understand.

so understand going wrong appreciated. thanks!


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -