Error (anjel.inc.php-> line 178): Error getting new persons (not connected). Database error:
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay SQL=select p.* from jos_commish_persons as p left join jos_anjel_unregistered as r on LOWER(p.email)=LOWER(r.email) left join jos_users as u on LOWER(u.email)=LOWER(p.email) where p.userid=0 and p.active=1 and p.confirmed=1 and p.email is not null and p.email!=\'\' and r.email is null and u.email is null
Registration