Home
last modified time | relevance | path

Searched refs:LogUtility (Results 151 – 175 of 216) sorted by path

123456789

/plugin/combo/ComboStrap/Web/
H A DUrl.php18 use ComboStrap\LogUtility;
184 LogUtility::warning("The key ($key) is an array of an array and was not taken into account in the request url.");
214 LogUtility::warning($message, "url");
652 LogUtility::internalError("Build error from a Media Fetch URL. We were unable to get the mime. Error: {$e->getMessage()}");
22 use ComboStrap\LogUtility; global() alias
H A DUrlEndpoint.php7 use ComboStrap\LogUtility; alias
73 LogUtility::error("The base Url ($url) is not a valid url. Empty URL returned. Error: {$e->getMessage()}", "urlendpoint",$e);
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/
H A DWikiFileSystem.php125 LogUtility::internalError("Unable to get back the wiki path from the local path. Error: {$e->getMessage()}");
H A DWikiPath.php167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
296 LogUtility::internalError("A context path is a page and should therefore have a parent", $e);
426 LogUtility::msg("The id passed should not be null");
1190 LogUtility::internalError("For a markup path file, the extension should have been set. This is not the case for ($this)");
H A DXmlTagProcessing.php119 LogUtility::warning("The exit tag (" . $logicalTag . ") was not processed.");
265 LogUtility::warning("The related tag should be closed. You should write <related/> and not <related>.");
269 LogUtility::warning("The enter tag (" . $logicalTag . ") was not processed.");
866 LogUtility::errorIfDevOrTest("The empty tag (" . $tag . ") was not processed.");
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php20 use ComboStrap\LogUtility; alias
370 LogUtility::msg("The libxml {$suffixBadMessage}");
374 LogUtility::msg("The xml {$suffixBadMessage}");
378 LogUtility::msg("The dom {$suffixBadMessage}");
396 LogUtility::msg("Internal warning: The namespaceURI ($namespaceUri) does not seems to be an URI", LogUtility::LVL_MSG_WARNING, "support");
411 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
423 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
499 LogUtility::msg("Not able to register the prefix ($prefix) for the namespace uri ($namespaceUri)");
691 LogUtility
[all...]
/plugin/combo/action/
H A Dautofrontmatter.php4 use ComboStrap\LogUtility; alias
42 LogUtility::msg("Unable to handle a new page because the global id is unknown");
H A Dbacklinkmutation.php9 use ComboStrap\LogUtility; alias
58 LogUtility::internalError("The page path should be present");
90 LogUtility::msg("Backlink Mutation: Error while trying to replicate the analytics. Error: {$e->getMessage()}");
H A Dcacheexpiration.php12 use ComboStrap\LogUtility; alias
98 LogUtility::internalError("Cache expiration: The requested path could not be determined, default context path was set instead.");
141 LogUtility::msg("Error while calculating the new expiration date. Error: {$e->getMessage()}");
145 LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date::getFormat())}) is lower than the current date ({$actualDate->format(Iso8601Date::getFormat())})");
152 LogUtility::msg("Error while persisting the new expiration date. Error:{$e->getMessage()}");
H A Ddocustom.php14 use ComboStrap\LogUtility;
106 LogUtility::info("ExecuteDoAction: The response has already be send (ended).");
194 LogUtility::warning($reporterMessage, self::TEMPLATE_CANONICAL, $e);
12 use ComboStrap\LogUtility; global() alias
H A Deventsystem.php21 use ComboStrap\LogUtility; global() alias
H A Dimgmove.php8 use ComboStrap\LogUtility; alias
69 LogUtility::internalError("Hardcoded should exists");
84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
112 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e);
181 LogUtility::msg("The frontmatter could not be loaded. " . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
233 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
256 LogUtility
[all...]
H A Dindexer.php23 use ComboStrap\LogUtility;
128 LogUtility::error($message);
165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
21 use ComboStrap\LogUtility; global() alias
H A Dlang.php9 use ComboStrap\LogUtility; alias
85 LogUtility::internalError("No last name, we were unable to set the request id right", self::CANONICAL);
H A Dlinkmove.php11 use ComboStrap\LogUtility; alias
59 LogUtility::msg("The move lockfile ($lockFile) exists and is older than 5 minutes (exactly $lockFileAgeInMinute minutes). If you are no more in a move, you should delete this file otherwise it will disable the move of page and the cache.");
125 LogUtility::warning("The move lock file is present, the move was canceled.");
146 LogUtility::warning("The source database row $sourceId was not found in the database");
193 LogUtility::warning("The target database row with the id ($targetId) was not found in the database");
298 LogUtility::error("Unable to rewrite the markup reference for a link move. The markup ref ($ref) could not be parsed. Error: {$e->getMessage()}");
335 LogUtility::error($message, self::CANONICAL, $exception);
H A Dlinkwizard.php9 use ComboStrap\LogUtility; alias
109 LogUtility::internalError("The selection should return wiki path", self::CANONICAL, $e);
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 Dmetacsp.php3 use ComboStrap\LogUtility; alias
106 LogUtility::msg("HTTP Headers have already ben sent. We couldn't add the CSP security header", LogUtility::LVL_MSG_WARNING, "security");
H A Dmetadescription.php5 use ComboStrap\LogUtility; alias
54 LogUtility::internalError("A social template should have a path");
100 LogUtility::msg("Page ($ID): The description should never be null when rendering the page", LogUtility::LVL_MSG_INFO);
H A Dmetafacebook.php11 use ComboStrap\LogUtility; alias
118 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page)", self::CANONICAL);
126 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
152 LogUtility::error("The default facebook image ($defaultFacebookImage) does not exist", self::CANONICAL);
168 LogUtility::error("The image ($path) does not exist and was not added", self::CANONICAL);
174 LogUtility::internalError($e->getMessage());
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e->getMessage()}", self::CANONICAL);
212 LogUtility::error($message, self::CANONICAL);
215 LogUtility
[all...]
H A Dmetagoogle.php7 use ComboStrap\LogUtility; alias
56 LogUtility::internalError("Because the template is social, it should be at minima a path request");
H A Dmetaprocessing.php7 use ComboStrap\LogUtility; alias
70 LogUtility::internalError("The before ($beforeId) and after id ($afterId) are not the same", get_class($this));
110 LogUtility::internalError("The metadata was not found for the attribute ($attribute)");
H A Dmetatitle.php6 use ComboStrap\LogUtility; alias
H A Dmetatwitter.php17 use ComboStrap\LogUtility; alias
168 LogUtility::error("The twitter image ($twitterImagePath) does not exists.", self::CANONICAL);
175 LogUtility::error("Error with the twitter image url. " . $e->getMessage(), self::CANONICAL, $e);

123456789