[imp] Inexistant class address on signup
Phil Petersen
philpetersen at philpetersen.com
Fri Apr 4 07:23:16 PST 2003
Thanks Marko.
I haven't gotten into the hooks scheme yet, so I had left everything at the
dfaults. The hooks.php in the CVS HEAD have the following lines:
if (!function_exists('_prefs_hook_from_addr')) {
/*
function _prefs_hook_from_addr()
I think the comment delimiter /* should be before the if statement.
/*
if (!function_exists('_prefs_hook_from_addr')) {
function _prefs_hook_from_addr()
That solved the problem. It might be a typo. Thanks again to all the dev
people out there.
Phil Petersen
Quoting Marko Djukic <marko at oblo.com>:
| ok, seems like my problems aren't over yet... that got cut off:
| 1. get rid of _horde_hook_signup_getextra() and
| _horde_hook_signup_addextra() in
| horde/config/hooks.php if you do not want extra information asked from
| users
| that sign up. the "address" field is present in turba and you seem to be
| requiring the turba fields as extra info to fill in, but you don't have
| all the
| classes required
| 2. if you do want this extra info from turba, then require the file
| turba/lib/ObjectForm.php - it has the address class.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the imp
mailing list