mbensoussan
mbensoussan
additionnal information i call my block in the layout with this : ` 1 `
yes i confirm all the files are the same,, If i comment the line bellow (observer line 137), the website work again /*$this->_getFpc()->save( new Lesti_Fpc_Model_Fpc_CacheItem($body, time(), Mage::helper('fpc')->getContentType($response)), $key, $this->_cacheTags );*/...
the bug come from this line : new Lesti_Fpc_Model_Fpc_CacheItem($body, time(), Mage::helper('fpc')->getContentType($response)), if i replace with : new Lesti_Fpc_Model_Fpc_CacheItem($body, time(), 'text/html; charset=UTF-8'), the website work, but it's not the solution.
ok so, when the function : > public function getContentType(\Mage_Core_Controller_Response_Http $response) > { > foreach ($response->getHeaders() as $header) { > if (isset($header['name']) && $header['name'] === 'Content-Type' && isset($header['value'])) { >...
i really don't understand what happen, if you have an idea ?
yes, i have make a big test from all the website. i will found the solution .. perhaps i can now if the abstract class is instantiate ?
all it's work.. i'm just so bad. i forgot that i have make a surchage in the local directory about the helper data... sorry for the time. and thank's for...
En faite je viens de comprendre, il s'agit du fichier password-validation.js qui contient la même phrase et qui n'est pas validé. néanmoins, je ne sais pas comment la traduire. c'est...