| Wednesday 31 January 2007 2:19:46 am 
                                                                 
salut xavierNext time I will speak french...
 Just for information
 - the bug appear only when the database is overload.
 I think we have to change some fetch...
 - we use 1 server for the backoffice
 4 servers for the live site
 1 mysql server(6Go of ram, 2*CPU intel xeon 3G)
 
For the setting:Production site acces:
 [DebugSettings]
 DebugOutput=disabled
 DebugRedirection=disabled
 
[TemplateSettings]Debug=disabled
 ShowXHTMLCode=disabled
 ShowUsedTemplates=disabled
 DelayedCacheBlockCleanup=disabled
 
[ContentSettings]ViewCaching=enabled
 
[TemplateSettings]TemplateCache=enabled
 TemplateCompile=enabled
 For the debug siteacces: 
[DatabaseSettings]ConnectRetries=5
 QueryAnalysisOutput=enabled
 SlowQueriesOutput=2
 DebugTransactions=enabled
 Transactions=disabled
 Socket=enabled
 SQLOutput=enabled
 
[DebugSettings]DebugOutput=enabled
 DebugRedirection=enabled
 
[TemplateSettings]Debug=enabled
 ShowXHTMLCode=disabled
 ShowUsedTemplates=enabled
 
When the bug appear, there is no trace in the error.log or in the php log.I find a query like this when we try to login to the admin.
 But I don't know why ez fetch this table when we try to login
 
We use the same version of ez for another web site and it work findBut there is less data...
 I don't know why there is EXPLAIN in the query Tks for your help. don't flush the cache
                                                                 |