Welcome Guest, Not a member yet? Register   Sign In
3 errors
#3

[eluser]Seppo[/eluser]
The first two are php 5 warnings that are not big deal - It's just some CI code that has to be PHP 4 compatible, so it has stricts error on PHP 5 - You could lower your error_reporting level removing E_STRICT so you don't see them any more.

The third one is that you have an instance of stdClass (this is a PHP class with not method) and you are trying to call get method - probably you are mixing a database row with the database class - copy the lines arround line 59 in your picture controller if you can't fix it


Messages In This Thread
3 errors - by El Forum - 07-12-2008, 02:38 PM
3 errors - by El Forum - 07-12-2008, 03:25 PM
3 errors - by El Forum - 07-12-2008, 03:42 PM
3 errors - by El Forum - 07-13-2008, 12:12 AM
3 errors - by El Forum - 07-13-2008, 06:24 AM
3 errors - by El Forum - 07-13-2008, 10:08 AM
3 errors - by El Forum - 07-13-2008, 10:10 AM
3 errors - by El Forum - 07-13-2008, 10:12 AM
3 errors - by El Forum - 07-13-2008, 10:37 AM
3 errors - by El Forum - 07-14-2008, 03:35 AM
3 errors - by El Forum - 07-14-2008, 02:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB