*

amisco

  • **
  • 19 posts
Listings Disappeared
« on: November 10, 2020, 08:46:17 PM »
Hi Osclasspoint,

I ran into an error. All listings on Beta theme not showing except one.

When I deactivate Beta and switch to Blender or Sigma, all listings appear.
When I switch back to Beta, only one listing showing.

I deactivated and reactivated plugins one by one, no success.

I tried restoring to previous state and the problem remains.

Kindly advise.

Thank you

*

MB Themes

Re: Listings Disappeared
« Reply #1 on: November 10, 2020, 09:01:05 PM »
That could be related to t_item_bts table, nmake sure for every listing you have record there.
Copy is made when theme is installed for first time.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

amisco

  • **
  • 19 posts
Re: Listings Disappeared
« Reply #2 on: November 11, 2020, 10:11:11 PM »
That could be related to t_item_bts table, nmake sure for every listing you have record there.
Copy is made when theme is installed for first time.

I noticed Attributes Osclass Plugin v2.2.0 was the plugin causing this error.

I had to go back to the older version and all listings appeared.

Please have a look at the updated version to fix error.

*

MB Themes

Re: Listings Disappeared
« Reply #3 on: November 12, 2020, 10:43:28 AM »
@amisco
Attributes plugin does inner join on t_item_attribute table, if filter contains attributes.
You may also try to change in functions.php word INNER to LEFT OUTER (should be twice there), but results should be same.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

amisco

  • **
  • 19 posts
Re: Listings Disappeared
« Reply #4 on: January 13, 2021, 08:12:01 PM »
I changed INNER to LEFT OUTER (two instances).

It didn't work. Only one ad now shows in each category.

Please advise.

*

MB Themes

Re: Listings Disappeared
« Reply #5 on: January 13, 2021, 08:18:02 PM »
Reactivate theme, reinstall plugins, enable db debug, check queries.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots