Advanced Search

Search Results (Searched for: must be a valid URL)

07 Dec 2023 17:39

MyParcel plugin nor working with custom fields

Category: Install & Update

-- HikaShop version -- : 5.0.2
-- Joomla version -- : 3.10.12
-- PHP version -- : 8.1.0

I just bought the MyParcel plugin but I can't get it work. I think the problem is that we use our own created Hikashop custom address fields for name, street + number and postal code. Is there a wat to map the MyParcel required fields to my own custom fields?

The error I get is: 0 MyParcelNL\Sdk\src\Model\Consignment\AbstractConsignment::setFullStreet(): Argument #1 ($fullStreet) must be of type string, null given, called in ..\plugins\hikashop\myparcel\myparcel.php on line 436

When I next fill the default street field I get the error:

Error in MyParcel API request: 0 - data.shipments[0].recipient.person Must be at least 1 characters long - Failed validation against JSON-SCHEMA shipment/post_shipments_request-v1.1.json (request_id: 343434343434343434343) Url: api.myparcel.nl/shipments Request: {"data":{"shipments":[{"recipient":{"":0}}]}}

Hope this can be fixed...
25 Oct 2023 13:56

Unable to get the size of the image (Plugin attachinvoice)

Category: Orders management

Hello,
I tried by putting your code in the header of the invoice.php file and I still get the error Unable to get the size of the image.
stream_wrapper_unregister('https');
// Register the custom handler
stream_wrapper_register('https', "HttpsInsecureStream", STREAM_IS_URL);
OR
stream_wrapper_unregister('http');
// Register the custom handler
stream_wrapper_register('http', "HttpInsecureStream", STREAM_IS_URL);

If I put the image URL in HTTP or HTTPS format it's the same error.

If I use the second code I get the following message: error stream_wrapper_register(): Argument #2 ($class) must be a valid class name, HttpInsecureStream given

as indicated previously.

Thanks
24 Oct 2023 15:04

Unable to get the size of the image (Plugin attachinvoice)

Category: Orders management

Hi i replace the code with this :
stream_wrapper_unregister('http');
// Register the custom handler
stream_wrapper_register('http', "HttpInsecureStream", STREAM_IS_URL);

but i have this error stream_wrapper_register(): Argument #2 ($class) must be a valid class name, HttpInsecureStream given
the class mentioned in the second argument is not recognized

The website is configured in HTTPS whether on the front or back office side.
06 Oct 2023 04:05

Anti-bot Validation - Unknown error

Category: Customers

-- url of the page with the problem -- : bridgenz.co.nz/user/register
-- HikaShop version -- : 5.0.0
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : Anti-bot Validation - Unknown error

Hello, recently a site which has been running Hikashop for years has just started reporting "Anti-bot Validation - Unknown error" when on the User registration page. I have been using the recapcha plugin for Hikashop and it has been working (I think) until recently. I have checked the ReCapcha API Keys and they are valid. I also read that I should configure the recapcha to be after the email and not the address as they is no address fields in the form. This did not make a lot of difference. There was also one other forum post about this but was in French so could not read this.

Any pointers on what to do?
23 Sep 2023 14:11

Probleme mit Plugin Chart fee

Category: German

-- HikaShop version -- : 5.0.0
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.1.2
-- Browser(s) name and version -- : Firefox 117.0.1
-- Error-message(debug-mod must be tuned on) -- : PHP Errors

