Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
DphpThumb.php84 $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 …]
Dphpthumb.class.php357 …$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 …]
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/
Derrorimage.php14 class ErrorImage { class
/plugin/rrdgraph/
Dhelper.php607 ErrorImage::outputErrorImage("File not found", $cacheInfo->getFilename());
611 ErrorImage::outputErrorImage("Graph generation failed", $ex->getMessage());
/plugin/photogallery/phpThumb/docs/
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