[horde] Fatal error: Call to undefined function: hascapability() in
/prod/horde/src/horde-2.2.4/lib/Auth.php on line 230
Dennis Jensen
hordelist at fiskemand.dk
Thu Nov 27 07:42:33 PST 2003
Hey list
I know that this have been up before, but have not been able to find answer in
the 4 or 5 articles I could find.
I've just installed a clean version of horde/chora and will require to use mysql
as my auth driver. I've added the following in the horde.php:
<snip>
$conf['auth']['driver'] = 'mysql';
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '<password>';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
</snip>
a litte info about the setup from test.php:
<snip>
Horde Versions
Horde: 2.2.4
Chora: 1.2
PHP Version
View phpinfo() screen
PHP Version: 4.3.4
PHP Major Version: 4.3
PHP Minor Version: 4
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
DOM XML Support: No
FTP Support: No
Gettext Support: Yes
IMAP Support: No
LDAP Support: No
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 5
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
Date - No
Horde requires the Date_Calc class for Kronolith to calculate dates.
HTML_Common/HTML_Select - No
Horde requires the HTML_Common and HTML_Select classes only for Kronolith 1.0 to
display forms correctly.
</snip>
I hope that someone can point me in the right direction. I am lost.
--
/Dennis
More information about the horde
mailing list