Warning!

ErrorException [ Warning ]: file_get_contents(./Generated/18233464dd1bd249c7ffa675a450bfea/nomedit.txt): failed to open stream: No such file or directory

APPPATH/views/flipbook/fleepit/itcomposerJS.php @ line 31

26}else{
27    ?>
28    <body style="width:760px !important;" onload="size_screen();">
29    <?php
30    
31    $intro=file_get_contents("./Generated/".$folder."/nomedit.txt");
32
33    
34    require_once ("/home/www/tulipe.fleepit.com/htdocs/fuel/fleepit/fuel/app/scripts/Summarizer.php");
35                                //Options pour PHP summarize
36                            $options = array(

Backtrace

  1. COREPATH/classes/view.php @ line 211
    206        {
    207            return $this->render();
    208        }
    209        catch (\Exception $e)
    210        {
    211            \Error::exception_handler($e);
    212
    213            return '';
    214        }
    215    }
    216
    
  2. APPPATH/views/template.php @ line 2552
    2547
    2548<?php ?>
    2549
    2550<?php if ( $title != Lang::get('homepage_title') && ( $type != "Finance") && ( $type != "Financesite") && ( $type != "sommaire" )) { ?>
    2551
    2552<?php echo $content; exit; ?>
    2553
    2554<?php ?>
    2555
    2556<?php if ( $title != Lang::get('homepage_title') && (( $type == "Finance") || ( $type == "Financesite")) ) { ?>
    2557
    
  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. DOCROOT/index.php @ line 84
    79$response->body(
    80    str_replace(
    81        array('{exec_time}''{mem_usage}'),
    82        array(round($bm[0], 4), round($bm[1] / pow(10242), 3)),
    83        $response->body()
    84    )
    85);
    86
    87$response->send(true);
    

Prior Contents (show)