Searched refs:ErrorImage (Results 1 – 6 of 6) sorted by relevance
84 $phpThumb->ErrorImage('Headers already sent ('.basename(__FILE__).' line '.__LINE__.')');144 …$phpThumb->ErrorImage('failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.rea…149 $phpThumb->ErrorImage('Please rename "phpThumb.config.php.default" to "phpThumb.config.php"');152 …$phpThumb->ErrorImage('failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.rea…206 $phpThumb->ErrorImage('ERROR: missing hash');209 $phpThumb->ErrorImage('ERROR: $PHPTHUMB_CONFIG[high_security_password] is not complex enough');212 $phpThumb->ErrorImage('ERROR: invalid hash');244 $phpThumb->ErrorImage('ERROR: no parameters specified');255 …$phpThumb->ErrorImage('only FTP and HTTP/HTTPS protocols are allowed, "'.$protocol_matches[1].'" i…262 $phpThumb->ErrorImage('ERROR: "'.$SourceFilename.'" cannot be read');[all …]
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…[all …]
381 return phpthumb::ErrorImage($ImageCreateFunction.'() does not exist - no GD support?');384 …return phpthumb::ErrorImage('Invalid image dimensions: '.$ImageCreateFunction.'('.$x_size.', '.$y_…
14 class ErrorImage { class
607 ErrorImage::outputErrorImage("File not found", $cacheInfo->getFilename());611 ErrorImage::outputErrorImage("Graph generation failed", $ex->getMessage());
492 * Bugfix: image format now initialized during ErrorImage()624 * Bugfix: ErrorImage no longer fatal to phpThumbDebug1417 * Moved color and font options for ErrorImage() to1451 * ErrorImage() now used for anti-hotlink messages (if