Lines Matching refs:setMessage

121   function setMessage($message) {  function in CheckSimple
220 $this->setMessage('Native XML DOM extension found');
226 …$this->setMessage('No native XML DOM extension found, falling back to Active-State DOM XML. Note t…
231 $this->setMessage('No XML DOM extension found');
257 …$this->setMessage('Missing Curl extension. Script will use pure-PHP fallback (allow_url_fopen=On i…
266 $this->setMessage(sprintf('Found Curl extension version %s.', $version['version']));
287 …$this->setMessage('Missing GD extension. Please refer to <a href="http://php.net/gd">PHP.net instr…
305 $this->setMessage("GD version 2.0.1+ required for 'imagecreatetruecolor' function to work");
309 $this->setMessage("Found GD version $gd_version.");
353 …$this->setMessage('<a href="http://php.net/filesystem">allow_url_fopen</a> is disabled. You will n…
357 $this->setMessage('allow_url_fopen is enabled');
381 $this->setMessage('pcre.backtrack_limit is not available in PHP prior to 5.2.0');
388 …$this->setMessage(sprintf('<a href="http://php.net/filesystem">pcre.backtrack_limit</a> is set to …
393 $this->setMessage('pcre.backtrack_limit is greater than 1,000,000');
417 $this->setMessage("'cache' subdirectory is missing");
423 $this->setMessage("'cache' subdirectory is not readable");
429 $this->setMessage("'cache' subdirectory is not writable");
435 $this->setMessage("'cache' subdirectory is not executable");
440 $this->setMessage("'cache' subdirectory is fully accessible to the script");
459 $this->setMessage("'out' subdirectory is missing");
465 $this->setMessage("'out' subdirectory is not readable");
471 $this->setMessage("'out' subdirectory is not writable");
477 $this->setMessage("'out' subdirectory is not executable");
482 $this->setMessage("'out' subdirectory is fully accessible to the script");
501 $this->setMessage("'temp' subdirectory is missing");
507 $this->setMessage("'temp' subdirectory is not readable");
513 $this->setMessage("'temp' subdirectory is not writable");
519 $this->setMessage("'temp' subdirectory is not executable");
524 $this->setMessage("'temp' subdirectory is fully accessible to the script");
547 $this->setMessage("'fonts' subdirectory is missing");
553 $this->setMessage("'fonts' subdirectory is not readable");
559 $this->setMessage("'fonts' subdirectory is not executable");
564 $this->setMessage("'fonts' subdirectory is readable and executable by the script");
583 …$this->setMessage("Type1 fonts directory (".TYPE1_FONTS_REPOSITORY.") is missing. You will not be …
589 …$this->setMessage("Type1 fonts directory (".TYPE1_FONTS_REPOSITORY.") is not readable. You will no…
595 …$this->setMessage("Type1 fonts directory (".TYPE1_FONTS_REPOSITORY.") is not executable. You will …
600 $this->setMessage("Type1 fonts directory is readable and executable by the script");
640 $this->setMessage($message);
679 $this->setMessage($message);
703 …$this->setMessage('Missing GD extension. Please refer to <a href="http://php.net/gd">PHP.net instr…
709 … $this->setMessage("No ".$this->_getFormatName()." support, some images will not be displayed");
713 $this->setMessage($this->_getFormatName()." support enabled");