Static Pages stopped working in OC v3.6.13

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

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.

yep, that was my first thought too. but it didn’t help either

Yes, it’s related to: Update ExtendableTrait.php get_parent_class function to remove deprec… · octobercms/library@b2a6fe6 · GitHub

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

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