iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
(node:54248) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error in fetchData: Error: Unknown column 'id_page' in 'SELECT'
at PromisePool.execute (D:\home\costimp.it\httpdocs\node_modules\mysql2\lib\promise\pool.js:54:22)
at fetchData (D:\home\costimp.it\httpdocs\db_connection.js:60:35)
at getMetaTags (D:\home\costimp.it\httpdocs\services\MetaTags.js:94:26)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async pageVariablesFunc (D:\home\costimp.it\httpdocs\app-functions.js:160:30)
at async Object.pageFunc (D:\home\costimp.it\httpdocs\app-functions.js:503:25) {
code: 'ER_BAD_FIELD_ERROR',
errno: 1054,
sql: 'SELECT *, id_page AS id_primary FROM tab_services WHERE id_show = 1 AND txt_page LIKE ? ORDER BY n_position, id_page DESC',
sqlState: '42S22',
sqlMessage: "Unknown column 'id_page' in 'SELECT'"
}
Error: Error: Unknown column 'id_page' in 'SELECT'
at PromisePool.execute (D:\home\costimp.it\httpdocs\node_modules\mysql2\lib\promise\pool.js:54:22)
at fetchData (D:\home\costimp.it\httpdocs\db_connection.js:60:35)
at getMetaTags (D:\home\costimp.it\httpdocs\services\MetaTags.js:94:26)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async pageVariablesFunc (D:\home\costimp.it\httpdocs\app-functions.js:160:30)
at async Object.pageFunc (D:\home\costimp.it\httpdocs\app-functions.js:503:25) {
code: 'ER_BAD_FIELD_ERROR',
errno: 1054,
sql: 'SELECT *, id_page AS id_primary FROM tab_services WHERE id_show = 1 AND txt_page LIKE ? ORDER BY n_position, id_page DESC',
sqlState: '42S22',
sqlMessage: "Unknown column 'id_page' in 'SELECT'"
}
Application has thrown an uncaught exception and is terminated:
Error: Unknown column 'id_page' in 'SELECT'
at PromisePool.execute (D:\home\costimp.it\httpdocs\node_modules\mysql2\lib\promise\pool.js:54:22)
at fetchData (D:\home\costimp.it\httpdocs\db_connection.js:60:35)
at getMetaTags (D:\home\costimp.it\httpdocs\services\MetaTags.js:94:26)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async pageVariablesFunc (D:\home\costimp.it\httpdocs\app-functions.js:160:30)
at async Object.pageFunc (D:\home\costimp.it\httpdocs\app-functions.js:503:25)