Warning!

ErrorException [ Warning ]: file_get_contents(./Generated/2f3a6a5a55cb4caa690f9dcb7192691a/textes/pg_0001.txt): failed to open stream: No such file or directory

APPPATH/views/flipbook/fleepit/ittravailJS.php @ line 57

52        
53        $theContent $document->content;
54        $theDateCreated $document->date_created;
55        
56        if ( $ipage==){
57        $texte=file_get_contents("./Generated/".$folder."/textes/pg_000".$ipage.".txt");
58        $texte=str_replace("<br>"," ",$texte);
59                            // Lancement de PHP summarize
60                    try 
61                    {
62                    $summarizer = new Summarizer($options);

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)