-
Notifications
You must be signed in to change notification settings - Fork 196
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
Bootstrap error: Unable to resolve plugin "useragent"; no corresponding plugin with that name #92
Comments
…standard. It will not autoload anymore in Composer v2.0.
do you have example code, how i can trigger this error? |
in the application.ini we had this option:
after commenting this out, the application got bootstrapped and worked |
in the The rename of the class name worked for me. |
yes, as you were typing i also found the offending commits and reverted them in dev-master :) |
nice great work, thanks for the quick response, a version bump so we can do a composer update? |
In our installation, this problem was caused by a WURFL API configuration nested in application.yaml (application.ini), under resources.useragent.wurflapi. Configuration entry was: resources.useragent The problem resolved by changing the entry into: resources.Zend_Application_Resource_UserAgent |
The problem still exists on Linux environment (case-sensitive filenames). For Quick fix, please rename the file UserAgent.php to Useragent.php in /shardj/zf1-future/library/Zend/Application/Resource/ Thanks |
Bootstrap fails with error
Unable to resolve plugin "useragent"; no corresponding plugin with that name
this error occurs on our system with zf1-future versions > 1.17.2
I suspect d822ef1 being related to the issue (added a comment into that commit as well).
Probably additional change of the autoloader configuration must be done after this diff, related info within readme.md would be helpful.
The text was updated successfully, but these errors were encountered: