Share

Note To Self

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Fix for PHP 4.3.*

You are viewing a single message from this topic. View all messages.

  1. 2005-01-14 02:02:55 UTC
    They changed some security settings with the newer versions of PHP. If you are seeing a scenario (on a new install or PHP upgrade) where you are not prompted to log in and the top right corner says "Logged in as" with no name, here's something to try.

    In the main notes directory, edit 'inc.php' and change (around line 11) from:
    $REMOTE_USER = $_SERVER["PHP_AUTH_USER"];
    to
    $REMOTE_USER = $_SERVER['REMOTE_USER'];
    And try again.


< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.