Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 64) sorted by path

123

/dokuwiki/bin/
H A Ddwpage.php284 $this->error("Page $wiki_id is already locked by another user");
291 $this->error("Unable to obtain lock for $wiki_id ");
308 $this->error("Page $wiki_id is locked by another user");
315 $this->error("Unable to clear lock for $wiki_id");
331 $this->error("Unable to delete $wikiLockFN");
H A Dgittool.php122 $this->error("could not find a repository for $ext");
133 if ($errors) $this->error('failed to clone the following extensions: ' . implode(', ', $errors));
165 if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
184 $this->error("Could not change into $repo");
195 $this->error("git failed in $repo");
227 $this->error("no download URL for $ext");
236 $this->error($e->getMessage());
270 $this->error("cloning of $ext failed");
292 $this->error('Found no .git directories');
/dokuwiki/inc/Action/
H A DPreview.php44 foreach ($errors as $error) {
45 msg(hsc($error), -1);
/dokuwiki/inc/
H A DAjax.php291 if (isset($_FILES['qqfile']['error']) && $_FILES['qqfile']['error']) unset($_FILES['qqfile']);
305 $error = '';
308 $error .= $msg['msg'];
311 $result = ['error' => $error, 'ns' => $NS];
H A DErrorHandler.php15 * Standard error codes used in PHP errors
37 * Register the default error handling
54 * The exception is logged to the error log
62 $msg = 'An unforeseen error has occured. This is most likely a bug somewhere.';
65 ? 'More info has been written to the DokuWiki error log.'
85 * Convenience method to display an error message for the given Exception
93 if (self::logException($e)) $msg .= '<br />More info is available in the error log.';
102 $error = error_get_last();
103 // Check if it's a core/fatal error, otherwise it's a normal shutdown
105 $error !
[all...]
H A DFeedParserFile.php34 $this->error = $this->http->error;
H A DLogger.php12 public const LOG_ERROR = 'error';
55 * Convenience method to directly log to the error log
63 public static function error($message, $details = null, $file = '', $line = 0) function in dokuwiki\\Logger
H A Dinfoutils.php60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error);
372 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
382 -1 => 'error',
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php263 } //error state
663 Logger::error($msg, $details, $this->getFilename());
/dokuwiki/inc/File/
H A DPageFile.php242 Logger::error($msg, $details, $fileLastMod);
244 // runtime error
/dokuwiki/inc/HTTP/
H A DHTTPClient.php37 // don't set these, read on error variable in dokuwiki\\HTTP\\HTTPClient
38 public $error;
82 * Returns the wanted page or false on an error;
86 * @return false|string response body, false on error
101 * Returns the wanted page or false on an error.
109 * @return false|string response body, false on error
127 * Returns the resulting page or false on an error;
131 * @return false|string response body, false on error
161 $this->error = '';
205 $this->error
[all...]
/dokuwiki/inc/Remote/IXR/
H A DClient.php51 $this->handleError(-32300, 'transport error - ' . $this->httpClient->error);
57 $this->handleError(-32300, 'transport error - HTTP status ' . $this->httpClient->status);
64 // XML error
65 return $this->handleError(-32700, 'Parse error. Message not well formed');
/dokuwiki/inc/Sitemap/
H A DMapper.php166 if ($http->error) {
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/dokuwiki/inc/lang/ca-valencia/
H A Dread.txt1 Esta pàgina és només de llectura. Pot vore el còdic font, pero no pot canviar-lo. Pregunte a l'administrador si creu que és un error.
/dokuwiki/inc/lang/ca/
H A Dread.txt1 Aquesta pàgina és només de lectura. Podeu veure'n el codi font, però no podeu canviar-la. Consulteu el vostre administrador si penseu que això és degut a algun error.
/dokuwiki/inc/parser/
H A Dxhtml.php1406 $this->doc .= '<!--' . hsc($feed->error) . '-->';
/dokuwiki/
H A Dinstall.php23 // check for error reporting override or set error reporting to sane values
41 $error = [];
314 global $error;
333 $error[] = sprintf($lang['i_badval'], $lang['i_wikiname']);
338 $error[] = sprintf($lang['i_badval'], $lang['i_superuser']);
342 $error[] = sprintf($lang['i_badval'], $lang['pass']);
345 $error[] = sprintf($lang['i_badval'], $lang['passchk']);
349 $error[] = sprintf($lang['i_badval'], $lang['fullname']);
353 $error[]
44 $error = array(); global() variable
[all...]
/dokuwiki/lib/exe/
H A Dcss.php202 * most of this function is error handling to show a nice useful error when
243 $error = 'A fatal error occured during compilation of the CSS files. ' .
248 content: '$error';
H A Dxmlrpc.php18 $server->error($e->getCode(), $e->getMessage());
/dokuwiki/lib/plugins/authplain/
H A Dauth.php123 * Returns false if the user already exists, null when an error
219 msg('There was an error modifying your user data. You may need to register again.', -1);
449 Logger::error('User line with less than 5 fields. Possibly corruption in your user file', $data);
/dokuwiki/lib/plugins/config/
H A Dadmin.php63 msg($this->getLang('error'), -1);
68 msg($this->getLang('error'), -1);
132 $error = $setting->hasError()
133 ? ' class="value error"'
145 echo '<td' . $error . '>' . $input . '</td>';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php26 protected $error = false; // only used by those classes which error check
27 protected $input; // only used by those classes which error check
88 $this->error = true;
194 * @param bool $echo true: show inputted value, when error occurred, otherwise the stored setting
204 } elseif ($echo && $this->error) {
302 * Has an error?
308 return $this->error;
25 protected $error = false; // only used by those classes which error check global() variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
H A DSettingArray.php38 * if value fails error check, save it
41 * @return bool true if changed, false otherwise (incl. on error)
55 $this->error = true;
73 } elseif ($echo && $this->error) {
H A DSettingAuthtype.php32 if (!parent::update($input)) return false; // nothing changed or an error caught by parent
33 $this->local = $local; // restore original, more error checking to come
38 // @TODO: throw an error in plugin controller instead of returning null
40 $this->error = true;
47 $this->error = true;
H A DSettingEmail.php51 $this->error = true;

123