Closed joeczucha closed 1 year ago
Hi @joeczucha, we appreciate your patience and for taking the time to submit a detailed report. We have submitted a PR https://github.com/impress-org/givewp/pull/6855 for this issue. Please let me know if you have any additional questions. Thanks!
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 14 additional days. Note, if this Issue is reporting a bug, please reach out to our support at https://givewp.com/support. If this is a feature request, please see our feedback board at feedback.givewp.com — that’s the best place to make feature requests, unless you’re providing a PR.
Thanks @JoshuaHungDinh, I look forward to it being merged.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 14 additional days. Note, if this Issue is reporting a bug, please reach out to our support at https://givewp.com/support. If this is a feature request, please see our feedback board at feedback.givewp.com — that’s the best place to make feature requests, unless you’re providing a PR.
Still relevant, I think.
Summary
Unable to edit pages through Wordpress dashboard due to plugin error
Details
System Information
WordPress version 6.2.2 Active theme: Team Hope (version 0.1) Current plugin: Give - Donation Plugin (version 2.29.2) PHP version 8.2.7
Temporary fix
.. plugins/give/src/MultiFormGoals/ProgressBar/Blocks.php::106 CHANGED LINE 106 FROM 'editorColorPalette' => $editorColorPalette ? array_shift($editorColorPalette) : $defaultColorPalette, CHANGE LINE 106 TO 'editorColorPalette' => is_array($editorColorPalette) ? array_shift($editorColorPalette) : $defaultColorPalette,