summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-19 04:35:07 +0000
committerxue <>2005-11-19 04:35:07 +0000
commit8fd040ef49321fce9d3d0b9c44937984a2112b52 (patch)
tree573dcfe6a3ec6d5a3b7fde9298dcc1b4f45116b1 /framework/Exceptions
parentbc1a7e1e3a67537189d30013ea6d5fa4bf98e8e4 (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index e808938c..9ed1160b 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -43,6 +43,18 @@ assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make s
assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized.
assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized.
+sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension.
+sqlitecache_dbfile_required = TSqliteCache.DbFile is required.
+sqlitecache_connection_failed = TSqliteCache database connection failed. %s.
+sqlitecache_table_creation_failed = TSqliteCache failed to create cache database. %s.
+sqlitecache_dbfile_unchangeable = TSqliteCache.DbFile cannot be modified after the module is initialized.
+sqlitecache_dbfile_invalid = TSqliteCache.DbFile is invalid. Make sure it is in a proper namespace format.
+
+memcache_extension_required = TMemCache requires memcache PHP extension.
+memcache_connection_failed = TMemCache failed to connect to memcache server %s:%d.
+memcache_host_unchangeable = TMemCache.Host cannot be modified after the module is initialized.
+memcache_port_unchangeable = TMemCache.Port cannot be modified after the module is initialized.
+
pageservice_page_unknown = Page '%s' Not Found