problem - Notice: Undefined offset

  • Posts: 540
  • Thank you received: 49
10 years 6 months ago #129193

Hi i have a problem on product page (when create, edit) and after creating of product when click apply/save

-- url of the page with the problem -- : benefit.in.ua (top menu -vendor login: test/test)
-- HikaShop version -- : 2.2.2
-- HikaMarket Multivendor -- : 1.3.1
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.6
-- Browser(s) name and version -- : Mozilla 24.0
-- Error-message(debug-mod must be tuned on) -- : Undefined index: price_access in /home/virtwww/w_benefit_81fd1d8a/http/administrator/components/com_hikamarket/classes/product.php on line 218
in product:
Undefined offset: 1 in /home/virtwww/w_benefit_81fd1d8a/http/components/com_hikamarket/views/productmarket/tmpl/form.php on line 237 Notice: Trying to get property of non-object in /home/virtwww/w_benefit_81fd1d8a/http/components/com_hikamarket/views/productmarket/tmpl/form.php on line 237 Notice: Undefined offset: 1 in /home/virtwww/w_benefit_81fd1d8a/http/components/com_hikamarket/views/productmarket/tmpl/form.php on line 237 Notice: Trying to get property of non-object in /home/virtwww/w_benefit_81fd1d8a/http/components/com_hikamarket/views/productmarket/tmpl/form.php on line 237

UPD. +few problem
2 In vendor list look attach 3

3 vendor page - if i open this menu i see message "Vendor not exist" (create Test user manualy in joomla admin panel)


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056
Attachments:
Last edit: 10 years 6 months ago by master_b.

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

  • Posts: 26019
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #129226

Hi,

Thanks for the reports.
I have just upload a new package with fixes for the problems you reported.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 540
  • Thank you received: 49
10 years 6 months ago #129243

1.and one more problem: when was creating and sending letter with invoice commisions to vendor (and in copy to admin) in the email was "Notice: Trying to get property of non-object in /home/virtwww/w_benefit_81fd1d8a/http/media/com_hikashop/mail/order_admin_notification.preload.php on line 300"

PS. site working slowly after installing market, maybe problem with hosting or internet... see later

2. when i create invoice for vendor i take a blank screen in back end and error message in vendor panel when open link from invoice
(im not sure maybe its some previous test download products from hikashop) but in current test product i dont use download files in product


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056
Attachments:
Last edit: 10 years 6 months ago by master_b.

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

  • Posts: 26019
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #129252

Hi,

1. It's a HikaShop mail problem, if you have other problems with emai the best will be to create a new thread in the HikaShop question.
I will submit a patch for this email. I think that there is no payment method (or not more a existing one) for the order. So you can edit the file and replace

		$payment = $paymentClass->get($data->cart->order_payment_id);
		$vars['PAYMENT'] = $payment->payment_name;
		unset($paymentClass);
By:
		$payment = $paymentClass->get($data->cart->order_payment_id);
		if(!empty($payment))
			$vars['PAYMENT'] = $payment->payment_name;
		unset($paymentClass);
It will check that the payment object is valid before trying to read a data from it.

2. Does the product you created is a real one ? (with a product id ?).
It think that the files does not have a product_id so there are displayed with "fake" products in order.
I will see to create a fast patch for HikaMarket and see how to create a better workaround in order to not have the same kind of troubles.
You can create files without product when you add a file during a product creation and finally, not use it (delete it before the final save). The file will stay in the database but, with no product attached.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 540
  • Thank you received: 49
10 years 6 months ago #129750

find next problem on my site with "Notice: Undefined" when open hikamarket-plugins-vendorusergroup


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056
Attachments:

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

  • Posts: 26019
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #129751

Hi,

Right, this plugin does not have the HikaMarket plugin configuration interface, it is a "classical" Joomla plugin.
We will see to improve that in order to redirect the user to the right configuration interface.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Moderators: Obsidev
Time to create page: 0.061 seconds
Powered by Kunena Forum