-
Notifications
You must be signed in to change notification settings - Fork 45
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
Missing parameter "userId" #62
Comments
If I didn't add ZfcUserAdmin.global.php file under config/autoload/ and change that line - I just got the php white screen of death. |
Also, I can no longer "logon" via MYPROJECT/user I seem to get rerouted to the login page - after checking in the DB, my status is still NULL meaning no success. |
I had the same problem too. Is there a solution? |
I decided to write my own module for my site instead for a couple of reasons:
What I have come across in my travels though is that there is no “userId” reference in the tables created by zfcUser there is only “user_id”. My guess is that this module was not updated after an update to the mySQL schema for zfcUser. Hope this helps someone. On 30 Sep 2014, at 7:44 am, Fabian Wüthrich [email protected] wrote:
|
Ok so I will write my own module too. It is too bad that this module doesn't get support. Can you upload your module to github? |
feel free to PR :) |
This error occured with PR #55 and release 1.2.1 from zfcUser. In the actuall @Danielss89 Any idea to solve this problem? |
Well this module should keep up to date with 1.x branch of zfcuser. ZfcUser master branch is for ZfcUser 2.0. |
I agreed with that. So then you revert PR #55 and close this issue? |
Do the dev of zfcuser and dev of this module should cooperate like it doing now. |
@Danielss89 Could you tag a alpha release without PR #55? Then I can use this module with zfcUser 1.x and the master branch keep up to date with zfcUser master branch. |
After updating my application from PHP 5.3 to 5.5 I got the error from above: "Missing parameter userId" for route /admin/user/list from my composer.json Any suggestion on how to load the version proper to make them work together? I had tried various variants but mybe I oversaw the obvious? |
So after:
I then navigate to MYPROJECT/admin and I see a default Admin page with "Users" link in the navigation - great - click on this and I get:
Zend\Mvc\Router\Exception\InvalidArgumentException
Message: Missing parameter "userId"
Is there a trick to getting this to work? After following your instructions I didn't expect an error of this sort.
Regards,
Brad
The text was updated successfully, but these errors were encountered: