-
There currently is a 0.91 version being developed that uses CI 2.0 and using Modular Seperation instead of Matchbox (for the modules part of it):
-
Thanks for the bug report. I've updated the repo with a fix. The fix was to the file fuel/modules/fuel/controllers/module.php.
-
That's true... there are ways around (you could try putting the query string after a slash and use 2 query string params instead of 1 e.g. https://www.gmvoices.com/asteriskstore/order/?nocache=12345&…
-
Sorry I wasn't a little more specific. Now that I think about it, it wasn't CI that had the cache issue it was IE, but i'm having this problem with all browsers now.
-
I see what you mean, but I guess i'm essentially making a select box, but w/ radio buttons. It's easier to see what I mean by looking at our live site https://www.gmvoices.com/asteriskstore/order
-
OK... I've pushed a fix so it will now ignore cached files if you are logged in and you should see those pencils every time now. The file updated is
-
That seemed to do the trick! I was missing the "no-store" when I was testing the Cache-Control headers earlier. I've updated the repo. Thanks.
-
Hello amkosys. With regards to your questions, you should be able to put any application specific code into your fuel/application directory. It uses CodeIgniter (http://codeigniter.com) as it’s frame…
-
Also, I neglected to point out that there is a 0.91 branch that has a working demo and code examples if you didn't know that already (could quite tell if you were using that branch or not). It uses C…
-
Make sure the assets/images/projects folder is also writable. And it's possible that the sanitize_images option for the projects model may need to be added set to FALSE (by default it is TRUE) in fue…
-
Both issues 1 & 2 should be fixed now and can be downloaded here:
-
OK... that is fixed as well as the issue of accessing /fuel/ (it was missing the fuel/index.php file) on the 0.91 branch. The reason for the error is that CI 2.0 added the Security class which only g…
-
The fixes have been pushed to GitHub for you to test out: