I find that the table "resource_map" use "default" as a field.
"default" is php keyword which is used in switch case. Please rename it to other name to avoid error.
Thank you!
Please explain how table field conflicts with PHP code? If you meant conflict with mysql, you can use `default` to prevent conflict