CodeIgniter Forums
Shopping cart library not working - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: Shopping cart library not working (/showthread.php?tid=71966)



Shopping cart library not working - Rahul Nakum - 10-19-2018

Hello guys,

I have a project where i used  code igniter 2.2.2 . In this project i use shopping cart library  it work fine before 5 month but right now i facing the problem to add item in cart it , sometime item has been add and some time not added.

why this thins happen please help me. i am waiting or your valuable response... 

Thanks


RE: Shopping cart library not working - ciadmin - 10-19-2018

If something happened in the last 5 months, without you changing any of your code, I suspect a PHP version upgrade on your server, to one which has problems with the older code in CI2.

CI 2.2.2 came out in Apr 2015, and CI2 reached end-of-life that fall. It could be time to upgrade, both CI and your shopping cart (which has been deprecated and removed in CI3).