Following your installation guide on http://edmundask.github.com/codeigniter-twiggy/#installation doesn't get your latest files from this GitHub repo. Via the sparks method you don't get this change (#3). The code is still
if(!defined('TWIGGY_ROOT')) define('TWIGGY_ROOT', dirname(__DIR__));
instead of
if(!defined('TWIGGY_ROOT')) define('TWIGGY_ROOT', dirname(dirname(__FILE__)));
Can you fix the sparks zip/files?
Following your installation guide on http://edmundask.github.com/codeigniter-twiggy/#installation doesn't get your latest files from this GitHub repo. Via the sparks method you don't get this change (#3). The code is still
instead of
Can you fix the sparks zip/files?