[GH-ISSUE #29] Can't use function return value in write context #27

Closed
opened 2026-06-06 22:29:08 -04:00 by yindo · 2 comments
Owner

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 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

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 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
yindo closed this issue 2026-06-06 22:29:08 -04:00
Author
Owner

@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?

<!-- gh-comment-id:441169893 --> @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?
Author
Owner

@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

<!-- gh-comment-id:441207633 --> @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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Frumph/comic-easel#27