× Joomla Facebook Connect support forum

Topic-icon JFB connect shows a blank page when applying configuration

Active Subscriptions:

None
Hallo, I am not able to apply configurations. After click on "Apply changes" it shows a blank page (www.mysite.com/administrator/index.php?o...ct&controller=config) if I try to reload new configurations appear for a while then reset showing in overview tab the alert message

Please check your Facebook Settings in the Configuration Tab
Visit the JFBConnect Product Page and JFBConnect Forum for more information.
Error Message: Invalid API key

The topic has been locked.
Support Specialist
Is this using the newest v2.6.0 release? We haven't heard of that yet, but want to make sure we're debugging the right issue.

A white page generally means a PHP error. Can you please go to "Site->Global Configuration", click on "Server" and set "Error Reporting" to Maximum and then try to save configuration settings again. Report any errors you run into here and we'll go through it further.
The topic has been locked.
Active Subscriptions:

None
Yes I installed v 2.6.0

I set "error reporting" to maximum and the blank page disappered and shows:

Fatal error: Call to undefined method TableConfig::getErrorMsg() in /web/htdocs/www.mysite.it/home/administrator/components/com_jfbconnect/models/config.php on line 172

The topic has been locked.
Support Specialist
Hmmm. Thank you, you've pointed out a coding bug on our part. JFBConnect is having an issues with storing some configuration settings in your database, which is not normal (and why this error has not been exposed sooner).

If you can change the following line, that will not throw the error. However, there's a different underlying issue with your site since I don't think your configuration settings will actually be saved. Please change the line, and if you still have issues, please message me a super admin account for your site so we can get into debug what could be going wrong.
/administrator/components/com_jfbconnect/models/config.php, change line 172 to:
$this->setError($this->_db->getErrorMsg());

Finally, did you upgrade to 2.6, or was this a clean installation?
The topic has been locked.