I am having some issues with Zf-Commons/ZfcUsr (installed via git) and
wondered where the
appropriate place to post issues/questions would be?

Namely:

1)  Had to manually change how the
ZfcUser\src\ZfcUser\Controller\Plugin\ZfcUserAuthentication.php has
it's dependencies injected (patched it myself using some of the
patches from other git hub accounts)

2) After I got that working, had to remove $tablename from the
constructor for Zend\Db\Sql\Select in ZfcUser\src\ZfcUser\Mapper\User
getSelect(). Including $tablename in the constructor throws an
exception that the table is readonly when an insert is attempted.

3) After fixed that and tried to submit new registration, postgres
wouldn't allow a NULL inserted into user_id col (mine is defined with
SERIAL datatype). Not sure if this is an issue with how the data is
passed to the ZF classes by ZfcUser or if it is a ZF issue.

My system:
PostgreSQL 8.4.13 on i386-redhat-linux-gnu, compiled by GCC gcc (GCC)
4.4.6 20120305 (Red Hat 4.4.6-4), 32-bit
Centos6
Php 5.3.4
ZF2.0.* dev-master (via composer)
Doctrine 2.02.* dev-master (via composer)



-----
--regards,

Nathan Garlington
Zend Framework + Dojo
http://www.tandrtrailer.com 
--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-ZfcUser-issues-tp4657850.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to