Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Error Field is not searchable

10 years 2 months ago
  • John's Avatar
    Topic Author
  • John
  • Offline
  • Fresh Boarder
  • Posts: 42
  • Thank you received: 0
Licenses:
JomSocial Expired

Hello

On my profile in the 'about me' section, I click on one of the profile fields and it should search and return member results based on the link I clicked. Instead it returns 'Error Field is not searchable'.

Please advise?

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi John,

your backend access is not working, can you verify it please? also I need your FTP access, would you mind provide it too, please?

thank you

10 years 2 months ago
  • John's Avatar
    Topic Author
  • John
  • Offline
  • Fresh Boarder
  • Posts: 42
  • Thank you received: 0
Licenses:
JomSocial Expired

Please try again now and ensure you are using the correct URL in the message box of my original post.

Also we use extplorer component for FTP access.

Thanks

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Still not working, I am using url and account from the Test/Development Site

10 years 2 months ago
  • John's Avatar
    Topic Author
  • John
  • Offline
  • Fresh Boarder
  • Posts: 42
  • Thank you received: 0
Licenses:
JomSocial Expired

Apologies - I had your username incorrect. I checked and it is working fine now.

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

hi John,

Seems this is valid bug, we will fix in 3.2

10 years 2 months ago
  • John's Avatar
    Topic Author
  • John
  • Offline
  • Fresh Boarder
  • Posts: 42
  • Thank you received: 0
Licenses:
JomSocial Expired

Any ideas when 3.2 will be released?

10 years 2 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi John,

We will release the alpha version today but we will provide it to the customer who bought the developer package...

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

how to fix this issue, open this file components/com_community/controllers/search.php, find this code :

if (isset($searchFields['option']))
            unset($searchFields['option']);
        if (isset($searchFields['view']))
            unset($searchFields['view']);
        if (isset($searchFields['task']))
            unset($searchFields['task']);
        if (isset($searchFields['Itemid']))
            unset($searchFields['Itemid']);
        if (isset($searchFields['format']))
            unset($searchFields['format']);

replace to :
$remove_field = array('option','view','task','Itemid','format','lang');
        foreach($searchFields as $key=>$field){
            if(in_array($key,$remove_field)){
                unset($searchFields[$key]);
            }
        }

10 years 1 month ago
  • John's Avatar
    Topic Author
  • John
  • Offline
  • Fresh Boarder
  • Posts: 42
  • Thank you received: 0
Licenses:
JomSocial Expired

Hello

I have tried this but it still says 'error field is not searchable'.

Please advise

10 years 1 month ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi John,

I suggest you update your jomsocial to the latest version 3.1.1, or if you want you can try use the 3.2 RC3

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW