partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Trying to access array offset on value of type null #1102

Closed sandlin6 closed 4 years ago

sandlin6 commented 4 years ago

When trying to install in the testing web server setting I get the error below. Im not the best at this type of stuff, just trying to improve efficiency at work. Any help is appreciated. Sorry if you need more info. Let me know what you need.

Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\dashboard\ent\PartKeepr\src\PartKeepr\SetupBundle/Controller/ExistingUserSetupController.php (which is being imported from "C:\xampp\htdocs\dashboard\ent\PartKeepr\src\PartKeepr\SetupBundle/Resources/config/routing.yml").

christianlupus commented 4 years ago

OK, I first ask a few questions, maybe we get there.

I hope this is it for now.

sandlin6 commented 4 years ago

Apache: 2.4.41 PHP: 7.4.1 MySQL I have never been able to get past the first page in the setup. Always has some error. I have tried to install 1.4.0 from the website and the latest from github.

christianlupus commented 4 years ago

You might be hit by the outdated symfony dependency. See #905. Can you downgrade to PHP 7.1 or earlier?

sandlin6 commented 4 years ago

Sadly I need to be on at least 7.3 for another part of the site.