Notice!

ErrorException [ Notice ]: Undefined variable: titleconftempo

APPPATH/views/flipbook/gallery.php @ line 236

231                        }
232                        if (isset($outconf[0][7])){
233                        $valid=str_replace(array("<",";"),array("",""),$outconf[0][7]);
234                        }
235                        }
236                        if ( $titleconftempo != "Supprimer le Flipbook" && $valid=="oui" && $titleconftempo == "Premium" ){
237                            
238                            $TitreHaut="";
239                            $description="";
240                            $keywords="";
241                            $content="";                            

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 76
    71
    72<?php exit; } ?>
    73<?php
    74if ( $type == 'Gallery' ) { ?>
    75
    76<?php echo $content?>
    77
    78<?php exit; } ?>
    79<?php if (Lang::get('homepage_name')=="thefourmula"  ){ ?>  
    80<?php 
    81echo $content;
    
  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)