Koozali.org: home of the SME Server

Re: Twig on SME5.6

sacco

Re: Twig on SME5.6
« on: June 24, 2003, 06:31:26 AM »
I installed the Twig 2.7.7 on my SME5.6 server. It seems fine until I try to login to Twig. It gives me the error -- Error: Access denied for user: 'www@localhost' (Using password: NO). I checked the MYSQL which can login ok. It looks like the MYSQL is not complied in to the PHP. Any solution for this? Thanks.

Dan Brown

Re: Twig on SME5.6
« Reply #1 on: June 24, 2003, 08:06:58 AM »
Your problem is that www with no password is not a valid mysql user.  You need to create a user, and configure twig correctly to use that user.

sacco

Re: Twig on SME5.6
« Reply #2 on: June 25, 2003, 06:31:39 AM »
I checked the MYSQL twig database, I have the user account setup already. However, it looks like the Twig program can't find the data base file. How can I set up the Twig to use it?  Thanks.

Dan Brown

Re: Twig on SME5.6
« Reply #3 on: June 25, 2003, 06:41:17 PM »
Well, again, the error is the result of your not having configured twig with a database user and password.  Try reading the twig docs for instructions on how to do that.

sacco

Re: Twig on SME5.6
« Reply #4 on: June 26, 2003, 04:14:43 AM »
Sorry to bother you agan. Where can I get this doc? It seems not much doc regarding the Twig. Thanks.

Dan Brown

Re: Twig on SME5.6
« Reply #5 on: June 26, 2003, 06:25:53 AM »
Well, you can try looking wherever you downloaded twig from, or wherever you extracted it to on your server.  There's probably a file named something like README or INSTALL which should explain how to configure it.