Welcome Guest, Not a member yet? Register   Sign In
Problem with Selecting Data form Database
#12

[eluser]TheFuzzy0ne[/eluser]
Everything looks just fine to me. I'm really confused...

What version of PHP are you running? What server are you running (is it XAMPP), and on what OS?

I would suggest hacking the system files, and back-tracing the call, and debugging. The place to start would be _ci_load() in ./system/core/Loader.php. I know it looks a bit daunting, but it's surprisingly simple. Before the variables are extract()ed, you should check $this->_ci_cached_vars to make sure that 'query' is there. And afterwards, check that the $query variable exists after extract() has been called.

Don't forget to replace the system files with the default files when you're done.


Messages In This Thread
Problem with Selecting Data form Database - by El Forum - 03-09-2013, 04:32 PM
Problem with Selecting Data form Database - by El Forum - 03-09-2013, 05:43 PM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 03:52 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:37 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:41 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:47 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:55 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 04:58 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:09 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:13 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:30 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:38 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:47 AM
Problem with Selecting Data form Database - by El Forum - 03-10-2013, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB