debugging - Strange error with Symfony-2.8 -


i using symfony 2.8.18. able debug previous error messages had. searched on google same errors did not find anything. worked before. restarted local server , following error message:

warning: class_implements(): class �]� not exist , not loaded

here link screenshot of message: strange bug screenshot.

i deleted cache removing corresponding folders , using following command:

php app\console doctrine:cache:clear-metadata && php app\console doctrine:cache:clear-query && php app\console doctrine:cache:clear-result 

but did not solve problem. not know how understand error message.

do have ideas on how debug code?

i did not change seems 1 or several files corrupted. solution to:

  1. remove vendor folder;
  2. run composer install.

my problem solved doing this.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -