freemancontingent
Forum Replies Created
-
@nerdxage Thanks to Yoast we have all gotten literally thousands of Euro/Dollars/etc of value from his plugins, blog, & WP lectures. He has been contributing to the WP community for years. Yoast deserves both our respect and as importantly our Thanks! All new versions have bugs to be fixed. As site Admins it is OUR responsibility to manage these bugs the most efficient way we can….So, if something doesn’t work…go to your backup and restore. Then try and figure out what is wrong first..and see if you can fix it. Then provide that fix back to the plugin author to help support the community.
That is what Open Source & WordPress is all about.
@michal”Mau”Pliska – Great Idea…off to Donate to Yoast now 🙂
Forum: Plugins
In reply to: [Auto Image Resizer] [Plugin: Auto Image Resizer] Utrocious Dashboard MessageActually, when you try and remove the donation screen as you said (usines the “Screen Options”…it actually is programmed to comeback – on refresh. This is why I refer to it as having Viral-Like Behaviour. If you have not installed this plugin, please do so, and then comment.
This is not about working hard on plugins or a call to action. No one…including us… would disagree with you. All developers that donate to the community can ask for a donation. No problem here at all!
The complaint is how this developer has chosen to do this. It goes way beyond what other developers are doing and is simply obnoxious.
Forum: Plugins
In reply to: [Auto Image Resizer] [Plugin: Auto Image Resizer] Utrocious Dashboard MessageYou are absolutely right. This is so ridiculous. If you want to charge for a plugin then go and do it…but this type of action is bordering on a Virus. You should be ashamed of yourself. With all the great developers out in the wordpress community doing great work. This is a terrible disgrace. I completely agree with wadams92101 – This plugin should be removed or come with a very big warning message for users. This guy obviously doesn’t understand what wordpress is all about!
Sleenmg:
Have you tried my easy work-around? I suggest you download version 1.5.5 of the plugin here and then wait until a new release is available with the fix built in.Worked nicely for me.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problems including the settings@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.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problems including the settingsI 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.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problems including the settingsThanks 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?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problems including the settingsI 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.
I have the same problem, specifically I get a blank area when I ask it to connect to twitter.
Thanks for the reply: I found your test link breaks in IE8 if it’s set to IE7 Standards mode (using debug mode). In IE8 with IE8 standards it works fine (same as on my website).
As a quick fix I loaded version 1.5.5 and everything works fine IE6 and up.
I should add the link to the website we are developing that has this problem: http://joeys.freemancontingent.ie
Glad we’re not alone. Same problem here: I installed NexGen using slide show and every thing works fine in all browsers except IE.
In IE8 with IE7 standards I get:
Line: 77
Error: Object doesn’t support this property or methodIn the debug mode I see the following code with the problem starting at
jQuery("#ngg-slideshow-2-89-1")...<script type="text/javascript" defer="defer"> jQuery.getScript( "http://joeys.freemancontingent.ie/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js", function() { jQuery.getScript( "http://joeys.freemancontingent.ie/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js", function() { jQuery("#ngg-slideshow-2-89-1").nggSlideshow( {id: 2,fx:"fade",width:558,height:328,domain: "http://joeys.freemancontingent.ie/",timeout:10000}); } ); } ); </script>I’ve never had any problem using this plugin before. I wish I had an answer to contribute but hopefully this helps someone find it.
Forum: Plugins
In reply to: [Plugin: WordPress Dashboard Twitter] For all usersI have found the solution to showing the widget to a user with Editor user level rights (and you can guess on how to allow lower users the widget too). After this procedure the dashboard shows the widget when an user is Logged in with Editor user role.
Go to the plugin editor and open the wordpress-dashboard-twitter/wpdt.class.php file. Then, at around line 157 or 158 you’ll see the following:
if( current_user_can('level_10') ) {Change this line to read:
if( current_user_can('level_7') ) {and of course add a comment to explain what you did.
This worked for me when using using WP 3.0 and WordPress Dashboard Twitter version 0.8.8
Forum: Plugins
In reply to: [Plugin: WordPress Dashboard Twitter] For all usersIs it possible to show the widget on the dashboard of a user with Editor rights? Currently it only shows up for an Administrator. I’m using WP3.0 in multisite mode. It works fine except for that point.