From: Phil C. <ph...@ph...> - 2006-11-26 15:25:37
|
Hi, I recently installed PHP Wiki version 1.2.10 (the version that the control panel on my hosting package gave me). It's working fine, but I'm finding I can't get to the admin pages... Clicking on the link to http://mywiki/admin.php brings up a Login box, but even if I put in the correct admin user and password details, it returns me back to that box. I've done a little digging and investigation, and it seems that the PHP_AUTH_USER and PHP_AUTH_PW variables aren't available. This is probably related to registerglobals being off in the PHP installation... but the ones that should replace those, $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'], aren't available either. I've asked my site's admins to look into it, but anyone here have any ideas what I should ask them to look for? Thanks Phil |