Topic-icon Login with google returns error.

Active Subscriptions:

None
4 years 5 months ago #65775 by fb_631742177
I get:
1054
Unknown column 'google' in 'field list'

Enabling debug shows the following error:
ERROR 1054 - Unknown column 'google' in 'field list' in public_html/libraries/joomla/database/driver/mysqli.php:665
Call stack
#	Function	Location
1	()	JROOT/libraries/joomla/database/driver/mysqli.php:665
2	JDatabaseDriverMysqli->execute()	JROOT/plugins/socialprofiles/kunena/kunena.php:76
3	plgSocialProfilesKunena->saveProfileField()	JROOT/plugins/socialprofiles/kunena/kunena.php:32
4	plgSocialProfilesKunena->createUser()	JROOT/libraries/sourcecoast/plugins/socialprofile.php:103
5	SocialProfilePlugin->onRegister()	JROOT/libraries/sourcecoast/plugins/socialprofile.php:83
6	SocialProfilePlugin->socialProfilesOnRegister()	JROOT/libraries/joomla/event/event.php:70
7	JEvent->update()	JROOT/libraries/joomla/event/dispatcher.php:160
8	JEventDispatcher->trigger()	JROOT/libraries/src/Application/BaseApplication.php:108
9	Joomla\CMS\Application\BaseApplication->triggerEvent()	JROOT/components/com_jfbconnect/models/loginregister.php:320
10	JFBConnectModelLoginRegister->onAfterRegister()	JROOT/components/com_jfbconnect/models/loginregister.php:299
11	JFBConnectModelLoginRegister->autoCreateUser()	JROOT/components/com_jfbconnect/controllers/login.php:112
12	JFBConnectControllerLogin->login()	JROOT/components/com_jfbconnect/controllers/authenticate.php:86
13	JFBConnectControllerAuthenticate->doLogin()	JROOT/components/com_jfbconnect/controllers/authenticate.php:66
14	JFBConnectControllerAuthenticate->callback()	JROOT/libraries/src/MVC/Controller/BaseController.php:710
15	Joomla\CMS\MVC\Controller\BaseController->execute()	JROOT/components/com_jfbconnect/jfbconnect.php:28
16	require_once()	JROOT/libraries/src/Component/ComponentHelper.php:402
17	Joomla\CMS\Component\ComponentHelper::executeComponent()	JROOT/libraries/src/Component/ComponentHelper.php:377
18	Joomla\CMS\Component\ComponentHelper::renderComponent()	JROOT/libraries/src/Application/SiteApplication.php:194
19	Joomla\CMS\Application\SiteApplication->dispatch()	JROOT/libraries/src/Application/SiteApplication.php:233
20	Joomla\CMS\Application\SiteApplication->doExecute()	JROOT/libraries/src/Application/CMSApplication.php:196
21	Joomla\CMS\Application\CMSApplication->execute()	JROOT/index.php:49

The URL of the page is.

www.website.com/index.php?option=com_jfb...6..2c5a&prompt=none#

This is for a fresh user on the login page where the user's email is NOT associated with the site already.

Trying the same user second time works just fine.
The topic has been locked.
Support Specialist
4 years 5 months ago #65776 by mel
What version of Kunena are you using?

Could you try going into /plugins/socialprofiles/kunena/kunena.php and commenting out line 149 from
$kunenaFields[] = (object)array('id' => "google", "name" => "Google URL");
to
//$kunenaFields[] = (object)array('id' => "google", "name" => "Google URL");

-Melissa
The topic has been locked.