summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages/messages.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages/messages.txt')
-rw-r--r--framework/Exceptions/messages/messages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index 69fd89fc..c9e7f9c5 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -102,11 +102,11 @@ memcache_host_unchangeable = TMemCache.Host cannot be modified after the modu
memcache_port_unchangeable = TMemCache.Port cannot be modified after the module is initialized.
apccache_extension_required = TAPCCache requires APC PHP extension.
-apccache_add_unsupported = TAPCCache.add() is not supported.
-apccache_replace_unsupported = TAPCCache.replace() is not supported.
apccache_extension_not_enabled = TAPCCache need apc.enabled = 1 in php.ini in order to work.
apccache_extension_not_enabled_cli = TAPCCache need apc.enable_cli = 1 in php.ini in order to work with PHP from the command line.
+eacceleratorcache_extension_required = TEACache requires eAccellerator PHP extension.
+
errorhandler_errortemplatepath_invalid = TErrorHandler.ErrorTemplatePath '{0}' is invalid. Make sure it is in namespace form and points to a valid directory containing error template files.
pageservice_page_unknown = Page '{0}' Not Found