Mike Mullins Connect Group

Meets every week on Tuesday at 6:30pm

Faith Church 3830 Narrows road Erlanger KY

Mike's group meets every Tuesday evening in the lower level meeting room at the church.

Mike Mullins Connect Group
Keith Turner
Group Leader

Cache_Exception [ 0 ]: Kohana_Cache_Redis::__construct Redis PHP extension not loaded!

MODPATH/cache/classes/Kohana/Cache/Redis.php [ 42 ]

37     public function __construct(array $config)
38     {
39         if ( ! extension_loaded('redis'))
40         {
41             // @codeCoverageIgnoreStart
42             throw new Cache_Exception(__METHOD__.' Redis PHP extension not loaded!');
43             // @codeCoverageIgnoreEnd
44         }
45 
46         parent::__construct($config);
47 
  1. MODPATH/cache/classes/Kohana/Cache.php [ 147 ] » Kohana_Cache_Redis->__construct(arguments)

  2. APPPATH/classes/General.php [ 9 ] » Kohana_Cache::instance(arguments)

  3. APPPATH/views/include-templates/2.0/footer1.php [ 257 ] » General->memcacheGet(arguments)

  4. MODPATH/commonusersite/classes/Kohana/View.php [ 85 ] » include(arguments)

  5. MODPATH/commonusersite/classes/Kohana/View.php [ 382 ] » Kohana_View::capture(arguments)

  6. MODPATH/commonusersite/classes/Kohana/View.php [ 259 ] » Kohana_View->render()

  7. APPPATH/views/site-templates/2.0/ezra/template-page.php [ 4 ] » Kohana_View->__toString()

  8. MODPATH/commonusersite/classes/Kohana/View.php [ 85 ] » include(arguments)

  9. MODPATH/commonusersite/classes/Kohana/View.php [ 382 ] » Kohana_View::capture(arguments)

  10. MODPATH/commonusersite/classes/Kohana/View.php [ 259 ] » Kohana_View->render()

  11. {PHP internal call} » Kohana_View->__toString()

  12. MODPATH/commonusersite/classes/HTMLmin.php [ 71 ] » trim(arguments)

  13. MODPATH/commonusersite/classes/HTMLmin.php [ 44 ] » HTMLmin->__construct(arguments)

  14. APPPATH/classes/Controller/Site.php [ 1005 ] » HTMLmin::minify(arguments)

  15. APPPATH/classes/Controller/groups.php [ 16 ] » Controller_Site->after()

  16. SYSPATH/classes/Kohana/Controller.php [ 105 ] » Controller_groups->after()

  17. {PHP internal call} » Kohana_Controller->execute()

  18. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 99 ] » ReflectionMethod->invoke(arguments)

  19. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  20. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  21. DOCROOT/sites/index.php [ 117 ] » Kohana_Request->execute()

Environment