Skip to main content

Error with possible estimated shittping plugin

More
1 year 7 months ago #365384 by grayt7
-- url of the page with the problem -- : www.lumberjacks.co.uk/fencing/fencing-po...1-2-x-3-1-2-rail_254
-- HikaShop version -- : 5.1.3
-- Joomla version -- : 5.2.3
-- PHP version -- : 8.3

Hi,

Please see attached.

I have downloaded and installed the latest shipping estimation plugin

www.hikashop.com/marketplace/product/244...tion-by-obsidev.html

Any ideas please?

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

More
1 year 7 months ago #365387 by nicolas
Hi,

I can't read anything on the attached file to your message.

I can see the error on the URL you provided. However, we need the full error message which can be seen on that page once the "debug system" setting of the Joomla configuration page is activated. Could you provide it ?

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

More
1 year 7 months ago - 1 year 7 months ago #365415 by grayt7
When I check the fil, it looks fine. Do you have some file compression upload?

I have sent you a link via your contact us form. thank you.
Last edit: 1 year 7 months ago by grayt7.

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

More
1 year 7 months ago #365419 by nicolas
Hi,

Yes, we limit the size of uploads with the settings available in the forum extension we're using in order to prevent abuse.

Thanks for the link via our contact form.

Now, I'm not sure why this error is happening.
Based on the error message, it basically says that the product data is not available on that page.
There are several ways this could happen:
- if the product has been deleted
- if the product has been unpublished
- if the product's "access level" setting doesn't allow access for the current user
- if the product's categories don't allow access for the current user (if the categories are unpublished, or with special access)

Ideally, the plugin should be updated to add a check
Code:
if(empty($viewObj->element)) return;
after the line:
Code:
private function processProductPage(&$viewObj) {
of the file plugins/hikashop/shippingestimation/shippingestimation_class.php

However, even without that modification, if you activate the "Skip virtual products" setting of the plugin, the error should not happen. And of course, this error is a consequence of a problem with the product settings. So, normally, it should not happen if the product is accessible. So I would recommend checking this.
On our end, we'll contact the developer of the plugin to recommend this modification.
Thanks for your feedback.

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

Time to create page: 0.178 seconds
Powered by Kunena Forum