Error!

ErrorException [ Error ]: Class 'Model_M_City' not found

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

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

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)