Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php124 public $config_cache_source_directory = null; variable in phpthumb
356 if (!is_dir($this->config_cache_source_directory)) {
357 …$this->ErrorImage('$this->config_cache_source_directory ('.$this->config_cache_source_directory.')…
358 } elseif (!@is_writable($this->config_cache_source_directory)) {
359 …$this->ErrorImage('$this->config_cache_source_directory ('.$this->config_cache_source_directory.')…
361 …'setSourceData() attempting to save source image to "'.$this->config_cache_source_directory.DIRECT…
362 …if ($fp = @fopen($this->config_cache_source_directory.DIRECTORY_SEPARATOR.urlencode($sourceFilenam…
366 …ge('setSourceData() failed to write to source cache ('.$this->config_cache_source_directory.DIRECT…