Anonymous users have "load only" for the web-context. Is this correct or do we have to change this?
In addition: When we work in the MODx-Backend (saving resources etc.) on traffic peak hours (~1.000 visitors per hour) the error-log often shows messages like this:
[2011-11-02 15:16:49] (ERROR @ /index.php) Could not cache resource 637
and
[2011-11-01 17:37:39] (ERROR in xPDO::connect @ .../core/xpdo/xpdo.class.php : 344) SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'sending authentication information', system error: 32
[2011-11-01 17:37:39] (ERROR @ /index.php) Error preparing statement for query: SELECT `modSession`.`id` AS `modSession_id`, `modSession`.`access` AS `modSession_access`, `modSession`.`data` AS `modSession_data` FROM `modx_session` AS `modSession` WHERE `modSession`.`id` = ? - Array
(
[0] => 00000
)
Is there any possibility to change for example the cache-settings to solve these kind of problems when working in the Backend on peak hours? These problems often let disappear our website for maybe 1-2 minutes.
Do you have any idea what we may have done wrong in the settings our in file-permissions/chmod?