outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
178 stars 38 forks source link

"Undefined array key \"__\"" On Nova Edit Page #158

Closed jeh5256 closed 1 year ago

jeh5256 commented 1 year ago

If you have "page_seo_fields" set as false in the config file then visit the Page resource edit page it will throw a 500 error and return a message of "Undefined array key \"__\"

"message": "Undefined array key \"__\"", "exception": "ErrorException", / "file": "/sites/mcd-kmp/vendor/outl1ne/nova-page-manager/src/Http/Controllers/PageManagerController.php", "line": 103,

Running php 8.1.5, Laravel 9, Nova 4.23

Tarpsvo commented 1 year ago

I added a theoretical fix for this in version 5.9.0. Thanks for the report!