I am getting the following error in FacbookBridge when a user updates their settings:
Warning: Missing argument 1 for FacebooksettingsAction::handlePost(), called in /home/epic4life/epic4life.com/social/lib/settingsaction.php on line 84 and defined in /home/epic4life/epic4life.com/social/plugins/FacebookBridge/actions/facebooksettings.php on line 80
Any ideas?
Comments
www.gametwit.com
Warning: Missing argument 1 for FacebooksettingsAction::handlePost(), called in /home/gametwit/public_html/lib/settingsaction.php on line 84 and defined in /home/gametwit/public_html/plugins/FacebookBridge/actions/facebooksettings.php on line 80
Warning: Cannot modify header information - headers already sent by (output started at /home/gametwit/public_html/plugins/FacebookBridge/actions/facebooksettings.php:80) in /home/gametwit/public_html/lib/htmloutputter.php on line 109
display_errors = Off2011-05-03 14:18:05 LOG_DEBUG: [www.gametwit.com:26911.c80910d4 GET /settings/facebook] MysqlSchema::ensureTable: ALTER TABLE twitter_synch_status MODIFY COLUMN foreign_id bigint not null , MODIFY COLUMN last_id bigint not null
2011-05-03 14:18:05 LOG_DEBUG: [www.gametwit.com:26911.c80910d4 GET /settings/facebook] MysqlSchema::ensureTable: ALTER TABLE notice_to_status MODIFY COLUMN status_id bigint not null
2011-05-03 14:18:11 LOG_DEBUG: [www.gametwit.com:26925.9a07d781 POST /settings/facebook] MysqlSchema::ensureTable: ALTER TABLE twitter_synch_status MODIFY COLUMN foreign_id bigint not null , MODIFY COLUMN last_id bigint not null
2011-05-03 14:18:11 LOG_DEBUG: [www.gametwit.com:26925.9a07d781 POST /settings/facebook] MysqlSchema::ensureTable: ALTER TABLE notice_to_status MODIFY COLUMN status_id bigint not null
php checkschema.phpYou should do that after enabling any plugins just to be safe.
Testing now
In my app, facebook plugin has been integrated and notices are posting there successfully. But whenever I try to delete or favour notice, i get the following error:
facebookclient.php - Could not deleted Facebook item: xxx_xxx for sanamin (3), fbuid xxx - (API error: CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed) item already deleted on Facebook?
What I am missing here?
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => 2
its solved now