Cory McConnell inscribed the following text on 28/12/2006 20:30:
> I recently installed phpWiki through Fantastico, which is provided by
> my host--SiteGround.
>
> It requests that you create a username/password for admin before
> installation which I did.
>
> It even sends an email containing that same username/password.
>
> But upon trying to enter this username/password combination when
> logging into the admin area, it doesn't recognize it.
This is the same problem that I had about a month ago or so... The
problem is that your host is probably, like mine, running PHP as a CGI
script rather than as an apache handler. This means that the variables
used in the 'login' are not present.
Reini made a suggestion: "Use $_ENV instead of $_SERVER", but I've not
been able to verify if that does solve the problem or not...
Phil
|