Welcome Guest, Not a member yet? Register   Sign In
flexi cart - A comprehensive shopping cart library for CodeIgniter
#37

[eluser]haseydesign[/eluser]
Hey Sadanandan,

To try and regenerate the error you have stated on my local dev setup, I have just installed a brand new installation of CI 2.12 and then pulled the latest Github repo of the flexi cart library.
My testing of this has not generated any errors.

I think what the problem may be is that you have pulled the erroneous Github repo that was pushed out last week, and have then manually added the fix from my previous post (adding $this->flexi = new stdClass; to the controller), but without rolling back the erroneous git commit.

If this is the case, then basically, all you need to do is pull the current Github repo, and confirm you have the latest versions of the model and library files, then within your own controllers, just ensure you have defined
Code:
$this->flexi = new stdClass;
before you load the library.

Hope this helps.


Messages In This Thread
flexi cart - A comprehensive shopping cart library for CodeIgniter - by El Forum - 08-18-2012, 05:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB