Error [ 0 ]: Call to a member function get_rulers() on null

APPPATH/classes/Helper/Coin.php [ 3498 ]

3493     {
3494         $cauth = new Model_CAuth;
3495         $user = $cauth->get_curr_user();
3496 
3497         $rulers = '';
3498         if ($coin->get_rulers()) {
3499             foreach ($coin->get_rulers() as $key => $ruler) {
3500                 if (is_object($ruler)) $rulers .= ($rulers != '') ? ', ' . $ruler->get_name() : $ruler->get_name();
3501             }
3502         }
3503 
  1. APPPATH/classes/Helper/UserCollection.php [ 105 ] » Helper_Coin::get_snippet(arguments)

  2. APPPATH/classes/Helper/UserCollection.php [ 135 ] » Helper_UserCollection::getWishlistCoinInfo(arguments)

  3. APPPATH/classes/Controller/Collection.php [ 350 ] » Helper_UserCollection::getWishlistCoinsInfo(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Collection->action_wishlist()

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

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

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

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

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

Environment