You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had the same error. Check your line endings. I am working on a windows machine but the site is running on a linux machine. In MappingPass.php there is a reg_match against a line ending and it would not recognize the windows line ending.
Long story short: Make sure your line endings match the OS your website is running on.
I had the same problem. In my src folder was a .preload.php file without a class which crashed the ReflectionClass constructor because the namespace was just \.
ElasticsearchBundle/DependencyInjection/Compiler/MappingPass.php
Line 65 in ae8e870
in this line I'm getting an error.
I checked the value of $namespace and it contains only the name of the class excluding the namespace.
The text was updated successfully, but these errors were encountered: