搜索
系统检测到您的用户名不符合规范:

thinkphp3.2.3连接pgsql 报函数table_msg不存错误怎么处理

浏览:2652 发布日期:2015年05月21日 分类:求助交流 关键字: 数据库连接
在controller里调用后
$news = M('think_demo');
$data = $news->find();
var_dump($data);

页面报错:
:(

SQLSTATE[42883]: Undefined function: 7 ERROR:函数table_msg()不存在 LINE 1: ...fault as "default",fields_default as "extra" from table_msg(... ^ HINT: 指定名称、指定引数型的相关函数不存在。。。。。



错误位置


FILE: C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Db\Driver.class.php LINE: 169



TRACE


#0 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Db\Driver.class.php(169): PDOStatement->execute()
#1 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Db\Driver\Pgsql.class.php(41): Think\Db\Driver->query('select fields_n...')
#2 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Model.class.php(134): Think\Db\Driver\Pgsql->getFields(' think_demo')
#3 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Model.class.php(122): Think\Model->flush()
#4 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Model.class.php(1434): Think\Model->_checkTableInfo()
#5 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Model.class.php(97): Think\Model->db(0, '', true)
#6 C:\Apache24\htdocs\demo\ThinkPHP\Common\functions.php(621): Think\Model->__construct('think_demo', '', '')
#7 C:\Apache24\htdocs\demo\Application\Home\Controller\StarController.class.php(21): M('think_demo')
#8 [internal function]: Home\Controller\StarController->index()
#9 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\App.class.php(164): ReflectionMethod->invoke(object(Home\Controller\StarController))
#10 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\App.class.php(202): Think\App::exec()
#11 C:\Apache24\htdocs\demo\ThinkPHP\Library\Think\Think.class.php(120): Think\App::run()
#12 C:\Apache24\htdocs\demo\ThinkPHP\ThinkPHP.php(97): Think\Think::start()
#13 C:\Apache24\htdocs\demo\index.php(24): require('C:\\Apache24\\htd...')
#14 {main}
最佳答案
评论() 相关
后面还有条评论,
评论支持使用[code][/code]标签添加代码
您需要登录后才可以评论 登录 | 立即注册
收藏
fllora
积分:25 等级:LV0
热点推荐
(追記) (追記ここまで)
最新更新

我们

合作

网站

信息

ThinkPHP 是一个免费开源的,快速、简单的面向对象的 轻量级PHP开发框架 ,创立于2006年初,遵循Apache2开源协议发布,是为了敏捷WEB应用开发和简化企业应用开发而诞生的。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至简的代码的同时,也注重易用性。并且拥有众多的原创功能和特性,在社区团队的积极参与下,在易用性、扩展性和性能方面不断优化和改进,已经成长为国内最领先和最具影响力的WEB应用开发框架,众多的典型案例确保可以稳定用于商业以及门户级的开发。

AltStyle によって変換されたページ (->オリジナル) /