Daniel West
Daniel West
I've had a look through issues and PRs @colinskow - There are quite a few simple issues to clear off the list first. Perhaps in the PRs we can simply...
@colinskow - was this implemented? Could this be closed?
A more stable way to resolve this is to update your package.json file couch-pwd dependency: "couch-pwd": "github:zeMirco/couch-pwd" Or use the current superlogin master branch. This issue can be closed. Discussions...
Original issue: https://github.com/colinskow/superlogin/issues/64
Hi @danielroe so sorry for my lack of reply, definitely OK to close and if I come across this to reproduce I will. I believe it's still happening but my...
I had the same question, I forked and worked on this bundle so that all the tests are passing for me. There is no continuous integration file as far as...
No worries. FYI the bundle does not support the new SF4 file structure. This config will sort the mapping though: ```yaml doctrine_couch_db: client: connections: default: dbname: products host: '%env(COUCHDB_HOST)%' user:...
@mediafigaro if you happen to get the annotation mapping working would you be so kind as to reply in https://github.com/doctrine/DoctrineCouchDBBundle/issues/60 I couldn't get it working as suggested either and after...
In the Kernel class for now a solution is to: ```php /// src/Kernel.php ... public function boot() { \Doctrine\Common\Annotations\AnnotationRegistry::registerLoader( 'class_exists' ); return parent::boot(); } ... ``` SF4 framework bundle calls...
Weirdly, if I change the annotations between `use Doctrine\ODM\CouchDB\Mapping\Annotations as CouchDB;` and `use Doctrine\ODM\CouchDB\Mapping\Annotations\Id` for example, the first load runs without an error.