After update to OC 3.6.13, Static Pages plugin stopped working with error:
Cannot access "parent" when current class scope has no parent
~/vendor/october/rain/src/Extension/ExtendableTrait.php line 509
in both backend and frontend.
Has anyone also experienced this?
1 Like
Amin
#2
I don’t use the static pages plugin but I get the same error.
I have disabled all plugins and this is not related (only) to Static Pages. I will dig deeper.
Amin
#4
yep, that was my first thought too. but it didn’t help either
Eoler
#5
1 Like
I am having this same issue on a fresh install using composer for a dev project.
Running php 8.3.6, apache 2.4.59, mysql 8.0.30
daft
#7
Apologies, some code for PHP 8.3 was introduced that broke 8.2 and earlier, and we rolled it back. Please try updating to october/rain
v3.6.14 .
6 Likes
I can confirm that did work for me.
1 Like