Quantcast
Channel: Drupal в рунете - кеш
Viewing all articles
Browse latest Browse all 26

Authcache WSOD (белый экран смерти)

$
0
0

Доброе утро!

Скачал два модуля authcache-6.x-1.0-rc2 и cacherouter-6.x-1.0-rc1 закинул в папку с модулями, включил оба. После того как добавил строчки в settings.php появился WSOD..

вот, что пишет:

Warning: require_once(C:\www\localhost\htdocs\modules\!Others\authcache-6.x-1.0-rc2/../cacherouter/cacherouter.inc): failed to open stream: No such file or directory in C:\www\localhost\htdocs\modules\!Others\authcache-6.x-1.0-rc2\authcache.inc on line 43 Fatal error: require_once(): Failed opening required 'C:\www\localhost\htdocs\modules\!Others\authcache-6.x-1.0-rc2/../cacherouter/cacherouter.inc' (include_path='.;C:\php5\pear') in C:\www\localhost\htdocs\modules\!Others\authcache-6.x-1.0-rc2\authcache.inc on line 43

в settings.php добавил это:

$conf['cacherouter'] = array('default' =>array('engine' =>'db',               // apc, memcache, db, file, eacc or xcache'server' =>array(),             // memcached (host:port, e..g, 'localhost:11211')'shared' =>TRUE,                // memcached shared single process'prefix' =>'',                  // cache key prefix (for multiple sites)'path' =>'files/filecache',     // file engine cache location'static' =>FALSE,               // static array cache (advanced)),
  );
 
  $conf['cache_inc'] = './modules/!Others/authcache-6.x-1.0-rc2/authcache.inc';

В PHP.ini параметр zlib.output_compression отключен, в Друпале режим кеширования нормальный.


Viewing all articles
Browse latest Browse all 26

Latest Images

Trending Articles



Latest Images