Lines Matching refs:ErrorImage

357 …$this->ErrorImage('$this->config_cache_source_directory ('.$this->config_cache_source_directory.')…
359 …$this->ErrorImage('$this->config_cache_source_directory ('.$this->config_cache_source_directory.')…
366 …$this->ErrorImage('setSourceData() failed to write to source cache ('.$this->config_cache_source_d…
703 return $this->ErrorImage('OutputThumbnail() failed - headers already sent');
990 return $this->ErrorImage('$this->sourceFilename and $this->src are both empty');
1001 …return $this->ErrorImage('only FTP and HTTP/HTTPS protocols are allowed, "'.$protocol_matches[1].'…
1004 return $this->ErrorImage('"'.$this->sourceFilename.'" does not exist');
1006 return $this->ErrorImage('"'.$this->sourceFilename.'" is not a file');
1109 …$this->ErrorImage('$this->config_cache_directory ('.$this->config_cache_directory.') cannot be use…
1139 …$this->ErrorImage('$this->config_cache_directory ('.$this->config_cache_directory.') does not exis…
1397 …return $this->ErrorImage('phpthumb_functions::ApacheLookupURIarray() failed for "'.$filename.'". T…
1429 …return $this->ErrorImage('phpthumb_functions::ApacheLookupURIarray() failed for "'.dirname(@$_SERV…
2474 …return $this->ErrorImage('Invalid hex color string "'.$this->config_background_hexcolor.'" for par…
2627 …$this->ErrorImage('AntiOffsiteLinking() - "'.@$parsed_url['host'].'" is NOT in $this->config_nooff…
2651 …return $this->ErrorImage('Invalid hex color string "'.$this->config_error_bgcolor.'" for $this->co…
2654 …return $this->ErrorImage('Invalid hex color string "'.$this->config_error_textcolor.'" for $this->…
2658 …return $this->ErrorImage($this->config_nooffsitelink_text_message, $this->thumbnail_width, $this->…
2783 …return $this->ErrorImage('Invalid hex color string "'.$this->config_background_hexcolor.'" for par…
3444 …return $this->ErrorImage('Invalid hex color string "'.$this->config_background_hexcolor.'" for par…
3573 …return $this->ErrorImage('Failed - $this->ImageCreateFromStringReplacement($this->exif_thumbnail_d…
3882 …return $this->ErrorImage('Source image is too large ('.$this->source_width.'x'.$this->source_heigh…
3885 …return $this->ErrorImage('$this->md5s != md5($this->rawImageData)'."\n".'"'.$this->md5s.'" != '."\…
3906 …return $this->ErrorImage('$this->md5s != md5(sourceFilename)'."\n".'"'.$this->md5s.'" != '."\n".'"…
4022 $this->ErrorImage(implode("\n", $errormessages));
4043 return $this->ErrorImage('include_once('. __DIR__ .'/phpthumb.bmp.php) failed');
4059 …return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick failed on BMP source conversio…
4068 …return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick failed on TIFF source conversi…
4084 …return $this->ErrorImage('failed to open "'.$this->sourceFilename.'" SourceImageToGD() ['.__LINE__…
4087 …return $this->ErrorImage('Unable to create image, neither filename nor image data suppplied in Sou…
4090 …return $this->ErrorImage('Neither GD nor ImageMagick seem to be installed on this server. At least…
4092 …return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick failed on WMF source conversio…
4094 …return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick and GhostScript are both requi…
4096 …return $this->ErrorImage('Image (JPEG) is too large for PHP-GD memory_limit, please install ImageM…
4098 …return $this->ErrorImage('Image (PNG) is too large for PHP-GD memory_limit, please install ImageMa…
4100 …return $this->ErrorImage('Image (GIF) is too large for PHP-GD memory_limit, please install ImageMa…
4102 …return $this->ErrorImage('Unknown image type identified by "'.$HeaderFourBytes.'" ('.phpthumb_func…
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
4541 return $this->ErrorImage($ErrorMessage);