Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4.0-b2
-
Component/s: None
-
Labels:None
Description
A user reported errors installing Blesta on PHP 8.1.
Installing via web the receive the attached error.
Installing via cli they receive this error:
./index.php install 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 /home/blesta/vendors/pimple/pimple/src/Pimple/Container.php on line 133 PHP 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 /home/blesta/vendors/pimple/pimple/src/Pimple/Container.php on line 98 PHP 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 /home/blesta/vendors/pimple/pimple/src/Pimple/Container.php on line 79 PHP 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 /home/blesta/vendors/pimple/pimple/src/Pimple/Container.php on line 143 ---------------------------------------- Blesta CLI Installer ---------------------------------------- Please acknowledge your agreement to the terms and conditions as explained at
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.5.0 Sprint 2 [ 154 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 16 minutes [ 960 ] | |
Worklog Id | 15658 [ 15658 ] |
Abdy Franco
made changes -
Time Spent | 16 minutes [ 960 ] | 2 hours, 6 minutes [ 7560 ] |
Worklog Id | 15659 [ 15659 ] |
Abdy Franco
made changes -
Time Spent | 2 hours, 6 minutes [ 7560 ] | 3 hours, 41 minutes [ 13260 ] |
Worklog Id | 15660 [ 15660 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Time Spent | 3 hours, 41 minutes [ 13260 ] | 3 hours, 49 minutes [ 13740 ] |
Worklog Id | 15666 [ 15666 ] |
Abdy Franco
made changes -
Time Spent | 3 hours, 49 minutes [ 13740 ] | 4 hours, 8 minutes [ 14880 ] |
Worklog Id | 15670 [ 15670 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |
I was able to solve the first error just by running composer install, Pimple was updated to support PHP 8.1 and apparently updating the dependency is enough to solve the issue. The second error was fixed on this PR: https://github.com/phillipsdata/minphp-record/pull/9