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
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;