- Issue created by @liquidcms
- Status changed to Postponed: needs info
over 1 year ago 6:34pm 17 April 2023 - 🇳🇱Netherlands megachriz
I can say that I have Feeds Extensible Parsers running on PHP 8.1 - and it is installed with Composer.
I see you ran
composer install
. Can it be that after upgrading your server, you need to runcomposer update
instead? And that softcreatr/jsonpath v0.7.6 is in your composer.lock file? - Status changed to Closed: works as designed
over 1 year ago 1:43pm 18 April 2023 - 🇨🇦Canada liquidcms
Thanks yes, that was it. I had manually updated the other 2 libs that are required for this but missed that one. Since i had removed the module (and therefore removed it and dependencies from .lock) and now, this morning, re-added it, I see it has added latest of dependencies including:
softcreatr/jsonpath (0.8.2) - 🇦🇺Australia amarshkhl09
Hi @liquidcms
Unrelated but may I ask how did you fix your error with the following dependency
ocramius/proxy-managerFrom my research, I have found that it doesn't support 8.1 yet.
- 🇨🇦Canada liquidcms
That was almost a year ago.. so don't recall. But, i checked the couple projects i have on the go from back then and i don't specifically require that package and it isnt in my vendor folder - so perhaps the way i got around it was to remove it.