Welcome Guest, Not a member yet? Register   Sign In
Help required with update and insert
#40

[eluser]danmontgomery[/eluser]
The error message tells you exactly what line the error is on:

Quote:[17-Aug-2011 13:37:44] PHP Fatal error: Call to a member function num_rows() on a non-object in /Applications/MAMP/htdocs/ci/application/controllers/admin.php on line 106

On this line, you'll see a call to num_rows(). num_rows() is being called on a non-object, as the error message says, which can't happen. So, you either need to validate that you're getting back what you think you're getting back before that point (recommended), or kill the script before it gets there so you can see what state you're in.

If you're doing that, and still getting a white page, check the apache error log again. Is it the same problem?

Post your getAllPages() method, while you're at it.


Messages In This Thread
Help required with update and insert - by El Forum - 08-16-2011, 03:42 AM
Help required with update and insert - by El Forum - 08-16-2011, 05:10 AM
Help required with update and insert - by El Forum - 08-16-2011, 05:23 AM
Help required with update and insert - by El Forum - 08-16-2011, 05:30 AM
Help required with update and insert - by El Forum - 08-16-2011, 05:37 AM
Help required with update and insert - by El Forum - 08-16-2011, 05:40 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:11 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:15 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:31 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:41 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:44 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:50 AM
Help required with update and insert - by El Forum - 08-16-2011, 06:52 AM
Help required with update and insert - by El Forum - 08-16-2011, 07:10 AM
Help required with update and insert - by El Forum - 08-16-2011, 07:16 AM
Help required with update and insert - by El Forum - 08-16-2011, 07:22 AM
Help required with update and insert - by El Forum - 08-16-2011, 07:41 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:16 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:19 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:29 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:31 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:44 AM
Help required with update and insert - by El Forum - 08-16-2011, 09:54 AM
Help required with update and insert - by El Forum - 08-16-2011, 10:03 AM
Help required with update and insert - by El Forum - 08-16-2011, 10:08 AM
Help required with update and insert - by El Forum - 08-16-2011, 10:37 AM
Help required with update and insert - by El Forum - 08-16-2011, 11:41 AM
Help required with update and insert - by El Forum - 08-17-2011, 03:02 AM
Help required with update and insert - by El Forum - 08-17-2011, 05:24 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:08 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:16 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:23 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:33 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:34 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:35 AM
Help required with update and insert - by El Forum - 08-17-2011, 06:42 AM
Help required with update and insert - by El Forum - 08-17-2011, 07:41 AM
Help required with update and insert - by El Forum - 08-17-2011, 07:55 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:00 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:06 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:06 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:07 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:08 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:09 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:10 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:13 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:21 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:24 AM
Help required with update and insert - by El Forum - 08-17-2011, 08:41 AM
Help required with update and insert - by El Forum - 08-17-2011, 10:21 AM
Help required with update and insert - by El Forum - 08-17-2011, 10:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB