According to Lobo here:
http://forum.civicrm.org/index.php/topic,17361.msg73271.html#msg73271
The API now resides in api/v2
Attaching a patch to correct the path for use with Civi 3.3.x
| Comment | File | Size | Author |
|---|---|---|---|
| civiregister.module.diff | 398 bytes | mdlueck |
Comments
Comment #1
vacilando commentedSeeing heaps of errors like
PHP Fatal error: require_once(): Failed opening required 'api/UFGroup.php'that go away when the module is disabled. This patch seems to solve it - please apply!