On Fri, 10 Oct 2003, Eero af Heurlin wrote: > > hi, thanks for the reply. > > unfortunately, the person table was already set to username "admin" and > > password "**password". > > > > That being the case, what else could be the problem? > > > > Cookies for example, also PHP sessions might not work properly.
register_globals=off would also do it. I don't suggest turning it on in php.ini, however. Set it in the VirtualHost entries for the sites that need it, and leave the other ones alone. Eventually we're going to have to rewrite Aegir to not require that flag to be turn on, but what we have now is mostly legacy code... -- JustThe.net Internet & Multimedia Services 22674 Motnocab Road * Apple Valley, CA 92307-1950 Steve Sobol, Proprietor 888.480.4NET (4638) * 248.724.4NET * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
