Codeigniter error session DB

前端 未结 5 1637
南旧
南旧 2020-12-15 06:23

After upgrade Codeigniter to version 3.0 I get error DB after trying call any controller:

Error Number: 1064

You have an error in your SQL syntax; check the         


        
5条回答
  •  生来不讨喜
    2020-12-15 07:19

    SELECT 'data' FROM TABLE_NAME WHERE 'id' = 'd1d384b0ceed0bd72fa210337acc666aab1a04e5'

    you are missing the tablename plus your code include special characters.

提交回复
热议问题