-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI 3 #3
Comments
HI! manually change library("session") by driver("session"), Controllers / models, Class and file names first later must be uppercase, i have experience with flexi_auth porting to CI3, in a few days i'll port flexi-cart too |
well, now i'm usin CI3 and flexi-cart and work fine, just change:
and finally in flexy_cart_lite_model.php line 54 change: if ($this->session->userdata($this->flexi->cart['name']) !== FALSE) by if ($this->session->userdata($this->flexi->cart['name']) ) |
Thanks Dansanti. Is anyone maintaining this? |
I'll maintain this in my fork,, i make ome pull request, but apparently is abandoned this repo.. my fork will suport ci3 only |
How do you take over something like that when it is abandoned? On Tue, Jun 23, 2015 at 7:41 PM, dansanti [email protected] wrote:
Robert Fulcher _/Confidentiality Notice___________________________ |
CLick on fork and github clone this repo, in your repo list, and change in your repo not affect to this repo, only if you make pull request from your repo to this |
and in you own repo, you can merge my commits, with github tools |
is there any list of libraries compatible with CI 3??? |
This is just what I needed! It fixed the following errors for me, among others (in case anyone is trying to google them):
Fatal error: Class 'CI_Flexi_cart_lite' not found
|
Hi, While i am adding items to cart via */lite_library/item_link_examples the check out appears me there is no items to cart. I edited the files as said above. ci_sessions table has no records. Any comment? |
This project is dead. |
Will flexi-cart work with CI3?
The text was updated successfully, but these errors were encountered: