- 05 Mar 2021, 20:05
#89019
Boa noite a todos.
Estou usando a versão 3.0.3.3 disponibilizada aqui no site.
Quando vou editar o cliente pelo painel de admin, recebo o seguinte erro:
Aviso: Propriedade indefinida: Proxy::getAffiliate no arquivo /home4/lexter78/public_html/storage/modification/system/engine/action.php na linha 79
Linha 78~82 do arquivo action.php
if ($reflection->hasMethod($this->method) && $reflection->getMethod($this->method)->getNumberOfRequiredParameters() <= count($args)) {
return call_user_func_array(array($controller, $this->method), $args);
} else {
return new \Exception('Erro: Não foi possível chamar ' . $this->route . '/' . $this->method . '!');
}
meu arquivo config.php com os diretórios está asism:
define('DIR_APPLICATION', '/home4/lexter78/public_html/lexterstore/catalog/');
define('DIR_SYSTEM', '/home4/lexter78/public_html/lexterstore/system/');
define('DIR_IMAGE', '/home4/lexter78/public_html/lexterstore/image/');
define('DIR_STORAGE', '/home4/lexter78/public_html/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
Ja limpei e atualizei mas mesmo assim não consegui.
Estou usando a versão 3.0.3.3 disponibilizada aqui no site.
Quando vou editar o cliente pelo painel de admin, recebo o seguinte erro:
Aviso: Propriedade indefinida: Proxy::getAffiliate no arquivo /home4/lexter78/public_html/storage/modification/system/engine/action.php na linha 79
Linha 78~82 do arquivo action.php
if ($reflection->hasMethod($this->method) && $reflection->getMethod($this->method)->getNumberOfRequiredParameters() <= count($args)) {
return call_user_func_array(array($controller, $this->method), $args);
} else {
return new \Exception('Erro: Não foi possível chamar ' . $this->route . '/' . $this->method . '!');
}
meu arquivo config.php com os diretórios está asism:
define('DIR_APPLICATION', '/home4/lexter78/public_html/lexterstore/catalog/');
define('DIR_SYSTEM', '/home4/lexter78/public_html/lexterstore/system/');
define('DIR_IMAGE', '/home4/lexter78/public_html/lexterstore/image/');
define('DIR_STORAGE', '/home4/lexter78/public_html/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
Ja limpei e atualizei mas mesmo assim não consegui.





