Home
last modified time | relevance | path

Searched refs:LogUtility (Results 51 – 75 of 216) sorted by relevance

123456789

/plugin/combo/ComboStrap/
H A DDateTag.php41 LogUtility::error("Internal Error: The requested page was not found. We were unable to get the page language. Defaulting to the site language");
91 LogUtility::warning("The date component has been deprecated for the date variable", DateTag::CANONICAL);
114 LogUtility::error($message, DateTag::CANONICAL);
115 return LogUtility::wrapInRedForHtml($message);
H A DIdentityFormsHelper.php35 LogUtility::internalError("The element should be an input element");
102 LogUtility::msg("Internal Error: Unknown form class " . $class);
163 LogUtility::internalError("The style content should be not null", Identity::CANONICAL);
212 LogUtility::msg("Internal error: No submit button found");
224 LogUtility::msg("Internal error: No submit button found");
263 LogUtility::error("Error while creating the logo html", self::CANONICAL, $e);
H A DTooltip.php28 LogUtility::msg("The tooltip value ($tooltip) is not an array.");
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
H A DFetcherRaster.php149 LogUtility::warning("The path ({$this->getSourcePath()}) does not exists");
211 LogUtility::info("For the image ($this), the requested width of ($requestedWidth) can not be bigger than the intrinsic width of ($mediaWidth). The width was then set to its natural width ($mediaWidth)", self::CANONICAL);
239 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($mediaHeight). The height was then set to its natural height ($mediaHeight)", self::CANONICAL);
260 LogUtility::info("For the image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of ($targetWidth). The requested width was then set to its natural width ($intrinsicWidth).", self::CANONICAL);
335 LogUtility::info("For the image ($this), the requested height of ($requestedHeight) can not be bigger than the intrinsic height of ($intrinsicHeight). The height was then set to its natural height ($intrinsicHeight)", self::CANONICAL);
H A DPageUrlType.php47 LogUtility::msg("The page type is only for page");
55 LogUtility::msg("The canonical configuration ($confCanonicalType) value ($urlType) is unknown and was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::PROPERTY_NAME);
H A DHorizontal.php43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
H A DImageSystem.php35 LogUtility::error("The ratio ($stringRatio) is not a valid ratio. Error: {$e->getMessage()}", PageImageTag::CANONICAL);
45 LogUtility::msg("An image object could not be build from ($path). Is it an image file ?. Error: {$e->getMessage()}");
69 LogUtility::internalError("The file ($pageMetadataImagePath) is not a valid image for the page ($page). Error: {$e->getMessage()}");
H A DDatabasePageRow.php414 LogUtility::error("Something went wrong when deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL, $e);
516 LogUtility::msg("Error while reading the replication date in the database. {$e->getMessage()}");
621 LogUtility::error("The database replication has not updated exactly 1 record but ($countChanges) record", \action_plugin_combo_indexer::CANONICAL);
733 LogUtility::error("The `database` page ($this) does not exist and cannot be moved to ($targetId)");
786 LogUtility::msg("A row should not be null");
790 LogUtility::msg("A row should be an array");
860 LogUtility::internalError("The metadata ($name) is unknown", self::CANONICAL);
1013 LogUtility::error($message, self::CANONICAL);
1055 LogUtility::log2file($message);
1073 LogUtility
[all...]
H A DDimension.php249 LogUtility::error("The width value is empty for the tag ({$logicalTag})");
258 LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}");
297 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
314 LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a col class. Error: {$e->getMessage()}");
323 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
H A DSiteConfig.php219 $this->setLogExceptionLevel(LogUtility::LVL_MSG_ERROR);
225 $this->setLogExceptionLevel(LogUtility::LVL_MSG_ABOVE_ERROR);
237 return $this->getValue(self::LOG_EXCEPTION_LEVEL, LogUtility::DEFAULT_THROW_LEVEL);
254 LogUtility::msg($message);
297 LogUtility::internalError("Max in line size error.", self::CANONICAL, $e);
360 LogUtility::internalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
525 LogUtility::msg("The primary color value configuration ($value) is not valid. Error: {$e->getMessage()}");
544 LogUtility::internalError("The default color $defaultColor is not a color string.", self::CANONICAL, $e);
H A DArrayCaseInsensitive.php57 LogUtility::msg("The offset (key) is null and this is not supported");
64 LogUtility::msg("The offset should be a string", LogUtility::LVL_MSG_ERROR);
H A DPagePublicationDate.php106 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DHeadingTag.php165 LogUtility::msg("The heading type ($headingType) is unknown");
296 LogUtility::msg("Bootstrap 4 does not support the type ($type). Switch to " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "bootstrap 5") . " if you want to use it. The display type was set to `d4`", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
348 LogUtility::internalError("An error has occurred while trying to add the outline heading numbering stylesheet.", self::CANONICAL, $e);
365 LogUtility::internalError("Unable to add anchor. Error:{$e->getMessage()}", Outline::OUTLINE_ANCHOR);
420 LogUtility::msg("The level is mandatory when closing a heading", self::CANONICAL);
487 LogUtility::msg("The attributes of the heading are empty and this should not be possible");
H A DBrandTag.php79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
146 LogUtility::msg("A svg logo icon is not installed on your website. Check the corresponding $documentationLink.", LogUtility::LVL_MSG_INFO);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php21 use ComboStrap\LogUtility; alias
138 return LogUtility::wrapInRedForHtml("Internal error: the name attribute is mandatory to render an ad");
166 return LogUtility::wrapInRedForHtml("The ad page (" . $adsPageId . ") does not exist");
174 return LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
/plugin/combo/syntax/
H A Dedit.php6 use ComboStrap\LogUtility; alias
131 LogUtility::error("The edit button should be a special tag", self::CANONICAL);
139 LogUtility::error("Error while rendering the edit button ($editButton). Error: {$e->getMessage()}", self::CANONICAL);
H A Diterator.php16 use ComboStrap\LogUtility; alias
103 LogUtility::warning("Error while creating the path for the page image with the path value ($pathString)", PageImageTag::CANONICAL, $e);
118 LogUtility::internalError("The path string should be absolute, we should not get this error", PageImageTag::CANONICAL, $e);
445 LogUtility::error("Internal Error: the page selected ($contextualPage) was not added. It does not exist and was deleted from the database index.", self::CANONICAL);
464 LogUtility::debug("The physical query (Sql: {$pageSql->getExecutableSql()}, Parameters: $parametersString) does not return any data", syntax_plugin_combo_iterator::CANONICAL);
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);
H A Dfrontmatter.php29 use ComboStrap\LogUtility; alias
155 LogUtility::error("The global ID is unknown, we couldn't get the requested page", self::CANONICAL);
225 LogUtility::error("Front Matter: The json object for the page ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
260 throw new ExceptionRuntime("Front Matter: The json object for the page () is not valid.", LogUtility::LVL_MSG_ERROR);
331 LogUtility::internalError("The image registration did not work. Error: {$e->getMessage()}");
364 LogUtility::internalError("The media image statistics could not be created. The media markup could not be instantiated with the path ($path). Error:{$e->getMessage()}");
H A Dlink.php17 use ComboStrap\LogUtility; alias
373 LogUtility::error("No default Label can be defined. Error while parsing the markup ref ($markupRef). Error: {$e->getMessage()}", self::CANONICAL, $e);
426 LogUtility::internalError($message);
427 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
452 LogUtility::warning($e->getMessage(), "link", $e);
539 LogUtility::internalError("The markup ref was not found for a link.");
546 LogUtility::error("The markup ref could not be parsed. Error:{$e->getMessage()}");
582 LogUtility::msg("The markup reference ({$markupRef}) with the type $type was not processed into the metadata");
604 LogUtility::error("Error while parsing the ref ($ref). Error: {$e->getMessage()}. No further analytics.");
708 LogUtility
[all...]
/plugin/combo/action/
H A Dlogin.php12 use ComboStrap\LogUtility; alias
123 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
261 LogUtility::msg("Internal error: No user field found");
288 LogUtility::msg("Internal error: No password field found");
315 LogUtility::msg("Internal error: No remember field found");
H A Drouter.php15 use ComboStrap\LogUtility;
509 LogUtility::msg("The alias type ({$buildAlias->getType()}) is unknown. A permanent redirect was performed for the alias $identifier");
578 LogUtility::msg("This redirection method ($method) was not expected for the redirection algorithm ($algorithm)");
756 LogUtility::msg("The parameters targetPageId ($targetPageId) is an object of the class ($class) and it should be a page id");
761 LogUtility::msg("The parameters targetOriginId ($targetOriginId) is an object of the class ($class) and it should be a page id");
803 LogUtility::msg("The <a href=\"https://www.dokuwiki.org/config:send404\">dokuwiki send404 configuration</a> is on and should be disabled when using the url manager", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
944 LogUtility::msg("The method ($method) is not an http redirection");
1053 LogUtility::msg("Redirection Log Insert Error. {$e->getMessage()}");
1090 LogUtility
14 use ComboStrap\LogUtility; global() alias
[all...]
H A Dautofrontmatter.php4 use ComboStrap\LogUtility; alias
42 LogUtility::msg("Unable to handle a new page because the global id is unknown");
/plugin/combo/ComboStrap/TagAttribute/
H A DShadow.php16 use ComboStrap\LogUtility; alias
107 LogUtility::msg("The shadow / elevation value ($value) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php8 use ComboStrap\LogUtility; alias
102 LogUtility::internalError("The media query should be present for a fetch. No Url rewrite could be done.");
115 LogUtility::internalError("The media query should be present for a detail page fetch. No Url rewrite could be done.");
205 LogUtility::error("Combostrap does not support the <a href=\"$rewriteOption2\">Url Dokuwiki Rewriting (Option 2)</a> because of the <a href=\"$hrefPermanentFunctionality\"> permanent Url functionality</a>. You should disable it and use the <a href=\"$rewriteOption1\">Web Server Option (Option 1)</a> if you want <a href=\"$hrefNiceUrl\">nice URL</a>.", self::CANONICAL);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php9 use ComboStrap\LogUtility; alias
96 LogUtility::internalError("The value ($defaultValue) is not a wiki path");
128 LogUtility::internalError("This is not a relative path, we should not get this error");

123456789