Notice!

Fuel\Core\PhpErrorException [ Notice ]:
Undefined index: rank

APPPATH/views/template/sidebar1.php @ line 3

0
1<!-- 連想配列の最初のキーを取得 -->
2<?php $key null;  if(is_array($view_data)) $key Common::firstKey($view_data);
3$current_c1sort_id null; if(is_array($view_data)) $current_c1sort_id = (int)$view_data[$key]['rank'];
4?>
5
6
7<?php if(mb_strstr(Uri::main(), 'mypage')){ ?>
8    <section class="panel panel-white" style="padding:10px; border:1px solid #eee;">

Backtrace

  1. COREPATH/bootstrap.php @ line 109
    104        include COREPATH.'classes/error.php';
    105        class_alias('\Fuel\Core\Error''Error');
    106        class_alias('\Fuel\Core\PhpErrorException''PhpErrorException');
    107    }
    108
    109    return \Error::error_handler($severity$message$filepath$line);
    110});
    111
    112function setup_autoloader()
    113{
    114    Autoloader::add_namespace('Fuel\\Core'COREPATH.'classes/');
    
  2. APPPATH/views/template/sidebar1.php @ line 3
    0
    1<!-- 連想配列の最初のキーを取得 -->
    2<?php $key null;  if(is_array($view_data)) $key Common::firstKey($view_data);
    3$current_c1sort_id null; if(is_array($view_data)) $current_c1sort_id = (int)$view_data[$key]['rank'];
    4?>
    5
    6
    7<?php if(mb_strstr(Uri::main(), 'mypage')){ ?>
    8    <section class="panel panel-white" style="padding:10px; border:1px solid #eee;">
    
  3. COREPATH/classes/view.php @ line 240
    235            ob_start();
    236
    237            try
    238            {
    239                // Load the view within the current scope
    240                include $__file_name;
    241            }
    242            catch (\Exception $e)
    243            {
    244                // Delete the output buffer
    245                ob_end_clean();
    
  4. COREPATH/classes/view.php @ line 254
    249            }
    250
    251            // Get the captured output and close the buffer
    252            return ob_get_clean();
    253        };
    254        return $clean_room($file_override ?: $this->file_name$this->get_data());
    255    }
    256
    257    /**
    258     Retrieves all the databoth local and global.  It filters the data if
    259     necessary.
    
  5. COREPATH/classes/view.php @ line 565
    560        {
    561            throw new \FuelException('You must set the file to use within your view before rendering');
    562        }
    563
    564        // combine local and global data and capture the output
    565        $return $this->process_file();
    566
    567        // restore the current language setting
    568        $this->active_language and \Config::set('language'$current_language);
    569
    570        // and the active request class
    
  6. COREPATH/classes/view.php @ line 207
    202     */
    203    public function __toString()
    204    {
    205        try
    206        {
    207            return $this->render();
    208        }
    209        catch (\Exception $e)
    210        {
    211            \Error::exception_handler($e);
    212
    
  7. APPPATH/views/search/contents1_detail4.php @ line 83
    78                            </div><!-- end .col -->
    79                            
    80                            <!-- Sidebar -->
    81                            <div class="col-lg-3 col-md-3 col-sm-3 sidebar" style="padding:15px;">
    82                            
    83                                <?php echo $sidebar?>
    84                                
    85                            </div>
    86                            <!-- End Sidebar -->
    87                            
    88                        </section>                    
    
  8. COREPATH/classes/view.php @ line 240
    235            ob_start();
    236
    237            try
    238            {
    239                // Load the view within the current scope
    240                include $__file_name;
    241            }
    242            catch (\Exception $e)
    243            {
    244                // Delete the output buffer
    245                ob_end_clean();
    
  9. COREPATH/classes/view.php @ line 254
    249            }
    250
    251            // Get the captured output and close the buffer
    252            return ob_get_clean();
    253        };
    254        return $clean_room($file_override ?: $this->file_name$this->get_data());
    255    }
    256
    257    /**
    258     Retrieves all the databoth local and global.  It filters the data if
    259     necessary.
    
  10. COREPATH/classes/view.php @ line 565
    560        {
    561            throw new \FuelException('You must set the file to use within your view before rendering');
    562        }
    563
    564        // combine local and global data and capture the output
    565        $return $this->process_file();
    566
    567        // restore the current language setting
    568        $this->active_language and \Config::set('language'$current_language);
    569
    570        // and the active request class
    
  11. COREPATH/classes/view.php @ line 207
    202     */
    203    public function __toString()
    204    {
    205        try
    206        {
    207            return $this->render();
    208        }
    209        catch (\Exception $e)
    210        {
    211            \Error::exception_handler($e);
    212
    
  12. APPPATH/views/template/template_1col.php @ line 9
     4    <div id="page" class="container">    
     5    
     6        <div class="row">
     7        
     8            <div class="col-lg-12">
     9                <?php echo $main?>
    10            </div><!-- .col -->
    11        
    12        </div><!-- .row -->
    13        
    14    </div><!-- end #page -->
    
  13. COREPATH/classes/view.php @ line 240
    235            ob_start();
    236
    237            try
    238            {
    239                // Load the view within the current scope
    240                include $__file_name;
    241            }
    242            catch (\Exception $e)
    243            {
    244                // Delete the output buffer
    245                ob_end_clean();
    
  14. COREPATH/classes/view.php @ line 254
    249            }
    250
    251            // Get the captured output and close the buffer
    252            return ob_get_clean();
    253        };
    254        return $clean_room($file_override ?: $this->file_name$this->get_data());
    255    }
    256
    257    /**
    258     Retrieves all the databoth local and global.  It filters the data if
    259     necessary.
    
  15. COREPATH/classes/view.php @ line 565
    560        {
    561            throw new \FuelException('You must set the file to use within your view before rendering');
    562        }
    563
    564        // combine local and global data and capture the output
    565        $return $this->process_file();
    566
    567        // restore the current language setting
    568        $this->active_language and \Config::set('language'$current_language);
    569
    570        // and the active request class
    
  16. COREPATH/classes/view.php @ line 207
    202     */
    203    public function __toString()
    204    {
    205        try
    206        {
    207            return $this->render();
    208        }
    209        catch (\Exception $e)
    210        {
    211            \Error::exception_handler($e);
    212
    
  17. COREPATH/classes/response.php @ line 355
    350     *
    351     * @return  string
    352     */
    353    public function __toString()
    354    {
    355        return (string) $this->body;
    356    }
    357}
    
  18. DOCROOT/index.php @ line 81
    76        throw $e;
    77    }
    78}
    79
    80// Render the output
    81$response->body((string) $response);
    82
    83// This will add the execution time and memory usage to the output.
    84// Comment this out if you don't use it.
    85if (strpos($response->body(), '{exec_time}') !== false or strpos($response->body(), '{mem_usage}') !== false)
    86{
    

Prior Contents (show)