Warning!

Fuel\Core\PhpErrorException [ Warning ]:
count(): Parameter must be an array or an object that implements Countable

APPPATH/views/template-kaigai/property/rent.php @ line 473

468                            <?php if($route_id != 0):?>
469                            <tr>
470                                <td class="end"><strong><?php echo $routes_j[$route_id?>/echo $stations_j[$station_id?> 駅</strong><br>
471                                    <span class="notes"><?php echo $routes_e[$route_id?> / echo $stations_e[$station_id?>)</span>
472                                    <?php $route_arr[$routes_j[$route_id]] = $building->route_id01;?>
473                                    <?php if( count(@$routestations[$station_id]) >1):?>
474                                    <div class="boxCol-02">
475
476                                        この駅は他に<span class="fCol-01 f14 b"><?php echo count($routestations[$station_id])-1?>つの沿線</span>が利用できます<br>
477                                        <?php foreach( $routestations[$station_id] as $rid=>$val):?>
478                                            <?php if($rid!=$route_id):?>

Backtrace

  1. COREPATH/bootstrap.php @ line 112
    107        include COREPATH.'classes/errorhandler.php';
    108        class_alias('\Fuel\Core\Errorhandler''Errorhandler');
    109        class_alias('\Fuel\Core\PhpErrorException''PhpErrorException');
    110    }
    111
    112    return \Errorhandler::error_handler($severity$message$filepath$line);
    113});
    114
    115function setup_autoloader()
    116{
    117    \Autoloader::add_namespace('Fuel\\Core'COREPATH.'classes/');
    
  2. APPPATH/views/template-kaigai/property/rent.php @ line 473
    468                            <?php if($route_id != 0):?>
    469                            <tr>
    470                                <td class="end"><strong><?php echo $routes_j[$route_id?>/echo $stations_j[$station_id?> 駅</strong><br>
    471                                    <span class="notes"><?php echo $routes_e[$route_id?> / echo $stations_e[$station_id?>)</span>
    472                                    <?php $route_arr[$routes_j[$route_id]] = $building->route_id01;?>
    473                                    <?php if( count(@$routestations[$station_id]) >1):?>
    474                                    <div class="boxCol-02">
    475
    476                                        この駅は他に<span class="fCol-01 f14 b"><?php echo count($routestations[$station_id])-1?>つの沿線</span>が利用できます<br>
    477                                        <?php foreach( $routestations[$station_id] as $rid=>$val):?>
    478                                            <?php if($rid!=$route_id):?>
    
  3. COREPATH/classes/view.php @ line 258
    253            ob_start();
    254
    255            try
    256            {
    257                // Load the view within the current scope
    258                include $__file_name;
    259            }
    260            catch (\Exception $e)
    261            {
    262                // Delete the output buffer
    263                ob_end_clean();
    
  4. COREPATH/classes/view.php @ line 274
    269            // Get the captured output and close the buffer
    270            return ob_get_clean();
    271        };
    272
    273        // import and process the view file
    274        $result $clean_room($file_override ?: $this->file_name$data $this->get_data());
    275
    276        // disable sanitization on objects that support it
    277        $this->unsanitize($data);
    278
    279        // return the result
    
  5. COREPATH/classes/view.php @ line 680
    675        {
    676            throw new \FuelException('You must set the file to use within your view before rendering');
    677        }
    678
    679        // combine local and global data and capture the output
    680        $return $this->process_file();
    681
    682        // restore the current language setting
    683        $this->active_language and \Config::set('language'$current_language);
    684
    685        // and the active request class
    
  6. COREPATH/base.php @ line 194
    189 */
    190if ( ! function_exists('render'))
    191{
    192    function render($view$data null$auto_filter null)
    193    {
    194        return \View::forge($view$data$auto_filter)->render();
    195    }
    196}
    197
    198/**
    199 A wrapper function for Lang::get()
    
  7. APPPATH/views/template-kaigai/templategeneral.php @ line 14
     9if(!$printparam){
    10    include $include_ssi_dir."/ssi/header.php";
    11}
    12?>
    13
    14<?php echo render($mainview); ?>
    15
    16<?$footertext=""?>
    17
    18<?php
    19if(!$printparam){
    
  8. COREPATH/classes/view.php @ line 258
    253            ob_start();
    254
    255            try
    256            {
    257                // Load the view within the current scope
    258                include $__file_name;
    259            }
    260            catch (\Exception $e)
    261            {
    262                // Delete the output buffer
    263                ob_end_clean();
    
  9. COREPATH/classes/view.php @ line 274
    269            // Get the captured output and close the buffer
    270            return ob_get_clean();
    271        };
    272
    273        // import and process the view file
    274        $result $clean_room($file_override ?: $this->file_name$data $this->get_data());
    275
    276        // disable sanitization on objects that support it
    277        $this->unsanitize($data);
    278
    279        // return the result
    
  10. COREPATH/classes/view.php @ line 680
    675        {
    676            throw new \FuelException('You must set the file to use within your view before rendering');
    677        }
    678
    679        // combine local and global data and capture the output
    680        $return $this->process_file();
    681
    682        // restore the current language setting
    683        $this->active_language and \Config::set('language'$current_language);
    684
    685        // and the active request class
    
  11. COREPATH/classes/view.php @ line 227
    222     */
    223    public function __toString()
    224    {
    225        try
    226        {
    227            return $this->render();
    228        }
    229        catch (\Exception $e)
    230        {
    231            \Errorhandler::exception_handler($e);
    232
    
  12. APPPATH/views/template-kaigai/templatebase.php @ line 86
    81</head>
    82
    83
    84
    85<!-- main start -->
    86<?php echo $wrap?>
    87<!-- main end -->
    88
    89</html>
    
  13. COREPATH/classes/view.php @ line 258
    253            ob_start();
    254
    255            try
    256            {
    257                // Load the view within the current scope
    258                include $__file_name;
    259            }
    260            catch (\Exception $e)
    261            {
    262                // Delete the output buffer
    263                ob_end_clean();
    
  14. COREPATH/classes/view.php @ line 274
    269            // Get the captured output and close the buffer
    270            return ob_get_clean();
    271        };
    272
    273        // import and process the view file
    274        $result $clean_room($file_override ?: $this->file_name$data $this->get_data());
    275
    276        // disable sanitization on objects that support it
    277        $this->unsanitize($data);
    278
    279        // return the result
    
  15. COREPATH/classes/view.php @ line 680
    675        {
    676            throw new \FuelException('You must set the file to use within your view before rendering');
    677        }
    678
    679        // combine local and global data and capture the output
    680        $return $this->process_file();
    681
    682        // restore the current language setting
    683        $this->active_language and \Config::set('language'$current_language);
    684
    685        // and the active request class
    
  16. COREPATH/classes/view.php @ line 227
    222     */
    223    public function __toString()
    224    {
    225        try
    226        {
    227            return $this->render();
    228        }
    229        catch (\Exception $e)
    230        {
    231            \Errorhandler::exception_handler($e);
    232
    
  17. COREPATH/classes/response.php @ line 382
    377     *
    378     * @return  string
    379     */
    380    public function __toString()
    381    {
    382        return (string) $this->body;
    383    }
    384}
    
  18. DOCROOT/index.php @ line 192
    187catch (HttpServerErrorException $e)
    188{
    189    $response $routerequest('_500_'$e);
    190}
    191
    192$response->body((string) $response);
    193
    194/**
    195 * -----------------------------------------------------------------------------
    196 *  Start profiling
    197 * -----------------------------------------------------------------------------
    

Prior Contents (show)