concretecms / concretecms

Official repository for Concrete CMS development
https://www.concretecms.org
MIT License
772 stars 453 forks source link

IpAccessControlService error after upgrade to 8.5.3 #8738

Closed katalysis closed 4 years ago

katalysis commented 4 years ago

After updating a site to 8.5.3 yesterday we're seeing the following error when attempting to login:

Argument 3 passed to Concrete\Core\Permission\IpAccessControlService::__construct() must be an instance of Concrete\Core\Entity\Permission\IpAccessControlCategory, null given

There's nothing in the LoginControlIpRanges table and the site continues to run.

screenshot-www psrsolicitors co uk-2020-06-09-14-40-16

mlocati commented 4 years ago

I'm going to check this

hissy commented 4 years ago

It seems something wrong while you upgraded to 8.5.3. You can re-run the specific database migration via cli. Please try to run concrete/bin/concrete5 migrations:execute 20190708000000 You may have to delete 20190708000000 from SystemDatabaseMigrations table before run it

katalysis commented 4 years ago

That fixed it - thank you @hissy

aembler commented 4 years ago

Thanks for the quick response everyone!