RE: WordPress Steem 1.0.0 [BETA]

You are viewing a single comment's thread from:

WordPress Steem 1.0.0 [BETA]

in steemdev •  7 years ago 

@recrypto I had an issue trying to install this. I don't know if it was because of the version of PHP that my server is running or the version of Wordpress. But I would get this error

Fatal error: Can't use function return value in write context in /wp-content/plugins/wp-steem/app/wp-steem-functions.php on line 40

To fix, I changed the function wp_steem_is_setup() to the following:

function wp_steem_is_setup () {

     return true;
}

I understand that this defeats the purpose of the function because it checks if Steem has been setup, but for my purposes it fixed the error and allowed the plugin to work.

On a side note, I'm using a syntax highlighting plugin and it would be awesome if this plugin could strip out those tags from my posts. Its not too much trouble to edit the posts myself after submitting but would be more streamlined.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thanks for reporting this. I'll be making a patch fix for this on the next version. Greatly appreciate it. :)