crashed website 500 webpage error had to remove from control panel serious issue please fix asap on 7.01 update wp 3.6rc1
Similar problem here (http://resources.specialhappens.com). I install version 7.0.1 (from version 6.0) and the entire site crashes showing blank white page. I revert back to 6.0 and everything is fine.
I just had the same issue on a site I updated to the current version of the plugin. Until the developer releases a workaround, here’s how you can fix it:
Open the file wp-content/plugins/share-this/sharethis.php in a text editor and find this line:
$_stversion=7.0.1;
Then change it to this so the “7.0.1” is in single or double quotes:
$_stversion='7.0.1';
That will prevent the error and get you back in business.
linux4me2, thanks for posting the fix! I got mine back up and running straightaway. You’re a legend 🙂