-- HikaShop version -- : 4.4
-- Joomla version -- : 3.9.22
-- PHP version -- : 7.2.34
-- Error-message(debug-mod must be tuned on) -- : 404 - Category not found
hi
first my site is working ok, no problems considering my customisations
i updated my joomla to 3.9 and hikashop to 4.4
like i said, ii have customised my product pages with custom fields. i display custom field using this code
<div class="hika_ueser_image_cus">
<?php echo '<img src=".../images/profile-photo/'. $this->product->bannerimage. '" height="471px" width="900px">'; ?>
?>
</div>
my problems is that the photos from the custom field ajax image upload is not being displayed in the front end.
if you check using file manager, the files it is present. The front end only display a ? icon.
note i don't get any errors on the front end even on debug mode max reporting of errors
but when i try to open the image on new tab joomla says,( i right click then open image in new tab ) i get the error
404 - Category not found
You may not be able to visit this page because of:
an out-of-date bookmark/favourite
a search engine that has an out-of-date listing for this site
a mistyped address
you have no access to this page
The requested resource was not found.
An error has occurred while processing your request.
Please try one of the following pages: Home Page
If difficulties persist, please contact the System Administrator of this site and report the error below..
Category not found
please advise thanks