I looked into the index.phtml file and it reads the initial vs data from a table called user_vs. This table links the table 'siteuser' with the table 'vs'. You'll have to put the right username and the recordID of the vs you want to link with that username in the user_vs table. Without it it will give that error message.
Something I just noticed: When it gives you that error message, does it give you the name of the userid too? The error should say: No servers associated with account 'userid'. If it doesn't give you that, it means the variable $userid is not loaded correctly. In that case the error is somewhere in the authentication code. Maarten -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Gregory C. Kock Verzonden: vrijdag 8 februari 2002 22:16 Aan: [EMAIL PROTECTED] Onderwerp: Re: VSD Admin almost working Yes, the vs table in vsdadmsite has the correct info, at least I think it does. It has the domain name, the vs host name, the IP address, everything. > > Did you populate the "vs" table in the vsdadmsite database with > necessary data? I believe that is where it gets these values.. > > Rob > > > On 2002.02.08 13:42 Gregory C. Kock wrote: > > Ok, after a lot of work, trial and error, I've finally gotten > > the vsdadm to > > work using the PHPauth, instead of the mysql auth. > > It asks for the password, and it lets me in to the admin panel, > > howerver, > > there is nothing in the admin panel, IP address is N/A. All > > the links work, > > but they don't do anything. It just says, no servers associated > > with > > account. What did I do wrong now? :) > > > > > > ------------------------- The freeVSD Support List > > -------------------------- > > Subscribe: > > mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > Unsubscribe: > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > Archives: > > http://freevsd.org/support/mail-archives/freevsd-support > > -------------------------------------------------------------------------- --- > > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > -------------------------------------------------------------------------- --- > ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support ---------------------------------------------------------------------------- - ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
