Assistant(e) administratif(ve)
🏢 McDonald's Maroc
Description du poste
PHP notice
unserialize(): Error at offset 0 of 142720 bytes
/var/www/clients/client0/web1/app1/framework/caching/CCache.php(84)
72 return md5($this->keyPrefix.$key);
75 /**
76 * Retrieves a value from cache with a specified key.
77 * @param string $id a key identifying the cached value
78 * @return mixed the value stored in cache, false if the value is not in the cache, expired or the dependency has changed.
79 */
80 public function get($id)
82 if(($value=$this->getValue($this->generateUniqueKey($id)))!==false)
84 $data=unserialize($value);
85 if(!is_array($data))
86 return false;
87 if(!($data[1] instanceof ICacheDependency) || !$data[1]->getHasChanged())
89 Yii::trace('Serving "'.$id.'" from cache','system.caching.'.get_class($this));
90 return $data[0];
93 return false;
96 /**
Stack Trace
/var/www/clients/client0/web1/app1/framework/caching/CCache.php(84): unserialize("