Error!

ErrorException [ Error ]: Class 'Model_M_City' not found

APPPATH/classes/controller/shop.php @ line 144

139
140        $this->page_data['tb_shops'] = Model_Tb_Shop::get_list($params);
141        $this->page_data['m_area'] = Model_M_Area::find($tb_shop->areas_id);
142
143        if($tb_shop->cities_id){
144            $this->page_data['m_city'] = Model_M_City::find($tb_shop->cities_id);
145        }
146
147        //近隣ホテル情報(住所入力がある場合)
148        if($tb_shop->v_address && $tb_shop->fl_lat && $tb_shop->fl_lon){
149

Backtrace

  1. COREPATH/bootstrap.php @ line 63
    58            \Cli::error("Error: ".$e->getMessage()." in ".$e->getFile()." on ".$e->getLine());
    59            \Cli::beep();
    60            exit(1);
    61        }
    62    }
    63    return Fuel\Core\Error::shutdown_handler();
    64});
    65
    66set_exception_handler(function (\Exception $e)
    67{
    68    // reset the autoloader
    

Prior Contents (show)