Hallo,
ich habe probleme mit dem plugin Cart fee
Ich bekomme diverse fehler:
( ! ) Warning: Undefined variable $amount in /var/www/breisig.live/www/htdocs/plugins/hikashop/fees/fees.php on line 99
Call Stack
#	Time	Memory	Function	Location
1	0.0000	365744	{main}( )	.../index.php:0
2	0.0000	366512	require_once( '/var/www/breisig.live/www/htdocs/includes/app.php )	.../index.php:32
3	0.0050	987320	Joomla\CMS\Application\CMSApplication->execute( )	.../app.php:61
4	0.0055	1131776	Joomla\CMS\Application\SiteApplication->doExecute( )	.../CMSApplication.php:293
5	0.0595	3634496	Joomla\CMS\Application\SiteApplication->dispatch( $component = ??? )	.../SiteApplication.php:249
6	0.0605	3663280	Joomla\CMS\Component\ComponentHelper::renderComponent( $option = 'com_hikashop', $params = ??? )	.../SiteApplication.php:208
7	0.0614	3720608	Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch( )	.../ComponentHelper.php:361
8	0.0655	4459976	Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure:/var/www/breisig.live/www/htdocs/libraries/src/Dispatcher/LegacyComponentDispatcher.php:70-72}( $path = '/var/www/breisig.live/www/htdocs/components/com_hikashop/hikashop.php' )	.../LegacyComponentDispatcher.php:73
9	0.0655	4461000	require_once( '/var/www/breisig.live/www/htdocs/components/com_hikashop/hikashop.php )	.../LegacyComponentDispatcher.php:71
10	0.0689	4683576	hikashopController->execute( $task = 'listing' )	.../hikashop.php:88
11	0.0689	4683576	Joomla\CMS\MVC\Controller\BaseController->execute( $task = 'listing' )	.../helper.php:2530
12	0.0689	4683576	hikashopController->listing( )	.../BaseController.php:678
13	0.0689	4683576	hikashopController->display( $cachable = ???, $urlparams = ??? )	.../helper.php:2261
14	0.0691	4690360	Joomla\CMS\MVC\Controller\BaseController->display( $cachable = FALSE, $urlparams = FALSE )	.../helper.php:2552
15	0.0691	4690360	CategoryViewCategory->display( $tpl = ???, $params = ??? )	.../BaseController.php:645
16	0.0793	5126064	hikashopView->display( $tpl = NULL )	.../view.html.php:26
17	0.0795	5142800	Joomla\CMS\MVC\View\HtmlView->display( $tpl = NULL )	.../helper.php:2843
18	0.0795	5142848	hikashopView->loadTemplate( $tpl = NULL )	.../HtmlView.php:203
19	0.0797	5142848	Joomla\CMS\MVC\View\HtmlView->loadTemplate( $tpl = NULL )	.../helper.php:2889
20	0.0797	5163760	include( '/var/www/breisig.live/www/htdocs/components/com_hikashop/views/category/tmpl/listing.php )	.../HtmlView.php:410
21	0.0800	5186064	hikashop_getLayout( $controller = 'product', $layout = 'listing', $params = class hikaParameter { protected $data = class stdClass { public $layout_type = 'div'; public $columns = '4'; public $rows = '4'; public $limit = '16'; public $enable_switcher = '1'; public $div_item_layout_type = 'img_title'; public $image_width = '325'; public $image_height = ''; public $product_transition_effect = 'linear'; public $product_effect_duration = ''; public $pane_height = ''; public $text_center = '1'; public $show_description_listing = '0'; public $consistencyheight = '1'; public $infinite_scroll = '0'; public $background_color = ''; public $margin = '10'; public $border_visible = '0'; public $rounded_corners = '1'; public $zoom_on_hover = '0'; public $ul_class_name = ''; public $product_order = 'ordering'; public $order_dir = 'ASC'; public $random = '0'; public $filter_type = '0'; public $use_module_name = '0'; public $discounted_only = '0'; public $related_products_from_cart = '0'; public $show_out_of_stock = '1'; public $link_to_product_page = '1'; public $product_popup_mode = '0'; public $show_price = '1'; public $price_display_type = 'cheapest'; public $price_with_tax = '3'; public $show_original_price = '1'; public $show_discount = '1'; public $add_to_cart = '1'; public $add_to_wishlist = '0'; public $show_quantity_field = '0'; public $product_waitlist = '0'; public $product_contact_button = '0'; public $details_button = '1'; public $show_vote = '0'; public $display_custom_item_fields = '0'; public $display_filters = '0'; public $display_badges = '0'; public $content_synchronize = 1; public $main_div_name = 'hikashop_category_information_module_'; public $selectparentlisting = '12'; public $recently_viewed = 0; public $show_vote_product = '0'; public $product_synchronize = '1'; public $show_price_weight = 0; public $show_compare = 0; public $catalogue = 0; public $show_limit = 1 }; protected $initialized = FALSE; protected $separator = '.' }, $js = '', $backend = ??? )	.../listing.php:141
22	0.0802	5210808	ProductViewProduct->display( $tpl = NULL, $params = class hikaParameter { protected $data = class stdClass { public $layout_type = 'div'; public $columns = '4'; public $rows = '4'; public $limit = '16'; public $enable_switcher = '1'; public $div_item_layout_type = 'img_title'; public $image_width = '325'; public $image_height = ''; public $product_transition_effect = 'linear'; public $product_effect_duration = ''; public $pane_height = ''; public $text_center = '1'; public $show_description_listing = '0'; public $consistencyheight = '1'; public $infinite_scroll = '0'; public $background_color = ''; public $margin = '10'; public $border_visible = '0'; public $rounded_corners = '1'; public $zoom_on_hover = '0'; public $ul_class_name = ''; public $product_order = 'ordering'; public $order_dir = 'ASC'; public $random = '0'; public $filter_type = '0'; public $use_module_name = '0'; public $discounted_only = '0'; public $related_products_from_cart = '0'; public $show_out_of_stock = '1'; public $link_to_product_page = '1'; public $product_popup_mode = '0'; public $show_price = '1'; public $price_display_type = 'cheapest'; public $price_with_tax = '3'; public $show_original_price = '1'; public $show_discount = '1'; public $add_to_cart = '1'; public $add_to_wishlist = '0'; public $show_quantity_field = '0'; public $product_waitlist = '0'; public $product_contact_button = '0'; public $details_button = '1'; public $show_vote = '0'; public $display_custom_item_fields = '0'; public $display_filters = '0'; public $display_badges = '0'; public $content_synchronize = 1; public $main_div_name = 'hikashop_category_information_module_'; public $selectparentlisting = '12'; public $recently_viewed = 0; public $show_vote_product = '0'; public $product_synchronize = '1'; public $show_price_weight = 0; public $show_compare = 0; public $catalogue = 0; public $show_limit = 1 }; protected $initialized = FALSE; protected $separator = '.' } )	.../helper.php:929
23	0.0937	5448496	hikashopView->display( $tpl = NULL )	.../view.html.php:29
24	0.0937	5448904	Joomla\CMS\Application\WebApplication->triggerEvent( $eventName = 'onHikashopBeforeDisplayView', $args = [0 => class ProductViewProduct { protected $_errors = [...]; public $document = NULL; protected $option = 'com_hikashop'; protected $_name = 'product'; protected $_models = [...]; protected $_defaultModel = NULL; private ${Joomla\CMS\MVC\View\AbstractView}dispatcher = NULL; protected $_basePath = '/var/www/breisig.live/www/htdocs/components/com_hikashop'; protected $_layout = 'listing'; protected $_layoutExt = 'php'; protected $_layoutTemplate = '_'; protected $_path = [...]; protected $_template = NULL; protected $_output = NULL; protected $_charset = 'UTF-8'; private ${Joomla\CMS\MVC\View\HtmlView}currentUser = class Joomla\CMS\User\User { ... }; public $triggerView = [...]; public $displayView = TRUE; public $toolbar = [...]; public $direction = 'ltr'; public $chosen = TRUE; public $extrafilters = [...]; public $title = ''; public $allowInlineJavascript = FALSE; public $extraData = NULL; public $toolbarHelper = NULL; public $paramBase = 'com_hikashop.product_hikashop_category_information_module__12'; public $pageInfo = class stdClass { ... }; public $params = class hikaParameter { ... }; public $searchOptions = NULL; public $openfeatures_class = NULL; public $pagination = class hikashopPaginationHelper { ... }; public $doOrdering = NULL; public $ordering = NULL; public $dynamicAttributes = [...]; public $type = 'main'; public $ctrl = 'category'; public $nameListing = 'PRODUCTS'; public $nameForm = 'PRODUCTS'; public $icon = 'product'; public $module = TRUE; public $baseurl = ''; public $config = class hikashopConfigClass { ... }; public $modules = [...]; public $fieldsClass = class hikashopFieldClass { ... }; public $quantityDisplayType = class hikashopQuantitydisplayType { ... }; public $badgeClass = class hikashopBadgeClass { ... }; public $currencyClass = class hikashopCurrencyClass { ... }; public $toggleHelper = class hikashopToggleHelper { ... }; public $imageHelper = class hikashopImageHelper { ... }; public $currencyHelper = class hikashopCurrencyClass { ... }; public $toggleClass = class hikashopToggleHelper { ... }; public $image = class hikashopImageHelper { ... }; public $classbadge = class hikashopBadgeClass { ... }; public $categoryFromURL = FALSE; public $category_selected = '_12'; public $task = 'listing'; public $itemid = '&Itemid=287'; public $ajax = TRUE; public $currentId = 12; public $displayedFilters = ''; public $cart = class hikashopCartHelper { ... }; public $maxFilter = -1; public $maxColumn = '2'; public $filters = [...]; public $filterClass = class hikashopFilterClass { ... }; public $filterTypeClass = class hikashopFilterTypeClass { ... }; public $heightConfig = '100'; public $showResetButton = '1'; public $showButton = '1'; public $displayFieldset = '1'; public $buttonPosition = 'inside'; public $collapsable = '1'; public $scrollToTop = FALSE; public $element = class stdClass { ... }; public $listingQuery = ' FROM #__hikashop_product_category AS a LEFT JOIN #__hikashop_product AS b ON a.product_id=b.product_id WHERE (b.product_published = 1) AND (b.product_type = \'main\') AND (a.category_id IN (12)) AND ((b.product_access = \'all\' OR b.product_access LIKE \'%,9,%\')) ORDER BY a.ordering ASC'; public $productFields = [...]; public $rows = [...]; public $characteristicsToBeDisplayed = [...]; public $category_pathway = ''; public $redirect_url = '%2Fevents%2Fcheckout' }] )	.../helper.php:2800
25	0.0937	5449000	Joomla\Event\Dispatcher->dispatch( $name = 'onHikashopBeforeDisplayView', $event = class Joomla\Event\Event { protected $name = 'onHikashopBeforeDisplayView'; protected $arguments = [0 => class ProductViewProduct { ... }, 'result' => [...]]; protected $stopped = FALSE } )	.../EventAware.php:111
26	0.0938	5450368	hikashopJoomlaPlugin->onHikashopBeforeDisplayViewHandler( class Joomla\Event\Event { protected $name = 'onHikashopBeforeDisplayView'; protected $arguments = [0 => class ProductViewProduct { ... }, 'result' => [...]]; protected $stopped = FALSE } )	.../Dispatcher.php:486
27	0.0938	5450744	hikashopJoomlaPlugin->__call( $name = 'onHikashopBeforeDisplayViewHandler', $arguments = [0 => class Joomla\Event\Event { protected $name = 'onHikashopBeforeDisplayView'; protected $arguments = [...]; protected $stopped = FALSE }] )	.../Dispatcher.php:486
28	0.0938	5451816	plgHikashoppaymentPaypalcheckout->onHikashopBeforeDisplayView( $view = class ProductViewProduct { protected $_errors = []; public $document = NULL; protected $option = 'com_hikashop'; protected $_name = 'product'; protected $_models = []; protected $_defaultModel = NULL; private ${Joomla\CMS\MVC\View\AbstractView}dispatcher = NULL; protected $_basePath = '/var/www/breisig.live/www/htdocs/components/com_hikashop'; protected $_layout = 'listing'; protected $_layoutExt = 'php'; protected $_layoutTemplate = '_'; protected $_path = ['template' => [...], 'helper' => [...]]; protected $_template = NULL; protected $_output = NULL; protected $_charset = 'UTF-8'; private ${Joomla\CMS\MVC\View\HtmlView}currentUser = class Joomla\CMS\User\User { protected $_errors = [...]; protected $isRoot = NULL; public $id = 0; public $name = NULL; public $username = NULL; public $email = NULL; public $password = NULL; public $password_clear = ''; public $block = NULL; public $sendEmail = 0; public $registerDate = NULL; public $lastvisitDate = NULL; public $activation = NULL; public $params = NULL; public $groups = [...]; public $guest = 1; public $lastResetTime = NULL; public $resetCount = NULL; public $requireReset = NULL; protected $_params = class Joomla\Registry\Registry { ... }; protected $_authGroups = NULL; protected $_authLevels = [...]; protected $_authActions = NULL; protected $_errorMsg = NULL; public $aid = 0 }; public $triggerView = [0 => 'hikashop', 1 => 'hikashopshipping', 2 => 'hikashoppayment']; public $displayView = TRUE; public $toolbar = []; public $direction = 'ltr'; public $chosen = TRUE; public $extrafilters = []; public $title = ''; public $allowInlineJavascript = FALSE; public $extraData = NULL; public $toolbarHelper = NULL; public $paramBase = 'com_hikashop.product_hikashop_category_information_module__12'; public $pageInfo = class stdClass { public $filter = class stdClass { ... }; public $limit = class stdClass { ... }; public $search = ''; public $currency_id = 1; public $zone_id = 81; public $elements = class stdClass { ... } }; public $params = class hikaParameter { protected $data = class stdClass { ... }; protected $initialized = FALSE; protected $separator = '.' }; public $searchOptions = NULL; public $openfeatures_class = NULL; public $pagination = class hikashopPaginationHelper { public $limitstart = 0; public $limit = 16; public $total = 1; public $prefix = ''; public $pagesStart = 1; public $pagesStop = 1; public $pagesCurrent = 1; public $pagesTotal = 1; public $hideEmptyLimitstart = FALSE; protected $viewall = FALSE; protected $additionalUrlParams = [...]; protected $app = class Joomla\CMS\Application\SiteApplication { ... }; protected $data = NULL; public $hikaSuffix = ''; public $form = '' }; public $doOrdering = NULL; public $ordering = NULL; public $dynamicAttributes = []; public $type = 'main'; public $ctrl = 'category'; public $nameListing = 'PRODUCTS'; public $nameForm = 'PRODUCTS'; public $icon = 'product'; public $module = TRUE; public $baseurl = ''; public $config = class hikashopConfigClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $values = [...] }; public $modules = []; public $fieldsClass = class hikashopFieldClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $errors = [...]; public $prefix = ''; public $suffix = ''; public $excludeValue = [...]; public $toggle = [...]; public $where = [...]; public $skipAddressName = FALSE; public $report = TRUE; public $messages = [...]; public $externalValues = NULL; public $regexs = [...] }; public $quantityDisplayType = class hikashopQuantitydisplayType { public $default = [...] }; public $badgeClass = class hikashopBadgeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...] }; public $currencyClass = class hikashopCurrencyClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $taxRates = NULL; public $_loadedVariants = [...] }; public $toggleHelper = class hikashopToggleHelper { public $ctrl = 'toggle'; public $extra = ''; public $token = '&370e4c054bfc5ec50d06986f535a7960=1' }; public $imageHelper = class hikashopImageHelper { public $thumbnail = 1; public $uploadFolder_url = '/images/com_hikashop/upload/'; public $uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $thumbnail_x = 475; public $thumbnail_y = 475; public $main_uploadFolder_url = '/images/com_hikashop/upload/'; public $main_uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $main_thumbnail_x = 475; public $main_thumbnail_y = 475; public $override = FALSE; protected $image_mode = 'GD' }; public $currencyHelper = class hikashopCurrencyClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $taxRates = NULL; public $_loadedVariants = [...] }; public $toggleClass = class hikashopToggleHelper { public $ctrl = 'toggle'; public $extra = ''; public $token = '&370e4c054bfc5ec50d06986f535a7960=1' }; public $image = class hikashopImageHelper { public $thumbnail = 1; public $uploadFolder_url = '/images/com_hikashop/upload/'; public $uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $thumbnail_x = 475; public $thumbnail_y = 475; public $main_uploadFolder_url = '/images/com_hikashop/upload/'; public $main_uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $main_thumbnail_x = 475; public $main_thumbnail_y = 475; public $override = FALSE; protected $image_mode = 'GD' }; public $classbadge = class hikashopBadgeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...] }; public $categoryFromURL = FALSE; public $category_selected = '_12'; public $task = 'listing'; public $itemid = '&Itemid=287'; public $ajax = TRUE; public $currentId = 12; public $displayedFilters = ''; public $cart = class hikashopCartHelper { public $override = FALSE }; public $maxFilter = -1; public $maxColumn = '2'; public $filters = []; public $filterClass = class hikashopFilterClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $canBeUsed = TRUE }; public $filterTypeClass = class hikashopFilterTypeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $receivedFilter = ''; public $parent = NULL; public $canBeUsed = TRUE }; public $heightConfig = '100'; public $showResetButton = '1'; public $showButton = '1'; public $displayFieldset = '1'; public $buttonPosition = 'inside'; public $collapsable = '1'; public $scrollToTop = FALSE; public $element = class stdClass { public $category_id = 12; public $category_parent_id = 1; public $category_type = 'product'; public $category_name = 'Veranstaltungen'; public $category_description = ''; public $category_published = 1; public $category_ordering = 6; public $category_left = 26; public $category_right = 27; public $category_depth = 1; public $category_namekey = 'root_1692645207_644740240'; public $category_created = 1692645207; public $category_modified = 1692645207; public $category_access = 'all'; public $category_menu = 0; public $category_keywords = ''; public $category_meta_description = ''; public $category_layout = ''; public $category_page_title = ''; public $category_alias = 'veranstaltungen'; public $category_site_id = ''; public $category_canonical = ''; public $category_quantity_layout = ''; public $file_id = NULL; public $file_name = NULL; public $file_description = NULL; public $file_path = NULL; public $file_type = NULL; public $file_ref_id = NULL; public $file_free_download = NULL; public $file_ordering = NULL; public $file_limit = NULL; public $file_access = NULL; public $file_time_limit = NULL }; public $listingQuery = ' FROM #__hikashop_product_category AS a LEFT JOIN #__hikashop_product AS b ON a.product_id=b.product_id WHERE (b.product_published = 1) AND (b.product_type = \'main\') AND (a.category_id IN (12)) AND ((b.product_access = \'all\' OR b.product_access LIKE \'%,9,%\')) ORDER BY a.ordering ASC'; public $productFields = []; public $rows = [0 => class stdClass { ... }]; public $characteristicsToBeDisplayed = []; public $category_pathway = ''; public $redirect_url = '%2Fevents%2Fcheckout' } )	.../pluginCompat.php:50
29	0.0938	5451816	plgHikashoppaymentPaypalcheckout->processListing( $view = class ProductViewProduct { protected $_errors = []; public $document = NULL; protected $option = 'com_hikashop'; protected $_name = 'product'; protected $_models = []; protected $_defaultModel = NULL; private ${Joomla\CMS\MVC\View\AbstractView}dispatcher = NULL; protected $_basePath = '/var/www/breisig.live/www/htdocs/components/com_hikashop'; protected $_layout = 'listing'; protected $_layoutExt = 'php'; protected $_layoutTemplate = '_'; protected $_path = ['template' => [...], 'helper' => [...]]; protected $_template = NULL; protected $_output = NULL; protected $_charset = 'UTF-8'; private ${Joomla\CMS\MVC\View\HtmlView}currentUser = class Joomla\CMS\User\User { protected $_errors = [...]; protected $isRoot = NULL; public $id = 0; public $name = NULL; public $username = NULL; public $email = NULL; public $password = NULL; public $password_clear = ''; public $block = NULL; public $sendEmail = 0; public $registerDate = NULL; public $lastvisitDate = NULL; public $activation = NULL; public $params = NULL; public $groups = [...]; public $guest = 1; public $lastResetTime = NULL; public $resetCount = NULL; public $requireReset = NULL; protected $_params = class Joomla\Registry\Registry { ... }; protected $_authGroups = NULL; protected $_authLevels = [...]; protected $_authActions = NULL; protected $_errorMsg = NULL; public $aid = 0 }; public $triggerView = [0 => 'hikashop', 1 => 'hikashopshipping', 2 => 'hikashoppayment']; public $displayView = TRUE; public $toolbar = []; public $direction = 'ltr'; public $chosen = TRUE; public $extrafilters = []; public $title = ''; public $allowInlineJavascript = FALSE; public $extraData = NULL; public $toolbarHelper = NULL; public $paramBase = 'com_hikashop.product_hikashop_category_information_module__12'; public $pageInfo = class stdClass { public $filter = class stdClass { ... }; public $limit = class stdClass { ... }; public $search = ''; public $currency_id = 1; public $zone_id = 81; public $elements = class stdClass { ... } }; public $params = class hikaParameter { protected $data = class stdClass { ... }; protected $initialized = FALSE; protected $separator = '.' }; public $searchOptions = NULL; public $openfeatures_class = NULL; public $pagination = class hikashopPaginationHelper { public $limitstart = 0; public $limit = 16; public $total = 1; public $prefix = ''; public $pagesStart = 1; public $pagesStop = 1; public $pagesCurrent = 1; public $pagesTotal = 1; public $hideEmptyLimitstart = FALSE; protected $viewall = FALSE; protected $additionalUrlParams = [...]; protected $app = class Joomla\CMS\Application\SiteApplication { ... }; protected $data = NULL; public $hikaSuffix = ''; public $form = '' }; public $doOrdering = NULL; public $ordering = NULL; public $dynamicAttributes = []; public $type = 'main'; public $ctrl = 'category'; public $nameListing = 'PRODUCTS'; public $nameForm = 'PRODUCTS'; public $icon = 'product'; public $module = TRUE; public $baseurl = ''; public $config = class hikashopConfigClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $values = [...] }; public $modules = []; public $fieldsClass = class hikashopFieldClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $errors = [...]; public $prefix = ''; public $suffix = ''; public $excludeValue = [...]; public $toggle = [...]; public $where = [...]; public $skipAddressName = FALSE; public $report = TRUE; public $messages = [...]; public $externalValues = NULL; public $regexs = [...] }; public $quantityDisplayType = class hikashopQuantitydisplayType { public $default = [...] }; public $badgeClass = class hikashopBadgeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...] }; public $currencyClass = class hikashopCurrencyClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $taxRates = NULL; public $_loadedVariants = [...] }; public $toggleHelper = class hikashopToggleHelper { public $ctrl = 'toggle'; public $extra = ''; public $token = '&370e4c054bfc5ec50d06986f535a7960=1' }; public $imageHelper = class hikashopImageHelper { public $thumbnail = 1; public $uploadFolder_url = '/images/com_hikashop/upload/'; public $uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $thumbnail_x = 475; public $thumbnail_y = 475; public $main_uploadFolder_url = '/images/com_hikashop/upload/'; public $main_uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $main_thumbnail_x = 475; public $main_thumbnail_y = 475; public $override = FALSE; protected $image_mode = 'GD' }; public $currencyHelper = class hikashopCurrencyClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $taxRates = NULL; public $_loadedVariants = [...] }; public $toggleClass = class hikashopToggleHelper { public $ctrl = 'toggle'; public $extra = ''; public $token = '&370e4c054bfc5ec50d06986f535a7960=1' }; public $image = class hikashopImageHelper { public $thumbnail = 1; public $uploadFolder_url = '/images/com_hikashop/upload/'; public $uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $thumbnail_x = 475; public $thumbnail_y = 475; public $main_uploadFolder_url = '/images/com_hikashop/upload/'; public $main_uploadFolder = '/var/www/breisig.live/www/htdocs/images/com_hikashop/upload/'; public $main_thumbnail_x = 475; public $main_thumbnail_y = 475; public $override = FALSE; protected $image_mode = 'GD' }; public $classbadge = class hikashopBadgeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...] }; public $categoryFromURL = FALSE; public $category_selected = '_12'; public $task = 'listing'; public $itemid = '&Itemid=287'; public $ajax = TRUE; public $currentId = 12; public $displayedFilters = ''; public $cart = class hikashopCartHelper { public $override = FALSE }; public $maxFilter = -1; public $maxColumn = '2'; public $filters = []; public $filterClass = class hikashopFilterClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $toggle = [...]; public $canBeUsed = TRUE }; public $filterTypeClass = class hikashopFilterTypeClass { protected $_errors = [...]; public $tables = [...]; public $pkeys = [...]; public $namekeys = [...]; protected $db = class Joomla\Database\Mysqli\MysqliDriver { ... }; protected $database = class Joomla\Database\Mysqli\MysqliDriver { ... }; public $receivedFilter = ''; public $parent = NULL; public $canBeUsed = TRUE }; public $heightConfig = '100'; public $showResetButton = '1'; public $showButton = '1'; public $displayFieldset = '1'; public $buttonPosition = 'inside'; public $collapsable = '1'; public $scrollToTop = FALSE; public $element = class stdClass { public $category_id = 12; public $category_parent_id = 1; public $category_type = 'product'; public $category_name = 'Veranstaltungen'; public $category_description = ''; public $category_published = 1; public $category_ordering = 6; public $category_left = 26; public $category_right = 27; public $category_depth = 1; public $category_namekey = 'root_1692645207_644740240'; public $category_created = 1692645207; public $category_modified = 1692645207; public $category_access = 'all'; public $category_menu = 0; public $category_keywords = ''; public $category_meta_description = ''; public $category_layout = ''; public $category_page_title = ''; public $category_alias = 'veranstaltungen'; public $category_site_id = ''; public $category_canonical = ''; public $category_quantity_layout = ''; public $file_id = NULL; public $file_name = NULL; public $file_description = NULL; public $file_path = NULL; public $file_type = NULL; public $file_ref_id = NULL; public $file_free_download = NULL; public $file_ordering = NULL; public $file_limit = NULL; public $file_access = NULL; public $file_time_limit = NULL }; public $listingQuery = ' FROM #__hikashop_product_category AS a LEFT JOIN #__hikashop_product AS b ON a.product_id=b.product_id WHERE (b.product_published = 1) AND (b.product_type = \'main\') AND (a.category_id IN (12)) AND ((b.product_access = \'all\' OR b.product_access LIKE \'%,9,%\')) ORDER BY a.ordering ASC'; public $productFields = []; public $rows = [0 => class stdClass { ... }]; public $characteristicsToBeDisplayed = []; public $category_pathway = ''; public $redirect_url = '%2Fevents%2Fcheckout' } )	.../paypalcheckout.php:176
30	0.0938	5451816	plgHikashoppaymentPaypalcheckout->getPaymentMethod( )	.../paypalcheckout.php:225
31	0.0939	5452480	hikashopCartClass->getFullCart( $cart_id = ???, $options = ??? )	.../paypalcheckout.php:349
32	0.1170	5613640	Joomla\CMS\Application\WebApplication->triggerEvent( $eventName = 'onAfterCartShippingLoad', $args = [0 => class stdClass { public $cart_id = 73; public $user_id = 0; public $session_id = 'qvm7e11h2hki8tp9tn42a2rffk'; public $cart_modified = 1695470913; public $cart_type = 'cart'; public $cart_coupon = ''; public $cart_currency_id = 1; public $cart_payment_id = 3; public $cart_shipping_ids = [...]; public $cart_billing_address_id = 0; public $cart_shipping_address_ids = 0; public $cart_name = ''; public $cart_current = 1; public $cart_share = 'nobody'; public $cart_params = class stdClass { ... }; public $cart_fields = NULL; public $cart_ip = '178.162.225.9'; public $cart_products = [...]; public $additional = [...]; public $total = class stdClass { ... }; public $full_total = class stdClass { ... }; public $messages = [...]; public $package = [...]; public $usable_methods = class stdClass { ... }; public $usable_addresses = class stdClass { ... }; public $products = [...]; public $order_fields = [...]; public $item_fields = [...]; public $quantity = class stdClass { ... }; public $volume = 0; public $weight = 0; public $total_quantity = 1; public $volume_unit = 'm'; public $weight_unit = 'kg'; public $shipping = [...]; public $shipping_prices = [...]; public $cache = class stdClass { ... }; public $shipping_groups = [...] }] )	.../cart.php:1448
33	0.1170	5613736	Joomla\Event\Dispatcher->dispatch( $name = 'onAfterCartShippingLoad', $event = class Joomla\Event\Event { protected $name = 'onAfterCartShippingLoad'; protected $arguments = [0 => class stdClass { ... }]; protected $stopped = FALSE } )	.../EventAware.php:111
34	0.1170	5614384	Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure:/var/www/breisig.live/www/htdocs/libraries/src/Plugin/CMSPlugin.php:268-294}( $event = class Joomla\Event\Event { protected $name = 'onAfterCartShippingLoad'; protected $arguments = [0 => class stdClass { ... }]; protected $stopped = FALSE } )	.../Dispatcher.php:486
35	0.1170	5614760	plgHikashopFees->onAfterCartShippingLoad( $cart = class stdClass { public $cart_id = 73; public $user_id = 0; public $session_id = 'qvm7e11h2hki8tp9tn42a2rffk'; public $cart_modified = 1695470913; public $cart_type = 'cart'; public $cart_coupon = ''; public $cart_currency_id = 1; public $cart_payment_id = 3; public $cart_shipping_ids = [0 => '2@1']; public $cart_billing_address_id = 0; public $cart_shipping_address_ids = 0; public $cart_name = ''; public $cart_current = 1; public $cart_share = 'nobody'; public $cart_params = class stdClass { }; public $cart_fields = NULL; public $cart_ip = '178.162.225.9'; public $cart_products = [79 => class stdClass { ... }]; public $additional = []; public $total = class stdClass { public $prices = [...] }; public $full_total = class stdClass { public $prices = [...] }; public $messages = []; public $package = ['zone' => 81, 'volume' => [...], 'weight' => [...], 'total_quantity' => 1, 'total_items' => 1]; public $usable_methods = class stdClass { public $shipping = [...]; public $shipping_valid = TRUE }; public $usable_addresses = class stdClass { public $billing = [...]; public $shipping = [...] }; public $products = [79 => class stdClass { ... }]; public $order_fields = []; public $item_fields = []; public $quantity = class stdClass { public $total = 1; public $items = 1 }; public $volume = 0; public $weight = 0; public $total_quantity = 1; public $volume_unit = 'm'; public $weight_unit = 'kg'; public $shipping = [0 => class stdClass { ... }]; public $shipping_prices = [0 => class stdClass { ... }]; public $cache = class stdClass { public $shipping_key = 'a3b34d0f1acc6ade81742416d77b2752dae86135'; public $shipping = [...] }; public $shipping_groups = [1 => class stdClass { ... }] } )	.../CMSPlugin.php:284

