trying the cache router module with eaccelerator I encountered some problems :
first, I activated 'engine' => 'eacc' in settings.php
and got this msg
Parse error: syntax error, unexpected $end, expecting T_FUNCTION in [..]/modules/cacherouter/engines/eacc.php on line 226
so I added an ending curly brace to fix this (right at the end of the file)
didn't got through the wholde to see where this was coming from though :)
but I hope this helps
Comments
Comment #1
lizuka commentedComment #2
lizuka commentedok so I got another error after this one :
Fatal error: [] operator not supported for strings in [..]/modules/locale/locale.module on line 509
so I decided to browse for a previous version of the eacc.php file
and found this
http://drupal.org/node/248529#comment-854842
which I used to replace the original code
now it seems to be ok but I am working in the dark here...
Comment #3
haojiang commentedso , did you fixed it ? i came accross this error too.
my setting.php ::
did i set something wrong?
Comment #4
lizuka commentedby replacing the original code in eacc.php with the one here :
http://drupal.org/node/248529#comment-854842
it's working fine
Comment #5
haojiang commentedi got a better idea ,
why not using the cvs head (6.x-1.0-dev)'s eacc.php
i tried that one, it works too
Comment #6
slantview commentedThis will be fixed in the next release.