From 3771e00b2e55536a19ec44c87a964a72eab61cfd Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 01:28:25 +0000 Subject: updated error messages. --- framework/Exceptions/messages.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index cc1e85ef..d5b3eb83 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -60,6 +60,9 @@ httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified a assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make sure it is in namespace form and points to a directory writable by the Web server process. 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. +assetmanager_filepath_invalid = TAssetManager is publishing an invalid file '%s'. +assetmanager_tarchecksum_invalid = TAssetManager is publishing a tar file with invalid checksum '%s'. +assetmanager_tarfile_invalid = TAssetManager is publishing an invalid tar file '%s'. sqlitecache_extension_required = TSqliteCache requires SQLite PHP extension. sqlitecache_dbfile_required = TSqliteCache.DbFile is required. -- cgit v1.2.3