码迷,mamicode.com
首页 > 其他好文 > 详细

LifeType 1.2.12 运行报错

时间:2014-07-24 17:26:59      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:style   color   strong   io   re   c   cti   line   

Fatal error: Call to undefined function bb2_table_structure() in H:\wamp2\www\lifetype-1.2.121\plugins\badbehavior\index.inc.php on line 174

 

H:\wamp2\www\lifetype-1.2.12\plugins\badbehavior\index.inc.php中

function bb2_install() {
$settings = bb2_read_settings();
if( $settings[‘is_installed‘] == false && $settings[‘logging‘] )
{
bb2_db_query(bb2_table_structure($settings[‘log_table‘]));
$settings[‘is_installed‘] = true;
bb2_write_settings( $settings );
}
}

bb2_table_structure没有定义 

将红色部分改成 bb2_db_query($settings[‘log_table‘]);

运行成功

LifeType 1.2.12 运行报错,布布扣,bubuko.com

LifeType 1.2.12 运行报错

标签:style   color   strong   io   re   c   cti   line   

原文地址:http://www.cnblogs.com/lfzark/p/3865700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!