Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Mark Allison on September 27, 2003, 04:40:29 AM
-
Darrell May has a contrib to install TWIGGI groupware and I've installed it on my server. When I go to the site (mydomain/twiggi) I can't login. I also get an error messages;
Error: Access denied for user: 'www@localhost' (Using password: NO)
Error: Access denied for user: 'www@localhost' (Using password: NO)
Have any of you install the package, or run into this problem?
-
I haven't installed the package, but the problem is indicative of a mysql user/password issue. Looks like twiggi expects to have access to a database, and you need to give it a username and password with that access. This should be in the twiggi docs, or maybe documented somewhere on Darrell's web site.
-
If you've installed DMay's twiggi RPM you should have the setting covered. Just to make sure a few things...
1 - run # rpm -qa|grep twiggi --- Result ?
2 - Make sure that
/opt/groupware/twiggi/config/dbconfig.inc.php has the right settings
$dbconfig["sqlserver"] = "localhost"; // sql server hostname
$dbconfig["sqlport"] = ""; // sql server port
$dbconfig["sqlusername"] = "XXXXXXX"; // username
$dbconfig["sqlpassword"] = "YYYYYY"; // password
$dbconfig["defaultdb"] = "twiggi"; // database
$dbconfig["sqltype"] = "mysql"; // mysql
3 - check server-manager, you should have a link to Twiggi...
-
I suspect a PHP problem instead, what is your version ? 4.33 ?
-
Do you have edit /etc/twiggi.conf ?
Do you have start the script ./twiggi_custom_conf ?