*/
public function __construct (Filterable $filterInstance, $code) {
// Construct the message
- $message = sprintf("[%s:%d] Authorization has failed. Error code <span class=\"exception_reason\">%s</span>",
+ $message = sprintf("[%s:%d] Authorization has failed. Error code %s",
$filterInstance->__toString(),
$this->getLine(),
$this->getHexCode($code)
*/
public function __construct (array $array, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Der Kompressor <span class=\"exception_reason\">%s</span> zu den geladenen Daten aus <span class=\"exception_reason\">%s</span> und der aktuell verwendete Kompressor <span class=\"exception_reason\">%s</span> stimmen nicht überein!",
+ $message = sprintf("[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht überein!",
$array[0]->__toString(),
$this->getLine(),
strtoupper($array[1]),
*/
public function __construct (array $msgArray, $code) {
// Construct the message
- $message = sprintf("[%s:%d] SQL error detected. Message from database: <span class=\"exception_reason\">%s</span>, code: <span class=\"exception_reason\">%s</span>.",
+ $message = sprintf("[%s:%d] SQL error detected. Message from database: %s, code: %s.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1],
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Der angegebene Speicherpfad <span class=\"exception_reason\">%s</span> ist ungütig (kein Pfad).", $path);
+ $message = sprintf("Save path %s is no directory.", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Der Pfad <span class=\"exception_reason\">%s</span> ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
+ $message = sprintf("Path %s is not readable. Please fix your file access rights.", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Der angegebene Speicherpfad <span class=\"exception_reason\">%s</span> ist schreibgeschützt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);
+ $message = sprintf("Save path %s is write-protected. Please fix your file permissions.", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Could not add form element <span class=\"exception_reason\">%s</span> because form is closed.",
+ $message = sprintf("[%s:%d] Could not add form element %s because form is closed.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Could not add sub group <span class=\"exception_reason\">%s</span> because no form group has been opened before.",
+ $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: <span class=\"exception_reason\">%s</span>",
+ $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: %s",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Group not opened before. Raw text follows: <span class=\"exception_reason\">%s</span>",
+ $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Registry key <span class=\"exception_reason\">%s</span> does not include a class with implemented interface <u>Manageable(User|Guest)</u>.",
+ $message = sprintf("[%s:%d] Registry key %s does not include a class with implemented interface <u>Manageable(User|Guest)</u>.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Für den Pfad <span class=\"exception_reason\">%s</span> konnte kein Pointer initialisiert werden.", $path);
+ $message = sprintf("Für den Pfad %s konnte kein Pointer initialisiert werden.", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct ($fqfn, $code) {
// Add a message around the missing class
- $message = sprintf("A problem has been detected reading or writing to/from <span class=\"exception_reason\">%s</span>.", $fqfn);
+ $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct ($fileName, $code) {
// Add a message around the missing class
- $message = sprintf("File <span class=\"exception_reason\">%s</span> is read-protected. Please set read access rights (CHMOD).", $fileName);
+ $message = sprintf("File %s is read-protected. Please set read access rights (CHMOD).", $fileName);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Eine unerwartete Datenlänge von <span class=\"exception_reason\">%s</span> Byte ist aufgetreten. <span class=\"exception_reason\">%s</span> wurden erwartet!",
+ $message = sprintf("[%s:%d] Eine unerwartete Datenlänge von %s Byte ist aufgetreten. %s wurden erwartet!",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1],
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Die MD5-Prüfsummen <span class=\"exception_reason\">%s</span> und <span class=\"exception_reason\">%s</span> stimmen nicht überein!",
+ $message = sprintf("[%s:%d] Die MD5-Prüfsummen %s und %s stimmen nicht überein!",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1],
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Der angegebene Pfad <span class=\"exception_reason\">%s</span> ist ungütig (kein Pfad).", $path);
+ $message = sprintf("Der angegebene Pfad %s ist ungütig (kein Pfad).", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct ($path, $code) {
// Add a message around the missing class
- $message = sprintf("Der Pfad <span class=\"exception_reason\">%s</span> ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
+ $message = sprintf("Der Pfad %s ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
// Call parent constructor
parent::__construct($message, $code);
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] <span class=\"exception_reason\">%s</span> is not a string with path!",
+ $message = sprintf("[%s:%d] %s is not a string with path!",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Der Sprach-Basispfad <span class=\"exception_reason\">%s</span> existiert nicht oder ist eine Datei!",
+ $message = sprintf("[%s:%d] Language base path %s does not exist or is not a directory.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Base language path <span class=\"exception_reason\">%s</span> is read-protected. Please change access rights (CHMOD).",
+ $message = sprintf("[%s:%d] Base language path %s is read-protected. Please change access rights (CHMOD).",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("The class <span class=\"exception_reason\">%s</span> does not match class <span class=\"exception_reason\">%s</span>.",
+ $message = sprintf("The class %s does not match class %s.",
$classArray[0],
$classArray[1]
);
);
} else {
// No class given
- $message = sprintf("Please provide a class for <span class=\"exception_reason\">%s</span>", __CLASS__);
+ $message = sprintf("Please provide a class for %s", __CLASS__);
}
// Call parent constructor
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Variable <span class=\"exception_reason\">%s</span> is not set.",
+ $message = sprintf("[%s:%d] Variable %s is not set.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct ($message, $code) {
// Add a message around the missing class
- $message = sprintf("<span class=\"exception_reason\">%s</span> is out of bounds.",
+ $message = sprintf("%s is out of bounds.",
$message
);
*/
public function __construct (array $array, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] <span class=\"exception_reason\">%s</span> hat <u>%d</u> Elemente, soll aber <u>%d</u> enthalten!",
+ $message = sprintf("[%s:%d] %s has %d elements, expected arre %d.",
$array[0]->__toString(),
$this->getLine(),
$array[1],
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Invalid command <span class=\"exception_reason\">%s</span> detected.",
+ $message = sprintf("[%s:%d] Invalid command %s detected.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Object does not implement expected interface <span class=\"exception_reason\">%s</span>.",
+ $message = sprintf("[%s:%d] Object does not implement expected interface %s.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
}
// Add a message around the missing class
- $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: <span class=\"exception_reason\">%s</span>",
+ $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: %s",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1],
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Internal class <span class=\"exception_reason\">%s</span> not found.",
+ $message = sprintf("[%s:%d] Class %s not found.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Configuration entry <span class=\"exception_reason\">%s</span> not found.",
+ $message = sprintf("[%s:%d] Configuration entry %s not found.",
$classArray[0],
$this->getLine(),
$classArray[1]
*/
public function __construct (array $array, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Bei der Initialisierung der Applikation <span class=\"exception_reason\">%s</span> wurde keine Variable <span class=\"exception_reason\">%s</span> erzeugt.",
+ $message = sprintf("[%s:%d] Bei der Initialisierung der Applikation %s wurde keine Variable %s erzeugt.",
$array[0]->__toString(),
$this->getLine(),
$array[1],
*/
public function __construct (array $msgArray, $code) {
// Construct the message
- $message = sprintf("[%s:%d] Database instance <span class=\"exception_reason\">%s</span> contains invalid entries.",
+ $message = sprintf("[%s:%d] Database instance %s contains invalid entries.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]->__toString()
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Invalid state <span class=\"exception_reason\">%s</span> of type <span class=\"exception_reason\">%s</span> detected.",
+ $message = sprintf("[%s:%d] Invalid state %s of type %s detected.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1],
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Der Template-Basispfad <span class=\"exception_reason\">%s</span> existiert nicht oder ist eine Datei!",
+ $message = sprintf("[%s:%d] Der Template-Basispfad %s existiert nicht oder ist eine Datei!",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Der Template-Basispfad <span class=\"exception_reason\">%s</span> ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.",
+ $message = sprintf("[%s:%d] Der Template-Basispfad %s ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $classArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] <span class=\"exception_reason\">%s</span> is not a string with a base path!",
+ $message = sprintf("[%s:%d] %s is not a string with a base path!",
$classArray[0]->__toString(),
$this->getLine(),
$classArray[1]
*/
public function __construct (array $msgArray, $code) {
// Add a message around the missing class
- $message = sprintf("[%s:%d] Der Template-Typ <span class=\"exception_reason\">%s</span> entspricht nicht dem erwartetem Template-Typ <span class=\"exception_reason\">%s</span>.",
+ $message = sprintf("[%s:%d] Der Template-Typ %s entspricht nicht dem erwartetem Template-Typ %s.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1],
*/
public function __construct (array $msgArray, $code = 0) {
// Create the message
- $message = sprintf("[%s:%d] User email <span class=\"exception_reason\">%s</span> was not found.",
+ $message = sprintf("[%s:%d] User email %s was not found.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]
*/
public function __construct (array $msgArray, $code = 0) {
// Create the message
- $message = sprintf("[%s:%d] Supplied password for user <span class=\"exception_reason\">%s</span> did not match with stored password.",
+ $message = sprintf("[%s:%d] Supplied password for user %s did not match with stored password.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]->getUserName()
*/
public function __construct (array $msgArray, $code = 0) {
// Create the message
- $message = sprintf("[%s:%d] Username <span class=\"exception_reason\">%s</span> was not found.",
+ $message = sprintf("[%s:%d] Username %s was not found.",
$msgArray[0]->__toString(),
$this->getLine(),
$msgArray[1]