*

MB Themes

Re: SEARCH PAGE ISSUE
« Reply #15 on: June 17, 2023, 01:12:47 PM »
From your error log, I think it was hUtils.php, line 64
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #16 on: June 17, 2023, 04:34:39 PM »
Ok that means we will need to replace this line
Code: [Select]
if(@$item["locale"][$locale][$field] <> '') {

with it this right.  if($item !== null && is_array($item) && !empty($item)) {


The search page has now shown.

But some filters are still throwing the error:
Quote
There was problem loading your listings, please try to refresh this page

Do we have to make changes to those hUtil.php files since the other themes (Gama and Delta) are working properly? Don't we have to rather look at Epsilon to ensure compliance?



*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #17 on: June 18, 2023, 02:44:33 AM »
Found out the the Filter issues are happening with the Custom Fields.

When you try the filter with custom filter then you get error.

All other filters work except custom fields filters.



I can say the filter issue is not theme issue. All other filters are working except the custom fields.

This might be Osclass issue. Not sure this is how it was since. It probably came with the updates?

What can we do about that?

« Last Edit: June 18, 2023, 02:57:57 AM by Smithtech »

*

MB Themes

Re: SEARCH PAGE ISSUE
« Reply #18 on: June 18, 2023, 12:07:47 PM »
What error you get?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #19 on: June 18, 2023, 03:34:22 PM »
Quote
There was problem loading your listings, please try to refresh this page

*

MB Themes

Re: SEARCH PAGE ISSUE
« Reply #20 on: June 19, 2023, 08:58:43 AM »
I've not found such error message in Osclass.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #21 on: June 19, 2023, 11:30:58 AM »
I've not found such error message in Osclass.

Kindly have a look at this screenshot. Also surprised about that error

*

MB Themes

Re: SEARCH PAGE ISSUE
« Reply #22 on: June 19, 2023, 07:07:31 PM »
That will be from theme most probably, check browser console and network tab to see possible errors (or send url)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #23 on: June 26, 2023, 12:48:06 AM »
Got this in browser console

Quote
Failed to load resource: the server responded with a status of 500 (Internal Server Error)

This is the link shown in console for the error: https://exampledomain.co/en/search/sOrder,dt_pub_date/iOrderType,desc/category,22/meta58,No

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Smithtech

  • ****
  • 219 posts
Re: SEARCH PAGE ISSUE
« Reply #25 on: June 26, 2023, 10:35:02 AM »
Yes, but that meta58 is a custom field in this case. So, the browser actually throws HTTP erro 500  in consol

*

MB Themes

Re: SEARCH PAGE ISSUE
« Reply #26 on: June 26, 2023, 06:11:55 PM »
If you woukd get 500, there would be most probably php errror in your logs
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots