Skip to content
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

No identifier/primary key specified for Entity "ZfcUserDoctrineORM\Entity\User" sub class of "ZfcUser\Entity\User". Every Entity must have an identifier/primary key. #114

Open
TheSearcher opened this issue Nov 19, 2019 · 0 comments

Comments

@TheSearcher
Copy link

i am using the ZfcUserDoctrineORM for my zend3 installation. i am using php 7.1

this is the error message:

No identifier/primary key specified for Entity "ZfcUserDoctrineORM\Entity\User" sub class of "ZfcUser\Entity\User". Every Entity must  
   have an identifier/primary key.      

This is my composer file:

"require": {
        "php": "^5.6 || ^7.0",
        "zendframework/zend-component-installer": "^1.0 || ^0.7 || ^1.0.0-dev@dev",
        "zendframework/zend-mvc": "^3.0.1",
        "zfcampus/zf-development-mode": "^3.0",
        "doctrine/doctrine-orm-module": "^1.1",
        "zf-commons/zfc-base": "dev-master",
        "zf-commons/zfc-user": "^3.0",
        "zf-commons/zfc-user-doctrine-orm": "2.0.1"
     
    },


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant