From 90537529d34f1f8597b81f2d33545bef147bebeb Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 14 May 2006 01:19:57 +0000 Subject: Fixed #167. --- framework/Exceptions/messages.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index c4fb8c5f..a1f6bea6 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -42,6 +42,10 @@ appconfig_serviceid_required = Application configuration element mus appconfig_servicetype_required = Application configuration must have a "class" attribute. appconfig_parameterid_required = Application configuration element must have an "id" attribute. +securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty. +securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty. +securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature. + uri_format_invalid = '{0}' is not a valid URI. httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized. -- cgit v1.2.3