-
Notifications
You must be signed in to change notification settings - Fork 23
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
php error on init #30
Comments
Hello If you have a PHP error, it means that you can't use the Symfony console at all (which the extension uses to fetch the container elements). Are you sure that your Riak PHP client is up to date ? That said, I dont't think this issue have something to do with the extension itself. |
Well i use the console myself and I think Riak PHP Client is up to date (I used composer create-project symfony/website-skeleton folder to start a project) |
I think the solution to this issue is the one proposed in #32. Parsing dump files as an alternative allow the extension to be completely independent from the project execution. |
Hello ! "php bin/console debug:container" runs smoothly, as well on my physical machine as inside of my docker container (I tried with and without the special docker json config) Any idea of a solution to fix this ? |
Hello @TheNouillet First, thanks a lot for providing this great extension. Actually this the only one on vscode able to enhance this ide experience with symfony, so it is a precious one. I go back on this issue, as get the same error about Riak package having an Object method, making an error on php +7.2. Running the command from command line work as expected, great. Our VSCODE config: Running directly from bash (same linux user than the one used to launch vscode): Any clues ? You talk about another version which will no more depends of synfony commands, is it on the way, is there any roadmap/date ? Side question: where do you append the command "debug:container", at the end of the shell command ? Thanks! |
i've got this error with vscode php 7.3 and symfony 4.9.0
|
Quick dirty temporary fix : Edit RiakCache.php in your vendor files on your development environment, and make each function return false without doing nothing. |
Anybody can try to fix this issue please ? |
Yes would be nice, but only maintainers can update this repository. If @TheNouillet @VeberAxel @axel-veber-beclood are around, as they are the 3 contributor, it would be realy great to make it works again, as this is the only one good extension (all others have problem or not maintened too). Thanks. |
I've got this on init as an error
more exactly i can repeat it by refreshing the service definition view
The text was updated successfully, but these errors were encountered: