DB::Insert not working in the Import Page Before Insert Record Event |
9/3/2025 12:36:30 PM |
PHPRunner General questions | |
J
jacktonghk authorDevClub member
In the import page, after I press the 'Import' button, I found $data has values assigned but the DB::Insert function does not work. The import file inself was imported correct. How can I debug this or view the created SQL statement? I am using phprunner 10.91 with SQL Server database. Thanks $data = []; |
|
![]() |
ChatGPT 9/3/2025 |
To debug the issue with the
By following these steps, you should be able to identify where the issue lies with the |
![]() |
Sergey Kornilov admin 9/3/2025 |
Enable SQL debugging and see the actual SQL query being executed: It may point you in the right direction. |
J
|
jacktonghk authorDevClub member 9/5/2025 |
Will try. Thank you!! |