请教下这个怎么解决
sql吧
全部回复
仅看楼主
level 2
lickinger 楼主
SQL:
SELECT `value` FROM `ims_core_cache` WHERE `key`=:key
Params:
array ( ':key' => 'setting',)SQL Error:
Table 'mysql.ims_core_cache' doesn't existTraces:
file: /framework/class/db.class.php; line: 116;
file: /framework/function/pdo.func.php; line: 36;
file: /framework/function/cache.mysql.func.php; line: 13;
file: /framework/function/cache.func.php; line: 31;
file: /framework/model/setting.mod.php; line: 35;
file: /framework/bootstrap.inc.php; line: 117;
file: /index.php; line: 6;
2016年09月10日 10点09分 1
level 1
请问楼主问题是否得到解决
2017年07月07日 13点07分 4
level 1
参数key人家要数组你给了个字符串
2019年03月29日 06点03分 5
1