By Alexandre Cayer on Monday, 10 November 2014
Posted in Technical Issues
Replies 4
Likes 0
Views 421
Votes 0
Hi Guys,

Was trying the module Dating search to test the Distance within feature from the BROWSE USER toolbar option since I want to implement it to my GROUP's address to search group by distance.

Here is a screen of my input.

Here is there error: 1146
TABLE 'AIDJURIS_MAIN.ARRAY' DOESN'T EXIST SQL=SELECT COUNT(1) FROM (SELECT * FROM ARRAY) AS ZCOUNT

I have provided site info.

Alex
Hello Alex,

I am sorry for the delay of this reply.

Regarding your issue, its an issue with the search I've added the fix internally and for the quick fix, open the file 'JOOMLA/easysocial/administrator/components/com_easysocial/models/users.php' and add below block of code at line 1418:


if (! $query) {
return array();
}


So your code should look like this: http://screen.stackideas.com/2014-11-11_1117.png

The fix will be added into next release of EasySocial.

Hope this help and have a nice day
Sam
·
Tuesday, 11 November 2014 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, to search with the distance, you will need to click on the 'detect location' button to get your currently geolocation

Hope this help and have a nice day!
Sam
·
Tuesday, 11 November 2014 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Lol I was just about to reply to you about unfamiliar the searching is lollll about to have to click on the button. Honestly you have to make something clearer.... It took few times to guess that I had to click on the button

Really really not intuitive lol

How we can use that function to have the same exact module to look for GROUPS that have an ADDRESS customfield?
·
Tuesday, 11 November 2014 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

Thanks for the feedback and your suggestion. We will see if we can include some instruction in distance search the 'detect location' button. Maybe the label of this button is not clear enough

How we can use that function to have the same exact module to look for GROUPS that have an ADDRESS customfield?


I am sorry but currently the distance search can only work with user profiles. For your information, the search is actually posting to user advanced search

Hope this help and have a nice day!
Sam
·
Tuesday, 11 November 2014 13:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post