Viewing 2 posts - 1 through 2 (of 2 total)
Author
Posts
  • #4724

    I sometimes don’t realize I’m no longer logged in and try to edit a record. I get:

    Fatal error: Call to a member function getClientIp() on a non-object in /home/user/royalty.woodengems.com/includes/session.php(328) : runtime-created function on line 1

    Expect the message that says I I can’t (view or) edit , not a fatal error. Also, this being an open site, I should be able to view with or without log in, just not edit.

    The details of this individual are private. >> This is what comes up when I refresh the screen.

    ----- [updated: 31Dec2022] MacOS: 10.15.7  (Catalina) Safari   14.1.2;  Firefox 108.0.1 (64-bit);  108.0.1462.54 (Official build) (x86_64)

    Alter-Drukarsh connections | The Garelick: 3.3.11b - PHP 8.0 FastCGI - mySQL 8.

  • #4725

    Understandable question (I’ve done this myself) but unfortunately when you are logged out and try to do something in an ‘old’ open window the connection to the code is broken. So the server can now do nothing but crash with a fatal error. You have two windows trying to operate on the same code, but in two completely separate worlds (‘sessions’). There is no way round that.

    To put it another way, when you try to run any “edit’ but don’t have access to those parts of the code, we can’t fail gracefully. The server no longer has any idea what this (now) unknown intruder is trying to do.

    It’s simply a case (and no personal criticism intended) if we do something silly we get a silly response 🙁

    EDIT:
    You said:

    Also, this being an open site, I should be able to view with or without log in, just not edit.

    I agree, but you didn’t ask the server to let you view the individual, you asked to be able to edit it. That’s a totally different URL, (…something/editinterface.php……. rather than …/individual.php), and the server isn’t allowed to go there if you’re not logged in. It would in effect seem to the server like an attempted hack, something far more seriously bad than simply attempting to view a private individual.

    Nigel
    My personal kiwitrees site is www.our-families.info
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fatal error’ is closed to new replies.