Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Installation & Hosting

Deprecated Pimple container on M1 Mac

Solved by Josh View solution

Started by Josh 5 years ago · 2 replies · 1601 views
5 years ago

I recently moved my grav website to a M1 Mac and I'm getting PHP errors now when I run it locally. Here are the errors:

PHP
Deprecated: Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joshc/grav/joshsjournal/vendor/pimple/pimple/src/Pimple/Container.php on line 133

Deprecated: Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joshc/grav/joshsjournal/vendor/pimple/pimple/src/Pimple/Container.php on line 98

Deprecated: Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joshc/grav/joshsjournal/vendor/pimple/pimple/src/Pimple/Container.php on line 79

Deprecated: Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/joshc/grav/joshsjournal/vendor/pimple/pimple/src/Pimple/Container.php on line 143

I installed PHP via Homebrew, current version 8.1. I'm seeing this warning on every page and can't log in to the site. Has anybody run into this? Thanks.

5 years ago

Does Grav officially support 8.1? Wasn't it just released a few days ago?

Suggested topics

Topic Participants Replies Views Activity
Installation & Hosting · by antoinep, 12 hours ago
5 59 6 hours ago
Installation & Hosting · by Jürgen Dietrich, 7 months ago
0 61 7 months ago
Installation & Hosting · by rappluk, 8 months ago
0 61 8 months ago
Installation & Hosting · by N, 12 months ago
3 72 12 months ago
Installation & Hosting · by Youle, 1 year ago
1 61 1 year ago