mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-22 09:25:25 -04:00
[GH-ISSUE #29] Can't use function return value in write context #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmvoorhees on GitHub (Nov 23, 2018).
Original GitHub issue: https://github.com/Frumph/comic-easel/issues/29
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 609I'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 on GitHub (Nov 23, 2018):
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 on GitHub (Nov 23, 2018):
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