[Plugin: Simple Facebook Connect] Problems including the settings
-
Hi Otto,
Congratulations for your work! I can not include the settings on Simple Facebook Connect page because the fields do not appear. I have activated the next plugins:
SFC – Activity Feed Widget
SFC – Comments
SFC – Bookmark Widget
SFC – Connect Widget
SFC – Login
SFC – Publish
SFC – Register
Simple Facebook Connect – BaseThank you in advance,
jorge
-
I think I’m having the same problem. I activated the STC base, put in the keys and then activated stc publish. The first time after that the settings page seemed to work but since then I have half the page not showing (it stops after the “Automatically Tweet on Publish:” tick box) and no save button at the bottom. The only way to return the save button is to deactivate stc publish. I am using WP 3.01 in multi-site mode.
———– Sorry: this post is related to Simple TWITTER connect and shouldn’t have been posted here.
Same basic problem though.
Sometimes this occurs when your website has low memory settings. WordPress requires a fair bit of PHP memory, and any plugins (these included) will add to that. If the settings page stops halfway, then it could be because you just don’t have enough memory for it to finish loading.
You could try this: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
That might work. Alternatively, you may need to ask your host how to increase your PHP memory_limit.
Thanks for the great information Otto. Since your update I looked further into it and ran errors to a debug file. The last line suggest a problem I think could be caused by multiple plugins clashing and I’m hoping you can tell me if that’s correct assessment or not.
Debug file (the last line is the most interesting)
[13-Sep-2010 21:12:36] PHP Notice: Undefined index: HTTP_X_OPERAMINI_PHONE in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/sexybookmarks/includes/mobile.php on line 36
[13-Sep-2010 21:12:36] PHP Notice: Undefined index: action in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/wordpress-dashboard-twitter/inc/upload.func.php on line 2
[13-Sep-2010 21:12:36] PHP Notice: Undefined index: HTTP_X_OPERAMINI_PHONE in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/sexybookmarks/includes/mobile.php on line 36
[13-Sep-2010 21:12:36] PHP Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-includes/functions.php on line 3237
[13-Sep-2010 21:12:37] PHP Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-includes/functions.php on line 3237
[13-Sep-2010 21:12:37] PHP Notice: Undefined index: HTTPS in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/simple-facebook-connect/sfc-base.php on line 9
[13-Sep-2010 21:12:37] PHP Notice: Undefined index: do in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/wordpress-dashboard-twitter/wpdt.class.php on line 160
[13-Sep-2010 21:12:37] PHP Notice: Trying to get property of non-object in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/sexybookmarks/includes/public.php on line 814
[13-Sep-2010 21:12:37] PHP Notice: Undefined index: acc_token in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/simple-twitter-connect/stc.php on line 186
[13-Sep-2010 21:12:37] PHP Notice: Undefined index: acc_secret in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/simple-twitter-connect/stc.php on line 193
[13-Sep-2010 21:12:37] PHP Fatal error: Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1 in /usr/local/pem/vhosts/119391/webspace/httpdocs/share.cuinternet.ie/wp-content/plugins/simple-twitter-connect/OAuth.php on line 82What do you think of this last log?
I have since disabled other twitter plugins and solved the conflict. I haven’t determined which one it was but will do if it helps. Hopefully there is an easy fix with an if statement related to “OAuthSignatureMethod_HMAC_SHA1” in future releases of the FTC.
@jorgemestre I think you might be helped by inserting the following code into wp-config.php which puts debug.log file into the wp-content folder. This helped me find a bug that caused the settings page to partially load (conflicting plugins I think).
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0);This debug code was provided on one of the WP pages but I can’t find the reference now.
The topic ‘[Plugin: Simple Facebook Connect] Problems including the settings’ is closed to new replies.