Lines Matching refs:errors

634   var $errors              = array();  variable in pfcGlobalConfig
652 …$this->errors[] = _pfc("'%s' parameter is mandatory by default use '%s' value", "serverid", "md5(_…
699 …$this->errors[] = _pfc("Error: undefined or obsolete parameter '%s', please correct or remove this…
701 …$this->errors[] = _pfc("Error: '%s' is a private parameter, you are not allowed to change it", $k);
785 $this->errors[] = _pfc("'%s' parameter must be an array", $ap);
791 $this->errors[] = _pfc("'%s' parameter must be a positive number", $npp);
797 $this->errors[] = _pfc("'%s' parameter must be a boolean", $bp);
803 $this->errors[] = _pfc("'%s' parameter must be a charatere string", $sp);
824 $this->errors = array_merge($this->errors, check_functions_exist($f_list));
827 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path, "data_priv…
828 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path."/cache", "…
845 …if (!file_exists($f_dst)) $this->errors[] = _pfc("%s doesn't exist, data_public_path cannot be ins…
863 $this->errors[] = _pfc("%s doesn't exist", $filetotest);
883 $this->errors[] = _pfc("%s doesn't exist", $filetotest);
899 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/default');
905 $this->errors[] = _pfc("cannot copy %s in %s",
915 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/'.$this->theme);
921 $this->errors[] = _pfc("cannot copy %s in %s",
935 $this->errors = array_merge($this->errors, $ct_errors);
940 …$this->errors[] = _pfc("'%s' parameter is not valid. Available values are : '%s'", "language", imp…
981 $this->errors[] = _pfc("'%s' directory doesn't exist", $this->proxies_path);
994 $this->is_init = (count($this->errors) == 0);
1004 return $this->errors;
1093 $errors =& $this->getErrors();
1094 if (count($errors) == 0)