Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

PHP 7.4 - Array offset on value of type nul #952

Open
Webbeh opened this issue Jul 6, 2020 · 3 comments
Open

PHP 7.4 - Array offset on value of type nul #952

Webbeh opened this issue Jul 6, 2020 · 3 comments

Comments

@Webbeh
Copy link

Webbeh commented Jul 6, 2020

Problem

Trying to launch the latest installer (directly pulled from the "download" button on the main page) runs into :
image

This is a very well known error that was only a warning in php <= 7.3, but is now an error in 7.4+.

This will not make an error in PHP 7.3.

Technical Details

  • Pagekit version: 1.0.18
  • Webserver: n/d
  • Database: n/d
  • PHP Version: 7.4.7
@Webbeh
Copy link
Author

Webbeh commented Jul 8, 2020

Manually updating Doctrine to their latest commit fixed this issue.

@yavuzkutuk
Copy link

composer update doctrine/annotations solved this problem

@rkrx
Copy link

rkrx commented Aug 15, 2020

This trick does not work for me anymore @ PHP 7.4.8 using latest download link.
Even latest git clone with composer update does not work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants