A
|
acpan 3/7/2021 |
You have 2 backticks instead of table name, in your SQL statement after FROM. It could be that your table names cannot be recognized by the script, hence showed empty string. could it be character encoding issue of your OS, or your table names or field names containing unicode characters. Try to ensure all characters encoding are utf-8 in database. |
![]() |
Sergey Kornilov admin 3/8/2021 |
It looks like an issue with dynamic permissions tables. Proceed to Dynamic Permissions settings in PHPRunner and make sure correct tables are selected there or create new ones. |