-
- Fresh clone of ZendSkeletonApplication and installed using Composer (today, 24th May, 2012)
-- http://myproject shows Zend Skeleton Application welcome page normally.
- Fresh clone of ZfcUser and …
-
After following the installation instructions, I get an exception:
```
Catchable fatal error: Argument 2 passed to Zend\Db\TableGateway\TableGateway::__construct() must be an instance of Zend\Db\Adap…
-
I'm having issues with users being unable to login. My knowledge of ZF2 events is poor, so what I'm about to say may be a red herring, but...
Through a bit of playing around, I'm getting the feeling…
-
register user and zfcUser throw an exception 'Zend\Db\Adapter\Exception\InvalidQueryException'
Message:
Data truncated for column 'last_ip' at row 1
Reason:
in UserMapper Class persists method called…
-
I followed the instructions twice. I updated all and there is no way to make this function. Three hours debuging without a clue.
Some help will be appreciated
Fatal error: Uncaught exception 'Zend\D…
-
I do the following:
- recursive clone of zend skelton app which includes zf2
- clone of ZfcBase into vendor
- clone of ZfcUser into vendor
- setup the db schema
- add the provided database.config.php …
-
Registration doesn't work, see details in screenshot:
![Screenshot](http://content.screencast.com/users/MarkusHausammann/folders/Jing/media/1cbda5dc-ce14-4196-a833-512a6acf8780/2012-04-27_0005.png)
-
I get the following exception message on a vanilla install of ZfcUser:
```
Unable to locate class associated with "zfcuserauthentication"
```
Dumping DI initially indicated that Zend\Mvc\Controller\…
-
ZfcUser fails to enter dates in the database because for some reason the format set in ZfcUser results in the following format:
2012-04-27T02:27:11+01:00
MySQL doesn't like this format.
(P.S. Just …
-
I setup the latest version (2012-05-20) of zendframework / ZendSkeletonApplication, ZF-Commons / ZfcBase and ZF-Commons / ZfcUser.
But when I access /user route, I get the error:
Unable to locate cla…