At my site i use Incubator project CB Queries to excute a query after user registration.
The problems is nothing happen after user registration. I had tried many times(other SQL query and other parameters of CB Queries plugin) but the CB Queries seems doesn't work completely, Any idea?
(Query are correct, i tested with phpmyadmin and working properly).
My parameters below:
Trigger: onAfterUserRegistration
User: Automatic
Access: Everybody
Conditional: none
Query: INSERT INTO `jos_comprofiler_members` ( `referenceid`, `memberid`, `membersince` ) VALUES (80, 1000 , NOW())
Mode: Internal
By the way, i use cb1.4 and CB Queries1.0.8
Thanks!