Página 1 de 1

Fatal error: Call to a member function getModule

Enviado: 27 Mai 2016, 20:52
por filipemattevi
Boa noite.

Estou com um problema, mais não encontro a solução.
quando entro no meu site http://www.fmgrafica.com.br aparece esse erro fatal.

Fatal error: Call to a member function getModule() on a non-object in /home/fmgrafic/public_html/system/modification/catalog/controller/module/kuler_cp.php on line 2936

Mais se entro no painel administrativo e faço login a pagina entra normal.

Abaixo o código.

// Country
$this->load->model('localisation/country');

$data['countries'] = $this->model_localisation_country->getCountries();

// Shipping checking
$data['shipping_required'] = $this->cart->hasShipping();

// Custom Fields
$this->load->model('account/custom_field');
$data['custom_fields'] = $this->model_account_custom_field->getCustomFields($this->config->get('config_customer_group_id'));

// Text agree term and condition
$information_info = $this->model_catalog_information->getInformation($this->config->get('config_checkout_id'));

if ($information_info)
{
$data['text_agree'] = sprintf($this->language->get('text_agree'), $this->url->link('information/information/info', 'information_id=' . $this->config->get('config_checkout_id'), 'SSL'), $information_info['title'], $information_info['title']);
}
else
{
$data['text_agree'] = '';
}

Alguém pode me ajudar !

Re: Fatal error: Call to a member function getModule

Enviado: 27 Mai 2016, 22:26
por Manoel Vidal
Olá.

O problema está no tema que você está utilizando, infelizmente a maioria dos temas da kulerthemes estão cheio de bugs, realmente não aconselho que você utilize.

Espero ter ajudado. :)