"Model class configModelConfig not found in file"

  • Posts: 1
  • Thank you received: 0
12 years 6 months ago #49760

Hi there,

When I go to configuration page, I say "Model class configModelConfig not found in file" on the top.

How to solve this issue?

Cheers,
Mcwolf


Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82866
  • Thank you received: 13373
  • MODERATOR
12 years 6 months ago #49856

That's not an error coming from HikaShop.

It must be a plugin on your website which creates that error.

Could you try to add the code:

function getModel($name = '', $prefix = '', $config = array()) {
return false;
}

before the code:
function authorise($task){
return $this->authorize($task);
}

in the file adminitrator/components/com_hikashop/helpers/helper.php ? That will override the joomla model loading for controllers and that should avoid that another plugin try to load a non existing model.

Please Log in or Create an account to join the conversation.

Time to create page: 0.043 seconds
Powered by Kunena Forum