Home
last modified time | relevance | path

Searched refs:ErrorImage (Results 1 – 6 of 6) sorted by relevance

/plugin/photogallery/phpThumb/
H A DphpThumb.php206 $phpThumb->ErrorImage('ERROR: missing hash');
212 $phpThumb->ErrorImage('ERROR: invalid hash');
244 $phpThumb->ErrorImage('ERROR: no parameters specified');
266 $phpThumb->ErrorImage('&md5s='.$md5s);
290 $phpThumb->ErrorImage($phpThumb->config_nohotlink_text_message);
321 $phpThumb->ErrorImage('no matching data in database.');
357 $phpThumb->ErrorImage('no matching data in database.');
368 $phpThumb->ErrorImage('cannot connect to MySQL server');
374 $phpThumb->ErrorImage('config_mysql_extension not supported');
398 $phpThumb->ErrorImage('Forbidden parameter: '.$key);
[all …]
H A Dphpthumb.class.php703 return $this->ErrorImage('OutputThumbnail() failed - headers already sent');
990 return $this->ErrorImage('$this->sourceFilename and $this->src are both empty');
1004 return $this->ErrorImage('"'.$this->sourceFilename.'" does not exist');
1006 return $this->ErrorImage('"'.$this->sourceFilename.'" is not a file');
4022 $this->ErrorImage(implode("\n", $errormessages));
4043 return $this->ErrorImage('include_once('. __DIR__ .'/phpthumb.bmp.php) failed');
4084 …return $this->ErrorImage('failed to open "'.$this->sourceFilename.'" SourceImageToGD() ['.__LINE__…
4191 return $this->ErrorImage('phpThumbDebug disabled');
4326 return $this->ErrorImage(implode("\n", $DebugOutput), 700, 500, true);
4336 public function ErrorImage($text, $width=0, $height=0, $forcedisplay=false) { function in phpthumb
[all …]
H A Dphpthumb.functions.php381 return phpthumb::ErrorImage($ImageCreateFunction.'() does not exist - no GD support?');
384 …return phpthumb::ErrorImage('Invalid image dimensions: '.$ImageCreateFunction.'('.$x_size.', '.$y_…
/plugin/rrdgraph/inc/
H A Derrorimage.php14 class ErrorImage { class
/plugin/rrdgraph/
H A Dhelper.php607 ErrorImage::outputErrorImage("File not found", $cacheInfo->getFilename());
611 ErrorImage::outputErrorImage("Graph generation failed", $ex->getMessage());
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt492 * Bugfix: image format now initialized during ErrorImage()
624 * Bugfix: ErrorImage no longer fatal to phpThumbDebug
1417 * Moved color and font options for ErrorImage() to
1451 * ErrorImage() now used for anti-hotlink messages (if