oat-sa/package-tao

access array offset on value of type null in class.Logger.php

ptitvert opened this issue · 2 comments

Hello,
I've done today a clean new install from the V3.4 RC01.
I've followed the installation guide, with a small exception...

  1. unzip v3.4-rc01.zip
  2. composer install
  3. chown -R www-data:www-data dir
  4. Go to https://hostname/tao/install
  5. follow the instruction, and wait a few minutes until it is finished
  6. Login
  7. Display the First Time Help
  8. Select any action and nothing happens. Only the header is available

In the Apache logs I get the following errors:

[Sun Sep 27 18:07:37.998614 2020] [php7:notice] [pid 2017] [client 178.194.242.250:46645] PHP Notice: Trying to access array offset on value of type null in /opt/package-tao-3.4-rc01/generis/common/class.Logger.php on line 463, referer: https://hostname/tao/Main/index?structure=items&ext=taoItems
[Sun Sep 27 18:07:37.999304 2020] [deflate:debug] [pid 2017] mod_deflate.c(854): [client 178.194.242.250:46645] AH01384: Zlib: Compressed 14556 to 3105 : URL /index.php, referer: https://hostname/tao/Main/index?structure=items&ext=taoItems

I am not sure where I did something wrong.
Could you help me?

Regards,
Alessandro

I have also applied the correction found in the branch 3.4 RC1, with the composer.json/composer.lock. And even with that it doesn't work...

image

I just raised a new issue, but I have realised it is the same as yours. Did you ever resolve it?