ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

Issue with ZFCUser Login Widget #596

Closed wanfran closed 9 years ago

wanfran commented 9 years ago

I've been following this solution for introducing a login widget in our site:

https://github.com/ZF-Commons/ZfcUser/wiki/How-to-embed-the-login-form-on-another-page

but pasting the code:

<?php echo $this->zfcUserLoginWidget(); ?>

Returns this error: ERR_EMPTY_RESPONSE Both with Chrome and Firefox.

Looking in the apache error log no errors are return

Any ideas of what could be happening

Danielss89 commented 9 years ago

This doesn't sound like an issue with ZfcUser, if it errors, it should show something in logs.