Weiterhin ist mir nicht klar welche Platzhalter ich verwenden kann.
06 Sep 2023 13:34

Mode de paiement STRIPE KO : code invalide empêche le paiement

Category: Support en Français (French Support)

-- url of the page with the problem -- : lilakreun.com/shop/checkout/layout-listing/task-step/cid-3
-- HikaShop version -- : Starter 4.7.5
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.1.22
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : 0
Call to a member function createPaymentIntent() on null

Bonjour la Team Hiksahop,

Je reviens vers vous au sujet du mode de paiement Stripe que j'utilise sur mon site pour les commandes par CB.
Le module fonctionnait parfaitement bien sous Joomla 3 mais suite à la migration, j'ai constaté qu'il y avait une erreur à la validation de la CB.

J'ai choisi la validation de la CB durant le checkout, ce qui marchait parfaitement auparavant.
Par acquis de conscience, j'ai remis à jour les clés API de Stripe mais rien n'y fait.

Le message d'erreur est le suivant : 0
Call to a member function createPaymentIntent() on null

Une idée à me suggérer svp?

Merci par avance :)

Got mad
03 Jul 2023 17:43

Payment return URL fails

Category: Checkout

-- HikaShop version -- : 4.7.1
-- Joomla version -- : 4.2.8
-- PHP version -- : 8
-- Error-message(debug-mod must be tuned on) -- : Questa pagina non reindirizza in modo corretto

