The server was bare bones with the same OS as the source. The PHP and Web server and MySql files were all copied from the source so their settings were all the same anyway.
Other than the cache directories, is there any other directory that requir…
Thanks for your reply.
1. Yes, we cleared the cache, and even deleted any cache files from both assets/cache and application/cache. We even increased the write permissions on these directories, including tmp. Is there any other directory that re…
That didn't work either (others have had this issue with CI). Maybe I am approaching this the wrong way. All I want to do is to stayed logged in to the CMS (fuelified) after closing the browser. Is there a setting for this?
I would also like to implement this. Basically for custom modules, something like a shopping cart model. Where you have one shopping_cart table, but multiple users can add to and view only their shopping cart, so the shopping_cart table would have…