Frumph / comic-easel

Comic Easel is a plugin for WordPress that let's you have a WebComic with any WordPress theme.
http://comiceasel.com
21 stars 13 forks source link

Can't use function return value in write context #29

Closed kmvoorhees closed 6 years ago

kmvoorhees commented 6 years ago

My friend is getting the following error on her website using this plugin:

Fatal error: Can't use function return value in write context in /home1/creatrix/public_html/wp-content/plugins/comic-easel/comiceasel.php on line 609

I'm afraid I'm not very familiar with the functions in question but the examples in this article appear to be similar to the code in question:

https://mycyberuniverse.com/how-fix-cant-use-function-return-value-write-context.html

kmvoorhees commented 6 years ago

So I have been trying to look into this more and it sounds like this could be an issue of an old version of PHP. I will ask my friend what version she is using, though it seems like the error ought to be coming from line 610 rather than 609, if I am understanding what causes the error correctly?

Frumph commented 6 years ago

this was fixed in an emergency patch, go to go to the plugins, remove comic easel then get comic easel from the repo again and it will have the fix in it