【发布时间】:2011-08-17 15:14:09
【问题描述】:
我有以下代码,我正在尝试理解并找到解决此错误的方法。
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Tank_auth::$users
Filename: libraries/Tank_auth.php
Line Number: 188
Fatal error: Call to a member function UpdateProfileInfo() on a non-object in /home/xtremer/public_html/kowmanager/application/libraries/Tank_auth.php on line 188
坦克验证控制器:http://pastebin.com/iRj11hgR 坦克认证型号:http://pastebin.com/qhNK5Whz 坦克认证库:http://pastebin.com/RVxdzhUa
编辑:感谢 Marc,他能够找到问题,但奇怪的是我确实遇到了一个新问题。
A PHP Error was encountered
Severity: Notice
Message: Undefined index: userID
Filename: libraries/Tank_auth.php
Line Number: 188
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/xtremer/public_html/system/core/Exceptions.php:170)
Filename: libraries/Session.php
Line Number: 671
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/xtremer/public_html/system/core/Exceptions.php:170)
Filename: helpers/url_helper.php
Line Number: 543
【问题讨论】:
-
application/libraries/Tank_auth.php好像没有 188 行?? -
在您粘贴的任何代码示例中都没有 $users,并且所有代码示例都没有第 188 行。您在阻止我们...
-
我只是想提供相关的代码,所以无论如何它并没有让任何人失去帮助。
-
我更新了所有链接以包含完整代码。
标签: php codeigniter