Lines Matching refs:errors
147 …$this->errors[] = sprintf( $this->getLang('rp_msg_file_conflict'), '<a href="'. wl($opts['newpage'…
219 $this->errors[] = $this->getLang('rp_msg_unconfirmed');
223 $this->errors[] = $this->getLang('rp_msg_old_empty');
225 $this->errors[] = sprintf( $this->getLang('rp_msg_old_noexist'), $opts['oldpage'] );
227 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['oldpage'] );
229 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['oldpage'] );
233 $this->errors[] = $this->getLang('rp_msg_auth_nr');
236 $this->errors[] = $this->getLang('rp_msg_new_empty');
238 …$this->errors[] = sprintf( $this->getLang('rp_msg_new_exist'), '<a href="'. wl($opts['newpage']) .…
240 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['newpage'] );
242 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['newpage'] );
245 if (!$this->errors) {
257 if (!$this->errors) {
286 if ($this->errors) {
287 foreach ($this->errors as $error) msg( $error, -1 );
301 $this->errors[] = $this->getLang('dp_msg_unconfirmed');
305 $this->errors[] = $this->getLang('dp_msg_old_empty');
307 $this->errors[] = sprintf( $this->getLang('dp_msg_auth'), $opts['oldpage'] );
310 if (!$this->errors) {
320 if ($this->errors) {
321 foreach ($this->errors as $error) msg( $error, -1 );