diff options
author | xue <> | 2006-06-15 14:03:28 +0000 |
---|---|---|
committer | xue <> | 2006-06-15 14:03:28 +0000 |
commit | c8919fa9fc845ab7f3c6701b6de08c8cd042ec30 (patch) | |
tree | 080deab47f225b90c2eb35d97ea2724fd58e9d24 /framework/Exceptions | |
parent | 67e09d150afe55d7a956beb299dc0534f7da68eb (diff) |
Added TCache.PrimaryCache property.
Added TOutputCache.CacheModuleID property.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 028f7f75..257a4914 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -71,6 +71,7 @@ assetmanager_filepath_invalid = TAssetManager is publishing an invalid file '{ assetmanager_tarchecksum_invalid = TAssetManager is publishing a tar file with invalid checksum '{0}'. assetmanager_tarfile_invalid = TAssetManager is publishing an invalid tar file '{0}'. +cache_primary_duplicated = At most one primary cache module is allowed. {0} is trying to register as another primary cache. sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension. sqlitecache_dbfile_required = TSqliteCache.DbFile is required. sqlitecache_connection_failed = TSqliteCache database connection failed. {0}. @@ -293,6 +294,7 @@ parametermodule_parameterid_required = Parameter element must have 'id' attribut datagridcolumn_expression_invalid = {0} is evaluating an invalid expression '{1}' : {2} +outputcache_cachemoduleid_invalid = TOutputCache.CacheModuleID is set with an invalid cache module ID {0}. Either the module does not exist or does not implement ICache interface. outputcache_duration_invalid = {0}.Duration must be an integer no less than 0. stack_data_not_iterable = TStack can only fetch data from an array or a traversable object. |