Shareaholic

JoshSexyBookmarks v3 Series :: The Problem
by at 11am, February 3rd, 2010

This blog post was originally posted on the SexyBookmarks’ blog. Shareaholic has since taken over the responsibility for the continued development and improvement of SexyBookmark publisher plugins!

frustrated

With the large quantity of bug reports and angry emails I’ve been getting since the release of v3.0, and more recently, the release of v3.0.1 – I thought it would be fitting to write a post for all of you who are experiencing issues with these versions letting you know why and how we plan to fix them in the immediate future.

The root cause of the problem

Though there are several different “types” of errors each of you are getting, they are all in fact caused by one underlying problem. Unfortunately, that problem is your web host. Some of you have hosts which are just plain crappy, while others of you have hosts who are so caught up in “securing the servers” that they’ve removed and/or disabled most of what makes PHP such an awesome language to work with.

Now don’t get me wrong, I’m all for security. I know I sure as hell wouldn’t want a server on my grid getting hacked. However, some of these hosts are going to the far end of the “extreme” in terms of “lockdown”. I won’t get into too many geeky details, as it would just bore most of you. So I’ll just say this… When it comes to web hosts, the cliche “You get what you pay for” is more true than you could possibly imagine.


What we intend to do

The examples mentioned above don’t cover everyone, but those are the primary issues at hand. So, we’re working extra hard to implement EVEN MORE pre-checks, pre-pre-checks, and pre-pre-pre-checks to ensure that if ANYTHING is unavailable in your hosting environment, the plugin will simply abandon the idea of using our fancy new sprite generator feature and use the premade sprite that’s included with the plugin instead.

Another thing that we’ve come to realize is that we’re failing in part due to the fact that we’re trying to make this plugin as “dummy proof” as possible. I’m not calling anyone names, just making reference to the fact that aside from clicking a few checkboxes, radio buttons, or icons… There’s not much to “setting up” the plugin.

This however, may be about to change. Unfortunately for the vast majority of you who enjoy the plugin and who it works for just fine, there are others out there who can’t get it to work due to lousy server setups and poorly thought out site structures. Therefore, we’re debating whether or not to add several text boxes which will allow for a 100% guarantee that the plugin will work on your server setup.

These boxes would be for you manually defining absolute server paths, relative server paths, and other such things which are somewhat hard to “automatically guess” due to the fact that some people love installing wordpress in crazy directories and renaming wp-content to something weird…

Now before any of you who are code savvy say, “but what about using content_url() to grab the wp-content location no matter where it is or what it’s named?”. Let me first say thanks for mentioning it… However, content_url() only gets the URL of wp-content folder… It doesn’t get the absolute path, nor does it get the relative path, which are two things we desperately need for this to work properly.

There are things called “constants” that are defined by WordPress that we could use, but they aren’t 100% accurate either as they won’t know if the folder has been renamed. At any rate, please be patient and rest assured that we are most definitely busting our butts trying to get this thing back up and running 100% for all of you.


Done reading? subscribe: To get an automatic feed of all future posts subscribe here, or to receive them via email enter your email address in the box in the right column.

Link to This Post:    

Posted under: Publishers, Updates

Comments have been disabled for this post.
Sort: Newest | Oldest

My feed wasn't updating due to the interaction with sexy bookmarks. I just updated to your latest version to see if the problem is still there.

I'm now quite satisfied reading this posting as well as I agree with the very last portion of this post. Incidentally, I've truly read this specific somewhere else too. Do you have any additional site too?

Hope all the bug fixes are live eventually.. It's an awesome plugin to have on anyone's blog. Still, kudos to Josh for keeping up the great work in solving these issues. It ain't easy, guys!
Much appreciated Josh.
Regards,
Yasser

I mean to say - I LOVE the plugin, but I really NEED it to be working all the time otherwise how is it saving me or my readers time ?

Well I'm really cheezed off. These bookmarks should have been fixed by now.

Can't you give us an idea of how much longer it's going to be please ? Working to fix it is fine - but this problem has been around for a while and I could really do with having it working again properly. Apprecaite this may take time but tell us how much, please !

Cheryl, everything is fixed now. If you are still having issues, please tell us on our support forums!

http://getsatisfaction.com/shareaholic

I most certenly like this angle that you have on the subject. I wasnt planning on this at the time I begun searching for tips. Your ideas were totally simple to understand. Im glad to find that there’s an individual online that gets it precise what its is talking about.

I just installed your plugin, which by the way I love, and my page instantly takes a lot of time to load. I deactivated it and the load time is back to normal.
What can be wrong? how can I fix this? I'll leave it activated in case you want to take a look of how long it takes to load.
I tried checking the option of loading the script at the footer, but I still get the same result.
Another question, I selected Posts & Index but it is not showing below the posts excerpts on the index page, you have to open the post to see it.

Carlos, everything is fixed now. If you are still having issues, please tell us on our support forums!

http://getsatisfaction.com/shareaholic

Its about time that Internet Explorer 9 got updated. It really needed an upgrade.

Hi --

Your 're-ordering' DOESN't work.

How can I manually code/change it? I am using wordpress 3.01, and if I try dragging/moving the icons it simply doesn't work. The last version that knid of seems to work is 2.6.2, but then no icons appear.

What php files/where do I need to edit so I can manually change it, because it is a royal pain. I appreciate that youv'e made it free, but it doens' twork.

Thanks.

Because that wasn't returning the proper path with some setups... However, we've got it fixed now with a whole new custom sprite generator which will be going live soon.

My hosting is with GoDaddy, I can't use the bookmark at all as my antivirus shuts me out of the site. I have had to re-install WordPress three times, I have lost a lot of work. I need help!!

Why not just check if $_SERVER["DOCUMENT_ROOT"] exists and if not die with a message forcing them to define it.

$_SERVER["DOCUMENT_ROOT"]? No good?

Nope, that’s actually what we’re using right now… and somehow, it doesn’t seem to be working with some servers.