MySQL, Querybuilder, Controller problems... ERR 2014 |
Hello everyone,
I'm new to CI and haven't been into php for quite a while and now I'm stuck and don't get it to run. Tought it'd be an easy task, so in short: Using a controller "Suppliers" which has a method "details", which will then call a view containing general details and a list of entries from another table. The view tells me that an error occured: Code: Error Number: 2014 So to get the info needed: My Controller PHP Code: class Suppliers extends CI_Controller { My Model PHP Code: class Suppliers_model extends CI_Model { So, pleasy tell me where I'm wrong... I dont' get it
I have never seen that error before.
A quick google gave me this: http://wikifixes.com/errors/b/0x/Error%2...ror%202014 So it seems that you have a system error that CI is running on. Something not installed correctly perhaps? Not much use I agree but I am guessing this is not a CI issue, but your local setup or a host environment problem. Best wishes, Paul
Thanks for trying... at least I got around that error by not using stored procedures but CI-Querybuilder. Was not able to use a subquery this way, but it worked with grouping.
Try this and see if the error goes away.
PHP Code: class Suppliers_model extends CI_Model { What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |