1 (edited by kalmav1 02/20/2019 06:19:28 am)

Topic: need some advice about sql is this bug or error on my end?

hello seems I getting error when I'm trying to execute this sql statement but why?

 Unhandled exception [0]: Call to undefined function get_sql_for_pending_item_inquiry()

$sql = get_sql_for_pending_item_inquiry, I have php file for item still gives me error

Re: need some advice about sql is this bug or error on my end?

Have you included the file that defines the said function? Check if the function exists and is in scope at that point.