Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Tenho um e-commerce e ele está mostrando esse erro no topo de todas as páginas:
Warning: The magic method __get() must have public visibility and cannot be static in /home/devastimport/www/system/engine/controller.php on line 10 Warning: The magic method __set() must have public visibility and cannot be static in /home/devastimport/www/system/engine/controller.php on line 14
Abaixo, postarei as linhas referidas no erro:
//linha 10
protected function __get($key) {
return Registry::get($key);
}protected function __set($key, $value) {
Registry::set($key, $value);
}Carregando comentários...