MSoni05

Results 12 comments of MSoni05

**stack trash** [1] Doctrine\ORM\Query\QueryException: [Semantical Error] line 0, col 61 near 't WHERE t.id': Error: Class AppBundle\Entity\Comment has no association named thread at n/a in C:\wamp\www\Symfony\MySymPro\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 63 at Doctrine\ORM\Query\QueryException::semanticalError('line...

dear @stof i followed every steps ! but i cant see thread attributes in my comment table ...is it necessary?

i have all the entity configuration in xml ....all i am doine to generate comment entity is run command generate:doctrine:entity in xml with field thread and edit the comment entity...

**Config.yml** imports: - { resource: parameters.yml } - { resource: security.yml } - { resource: services.yml } easy_admin: entities: # - AppBundle\Entity\Tbladmin # - AppBundle\Entity\Tblactivities - AppBundle\Entity\User fos_comment: db_driver: orm...

**composer.json** { "name": "symfony/framework-standard-edition", "license": "MIT", "type": "project", "description": "The \"Symfony Standard Edition\" distribution", "autoload": { "psr-4": { "": "src/" } }, "autoload-dev": { "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] }, "require":...

@stof i installed and configure completely but i can't see comment bundle in composer.json file please help