使用佈景管理tad_themes模組時,新增選單時會出現以下錯誤訊息:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''_self','')' at line 1
解決方式:
修改modules\tad_themes\admin\dropdown.php 90行
找到其中的兩個連續的逗號,改成一個逗號即可