Lines Matching refs:msg

357 …TplUtility::msg("The combo plugin is not installed, sidebars automatic bursting will not work", se…
470 …TplUtility::msg("An error occurred while trying to save automatically the configuration ($key) to …
474 …TplUtility::msg("The configuration file was locked. The upgrade configuration ($key) value could n…
487 … TplUtility::msg("The configuration ($key) is unknown and was therefore not change to ($value)");
539 …TplUtility::msg("The <a href=\"https://combostrap.com/$canonical\">$newConf</a> configuration was …
564 …TplUtility::msg("A plugin has send text before the creation of the page. Because it will mess the …
1011 self::msg("Unable to read the file {$stylesheetsFile} as json");
1019 self::msg("Unable to read the file {$localStyleSheets} as json");
1030 …self::msg("The bootstrap version ($version) could not be found in the custom CSS file ($stylesheet…
1076 self::msg("Unable to read the file {$bootstrapJsonFile} as json");
1080 … self::msg("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
1091 …self::msg("The bootstrap custom file ($bootstrapCssFile) could not be found in the custom CSS file…
1290 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1299 msg($messageEmpty, -1, "", "", MSG_ADMINS_ONLY);
1318 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1457 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap") function in ComboStrap\\TplUtility
1475 $msg = $prefix . ' - ' . $message;
1476 dbglog($msg);
1478 throw new \RuntimeException($msg);