Hello,
I am using CB 1.9.1 in a JMS Multisites "shared extension" environment (meaning CB users are shared across multiple sites). To achieve this, I had to create MySQL VIEWs for the CB database tables for each shared site. This is working well except one situation:
The #__comprofiler_members table uses "FORCE INDEX" clause (in script "comprofiler.class.php", several occurences ), which is not allowed in MySQL for VIEWs. When I comment out this MySQL clause, everything works as desired.
So my questions are:
1) what is the reason you implemented this clause for "cb connections", and is it "save" or what happens to Community Builder, if I comment this out?
2) Is there a chance you remove this clause from the SQL queries in one of the next versions?
Kind regards
Ruediger Schultz