• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Rseventspro! filter problem

Rseventspro! filter problem 9 years 1 month ago #34425

Rsevetspro! RSEvents!Pro 1.9.10 installed on joomla 3.4.8

The home page of the site is a menu item that link a "event list" view.

Its seem that tags and category filter doesn't work correctly.

I try to debug
components\com_rseventspro\models\rseventspro.php

reference to line 61 - 75:

$this->setFilter('tags',$this->getNameType('tag', $tag));

set correctly the tag filter

$this->_filters = $this->getFilters(); (line 75)
get correctly filter
print_r($this->_filters) -> array ( [0] => Array ( [0] => tags ) [1] => Array ( [0] => is ) [2] => Array ( [0] => Mostre )

but
$this->_query = $this->_buildQuery();
ELECT `e`.`id` FROM `#__rseventspro_events` AS `e` LEFT JOIN `#__rseventspro_locations` AS `l` ON `l`.`id` = `e`.`location` WHERE 1 AND (`e`.`completed` = '1' AND `e`.`published` IN (1) AND `e`.`parent` = 0 ) ORDER BY `e`.`start` ASC

build a query without tag filter

Same problem with category filter. The set and get filter works OK, the _buildQuery ignore the filters.

Can you help me ?
The administrator has disabled public write access.

Rseventspro! filter problem 9 years 1 month ago #34430

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Can you please be more precise on how to replicate this ? Can you post a link to your site so i can have a look ?
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Rseventspro! filter problem 9 years 1 month ago #34434

i can't post my site because actually is in developement state in a private network.

Its seem that in the model "class rseventsproModelRseventspro extends JModelLegacy" the setFilter and getFilter method works correctly, but _buildQuery method doesn't build correctly the main query with the filter tag or category.

So che view "even list", with the list of all events, doesn't work if you filter result by clicking on tags or categories.
The administrator has disabled public write access.

Rseventspro! filter problem 9 years 1 month ago #34441

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
I doubt that you are looking in the proper location. Just test the filter functionality here:

http://events.rsjoomla.com/list-events.html

You will notice that it does work.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Rseventspro! filter problem 8 years 10 months ago #35223

I had same issue. After disabling Gzip (in Yootheme template settings) problem was solved
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!