Hi,
I've implemented a payment plugin based on the one indicated, but slightly different because based in API and not on forma data sending.
Everything works ok until redirect to checkout, which fails. This is the plugin workflow:

- onAfterOrderConfirm: I send payment data to API and receive back Transaction Id and the return url for display payment options
- I store transcation Id in order_payment_params DB (needed later) and redirect to return URL
- on returned URL I make the payment (sandbox mode)
- after payment is completed the system redirects to notify URL
- onPaymentNotification: I get the transaction Id from DB, based on order Id and send it back to API to check payment
- Payment is confirmed, so I update the order state to verifiled

Until now everythig works like a charm, but when I try to redirect to return URL I get the error
"Questa pagina non reindirizza in modo corretto
Si è verificato un errore durante la connessione a zoequattro.davide-strati.it.
Questo problema spesso è causato dal blocco o dal rifiuto dei cookie."

Return URL is:
HIKASHOP_LIVE.'index.php?option=com_hikashop&ctrl=checkout&task=after_end&order_id='.$order_id.$this->url_itemid;
Returned is like:
zoequattro.davide-strati.it/index.php?op...order_token=ADnplTaq

I tried disabling Attachinvoice plugin, that gave problems, with no result.
I enabled debugging at higher grade, bu no error is outputted.
Payment logs are ok.

If you want you can test the payment with the following data:
MasterCard nr. 5256103270096532
valid until 04/25
CVV2: 241

Attached you can see Payment log.
Thanks for help!

Barbara
07 May 2023 04:04

Square Payment returns Error

Category: Payment Methods

-- url of the page with the problem -- : langecraft.com/NEW/
-- HikaShop version -- : 4.7.2
-- Joomla version -- : 4.3.0
-- PHP version -- : 8.0.28
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : GOOGLE_ACCOUNT_ID_INVALID

Don't know if this a Hika problem or a Developer Issue

Installed, Enabled, and setup in Hikashop per documentation. Processed an order, it took me to a Checkout page, Input email address, CC number, expire and code and Zip Code
Processed Payment and money is in my account.
Returned to my site with Thank You and the error message
info
Thank you for your purchase.
You can now access your order here.
GOOGLE_ACCOUNT_ID_INVALID


27 Apr 2023 22:47

Upcoming Changes to the DRC and FedEx Web Services WSDLs

Category: Shipping Methods

-- url of the page with the problem -- : aquacoral.com
-- HikaShop version -- : 4.7.2
-- Joomla version -- : 4.1.3
-- PHP version -- : 8.1.13
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : none

One of my clients received a notification from Fedex today. Essentially saying:

FedEx Web Services Tracking and Address Validation Retirement Announcement
On August 18, 2022, an announcement was released that FedEx Web Services (SOAP) WSDLs were placed into development containment.
Effective May 15, 2024, the following FedEx Web Services WSDLs will be retired:
• Tracking WSDL
• Address Validation WSDL
• Validate Postal Codes WSDL


Is this anything that she should be worried about? I'm sure you guys are on it, but how can I put her mind at ease?
Displaying 1 - 9 out of 9 results.
Time to create page: 0.330 seconds
Powered by Kunena Forum