Topic-icon Error after upgrading to Jooma 3

Active Subscriptions:

None
Hi there,

I had installed joomla 2.5 and social bundle from sourcecoast (com_jfbconnect_j3.0_v5.2.2 and com_jlinked_j3.0_v2.2.0) at www.atjump.com. After upgrade to the last version of joomla I am having the next meesage:
Strict Standards: Declaration of JFBConnectProfileData::bindData() should be compatible with Joomla\Registry\Registry::bindData($parent, $data, $recursive = true) in /home/tjmpcpdm/public_html/components/com_jfbconnect/libraries/profile.php on line 180

I can't load the website or the administrator control panel. Some clues how could I solve it?

Thank you...
The topic has been locked.
Support Specialist
9 years 7 months ago #46937 by alzander
That error shouldn't be preventing the site to load. Strict Standards warnings are usually just notifications that something in the code isn't 100% perfect, however, it shouldn't cause the page to break. Generally only "Fatal Errors" can do that.

To fix the issue, I'd recommend:
* Editing the configuration.php file for your site
* Look for the following line:

public $error_reporting = 'development';

* Change it to:

public $error_reporting = 'none';

That should no longer display that message and you should be able to access the admin area.

Then, upgrade to JFBConnect 6.1.2, the latest version, which does not have that problem in the code.

I hope that helps, but if you need anything else, please let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago - 9 years 7 months ago #46944 by andres_Santiago
Thank you again...
Last edit: 9 years 7 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
9 years 7 months ago #46971 by alzander
No problem. Glad to help. I see you have another issue that I'll be responding to in a moment as well.

Thanks,
Alex
The topic has been locked.