From: Brian H. <bri...@ex...> - 2002-03-21 05:18:01
|
This is a new install, and all appears to be OK (e.g. path edits, file locations, db table creation) except that I get a 500 error when accessing the /admin/manage.php. If I comment out the following lines, I can see the page, but no login, of course. I am on a shared (Linux) host running PHP 4.1.2 Suggestions? What other information would help? (Can't get to the errorlog right now, but will grab it if that would help.) <br /> <br /> // if(!manage_auth( <br /> // XADDSLASHES(@$HTTP_SERVER_VARS['PHP_AUTH_USER']), <br /> // XADDSLASHES(@$HTTP_SERVER_VARS['PHP_AUTH_PW']))) <br /> // exit; <br /> <br /> TIA, <br /> Brian<p><hr> |