-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to latest craft causes ArgumentCountError #1626
Comments
I am also getting the same error when upgrading to Freeform version 5.7.0.1 with Craft 4.12.9 |
This bug isn't related to Freeform, but is instead a bug in |
Sorry about this issue, and thanks for letting us know about the issue in the We are working on a workaround now and should have an update soon. |
…around an issue in the “symfony/property-access” package
This should be resolved in Freeform 5.7.1. Please let me know if you're still experiencing any issues. 🙂 |
Hey @kjmartens, I'm getting this Error in v4.1.22 (with Craft 4.13.0), too. Is it possible to release a Fix for 4.x? |
Hi @scholejo, It looks like Symfony corrected this on their end a few hours ago. Can you try running |
…ow that the issue in the “symfony/property-access” package is resolved.
Hi @kjmartens, wow, I must have been just a few hours early. It works for me now. Thanks! |
What happened?
Updating Craft causes this error:
Too few arguments to function PHPStan\PhpDocParser\Lexer\Lexer::__construct(), 0 passed in /var/www/html/vendor/symfony/type-info/TypeResolver/StringTypeResolver.php on line 66 and exactly 1 expected
in /var/www/html/vendor/solspace/craft-freeform/packages/plugin/src/Bundles/Settings/DefaultsProvider.php at line 19– Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor()
Removing Freeform allows me to access Craft again just fine.
Errors and Stack Trace (if available)
How can we reproduce this?
Freeform Edition
Pro
Freeform Version
5.7.0.1
Craft Version
5.4.10.1
When did this issue start?
After upgrading from older Freeform version, After upgrading from older Craft version
Previous Freeform Version
No response
The text was updated successfully, but these errors were encountered: