昨天测试还正常的,今天重新安装测试出现数据库问题

#1 hario

SELECT cachevalue FROM  ccess_cache WHERE cachename = 'config' LIMIT 1
执行错误: Table 'test.access_cache' doesn't exist

这是错误,提示错误文件:
mysql.php on line 62
mysql.php on line 26
spModel.php on line 108
spModel.php on line 70
spAccessCache.php on line 134
spAccessCache.php on line 44
spFunctions.php on line 182
spFunctions.php on line 182
spFunctions.php on line 94

昨天还挺好的,这是什么问题照成的?

2012-12-20 12:50:11

#2 jake

你这帖子刚刚被dz论坛的防水墙删了,我恢复了。

看你的程序的错误提示,Table 'test.access_cache' doesn't exist,就是数据库表不存在。看看你的数据库配置或者数据库里面有没有这个表。

2012-12-20 12:53:09

#3 hario

好像找到问题了,前缀没有获取到!

2012-12-20 12:58:49