| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin
Joined: 21 Jun 2005 Posts: 209
|
Posted: Mon Jul 10, 2006 10:41 pm Post subject: Signup problem again |
|
|
Hello Marko,
I did not touch this part of hooks.php - it is from
horde/config/hooks.php.dist,v 1.35 2003/03/24 02:59:04
Here is some more information (replied directly to Ian):
I forgot to say (sorry) that after that fatal error message account *is*
created, and I can log in. Moreover, if I go to Administration -> Users
and try to edit user information (add full name), I get the following:
Fatal error: Call to undefined function: setpref() in
/home/dda/horde/lib/Identity.php on line 106
This is a fresh Horde installation, and it is 'experimental', so I
probably missed something important.
Best regards,
Dmitry. |
|
| Back to top |
|
 |
admin Site Admin
Joined: 21 Jun 2005 Posts: 209
|
Posted: Mon Jul 10, 2006 10:42 pm Post subject: |
|
|
if you are using the hooks.php as it is without changing anything you have to
have an installed and functional turba, with an sql backend. |
|
| Back to top |
|
 |
admin Site Admin
Joined: 21 Jun 2005 Posts: 209
|
Posted: Mon Jul 10, 2006 10:44 pm Post subject: |
|
|
Hi Marko,
I'm still unable to fix it. Turba is installed with SQL backend, and I
can add entries to the address book.
Is it possible that a wrong PEAR version causes this error message? I'm
getting "Recent PEAR: No" in test.php output. And in line 96 of
Signup.php there is a following construction:
if (!$addextra || is_a($addextra, 'PEAR_Error')) {
Horde::fatal(new PEAR_Error(_("Unable to add extra user
information when signing up.")), __FILE__, __LINE__);
}
Thanks for your help.
Dmitry. |
|
| Back to top |
|
 |
|