Warning!

ErrorException [ Warning ]: file_get_contents(http://127.0.0.1:8080/solr4/automated_search_tmp8/select?q="scie"&fq=-(keywords:private)&bq=(url:*catalog*)&bq=(url:*katalog*)&bq=(keywords:image)&version=2.2&fq=-(keywords:*themis*)&fq=-(keywords:*departements*)&start=0&rows=10&qt=dismax&indent=on&fl=*%2Cscore&qs=40&wt=phps&group=true&group.field=idpdf&group.limit=2):

APPPATH/classes/controller/flipbook.php @ line 42151

42146        $filter str_replace(" ","%20",trim(Input::get('f')));
42147        $societe str_replace(" ","%20",trim(Input::get('s')));
42148        $keyword str_replace(array("%20","+","-"),array(" "," "," "),trim(Input::get('q')));
42149        $theme str_replace(" ","%20",trim(Input::get('t')));
42150
42151        $serializedResult file_get_contents($config['searchquery'] . "/select?q=\""$recherche"\"&fq=-(keywords:private)&bq=(url:*catalog*)&bq=(url:*katalog*)&bq=(keywords:image)&version=2.2&fq=-(keywords:*themis*)&fq=-(keywords:*departements*)&start=".$limit."&rows=10&qt=dismax&indent=on&fl=*%2Cscore&qs=40&wt=phps&group=true&group.field=idpdf&group.limit=2");
42152        $data['search'] = unserialize($serializedResult);
42153        $data['keyword'] = $keyword;
42154        $data['theme'] = $theme;
42155
42156        $this->template->title $keyword." - ".Lang::get('search_entete')." ".str_replace(array("%20","-"),array(" "," "),ucwords($theme))." - Fleepit";

Backtrace

  1. COREPATH/bootstrap.php @ line 46
    41set_exception_handler(function (\Exception $e)
    42{
    43    // reset the autoloader
    44    \Autoloader::_reset();
    45
    46    return \Error::exception_handler($e);
    47});
    48
    49set_error_handler(function ($severity$message$filepath$line)
    50{
    51    // reset the autoloader
    

Prior Contents (show)