dereuromark / CakePHP-Payment-Plugin

Plugin for Payments with Bitcoin, ...
http://www.dereuromark.de/2011/07/20/bitcoins-and-cakephp/
16 stars 6 forks source link

Call to a member function find() on a non-object BitcoinAddressesController.php #3

Closed zot24 closed 10 years ago

zot24 commented 10 years ago

There is not User related with BitcoinAddress Model and that call is throwing an exceptiong, what could be happening?

$users = $this->BitcoinAddress->User->find('list');
dereuromark commented 10 years ago

I havent used it for years. Please provide patches with PRs in the future :) I fixed this one with https://github.com/dereuromark/CakePHP-Payment-Plugin/commit/f3ba819abea5d6f4c3ed8e88035619c4a3a8e592

zot24 commented 10 years ago

Thanks! I'll