HikaShop Content Modul

  • Posts: 25
  • Thank you received: 2
9 years 8 months ago #219684

-- url of the page with the problem -- : offline
-- HikaShop version -- : HikaShop Business: 2.6.0
-- Joomla version -- : Joomla! 3.4.5 Stable [ Ember ] 22-October-2015 21:30 GMT
-- PHP version -- : 5.5.30
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : HikaShop Content Module:
Error: 1146 Table 'db598512431.ulikh_hikashop_manufacturer' doesn't exist SQL=SELECT * FROM ulikh_hikashop_manufacturer LIMIT 0, 1

:( i have an Error when i am click the Data display: Type of content Brand.
Error: 1146 Table 'db598512431.ulikh_hikashop_manufacturer' doesn't exist SQL=SELECT * FROM ulikh_hikashop_manufacturer LIMIT 0, 1

Last edit: 9 years 8 months ago by wolle.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 8 months ago #219691

Hi,

Please try to edit the file "administrator/components/com_hikashop/controllers/modules.php" and in the function "showoptions()" add the code:

		if($value['content_type'] == 'manufacturer')
			$value['content_type'] = 'category';
Right after:
		$value['content_type'] = JRequest::getVar('content_type','product');

If that doesn't help, please give use backend and FTP access to your website via our contact form (with a link to that topic):
www.hikashop.com/support/contact-us.html

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

  • Posts: 25
  • Thank you received: 2
9 years 8 months ago #219780

hi there,
I am edit this line, fronted is o.k but the Modul in the Backend crashed …. :-( white site )
i send a link p.n.

Last edit: 9 years 8 months ago by wolle.

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

  • Posts: 84077
  • Thank you received: 13627
  • MODERATOR
9 years 8 months ago #219829

Hi,

Xavier will look at the issue on monday. Thank you for bearing with us.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 8 months ago #219973

Hi,

A FTP access is welcome to debug this issue directly on your site.

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

  • Posts: 25
  • Thank you received: 2
9 years 8 months ago #220009

can you use eXplorer?
send you a PN

Last edit: 9 years 8 months ago by wolle.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 8 months ago #220018

Hi,

Yes using extplorer was a solution ;)
So the problem is solved, and we added the fix on our end too. Thank you !

The following user(s) said Thank You: wolle

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

  • Posts: 25
  • Thank you received: 2
9 years 8 months ago #220019

top... so i like it ..thx Xavier

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

  • Posts: 13
  • Thank you received: 0
9 years 8 months ago #220431

Hi there, we have the same problem :(

What was the solution? So we can fix it ;)

Attached a print screen how the module looks like, after you click the Save button.

Thank you very much!

With kind Regards :cheer:

Attachments:
Last edit: 9 years 8 months ago by WebWiel.

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

  • Posts: 84077
  • Thank you received: 13627
  • MODERATOR
9 years 8 months ago #220477

Hi,

Try downloading the install package on our website and installing it on yours. That should add the patch for that.

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

  • Posts: 13
  • Thank you received: 0
9 years 8 months ago #220491

Hi Nicolas, Thanks for your reply.

Which install package do you mean? We have already re- installed Hika Shop. Unfortunately without result :blush:

With kind Regards :cheer:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 7 months ago #220684

Hi,

Please check that in the file "administrator/components/com_hikashop/views/modules/view.html.php" in the function "options()" you have the code:

		if($this->type == 'manufacturer')
			$this->type = 'category';
After:
		if(isset($this->element['content_type']))
			$this->type = $this->element['content_type'];
		elseif(isset($module->hikashop_params['content_type']))
			$this->type = $module->hikashop_params['content_type'];
		else
			$this->type = 'product';

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

  • Posts: 13
  • Thank you received: 0
9 years 7 months ago #220714

Hi Xavier,

The solution works :)

Thank you very much!

With kind Regards :cheer:

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

Time to create page: 0.138 seconds
Powered by Kunena Forum