Hi,
I have recently installed Community builder on my test site in order to interact with another plugin that exports user Data onto another website upon registration in Joomla.
I have added the CB login module onto my site homepage, and removed the default Joomla login form module.
I am experiencing an issue when logging out of the site. When any user logs out they are sometimes redirected to the following page:
/index.php/cb-logout/logout
The following SQL database error is then displayed, the rest of the page is blank:
Duplicate entry '' for key 'PRIMARY' SQL=INSERT INTO `jos_session` (`session_id`, `client_id`, `guest`, `time`, `userid`, `username`) VALUES ('', 0, 1, '0', 0, '')
I am running
Joomla 3.3.6 stable
CB 2.0.4
PHP 5.4.34
MYSQL 5.1
Can you advise on what might be the cause of this problem? Thanks