Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. rforberger
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    rforberger

    @rforberger

    0
    Reputation
    85
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rforberger Unfollow Follow

    Latest posts made by rforberger

    • RE: i-doit system error: Login failed: CSRF-Token mismatch!

      @Michael-Huhn
      Thanks for your reply.

      I have tried to simply click into the address bar and call up the page again, with no success though - the login page gets reloaded then, too.

      Turning off auto-fill option in the browser doesn't help either ways, the message i-doit system error: Login failed: CSRF-Token mismatch! does not disappear.

      Any suggestions?

      Best regards,
      Ronny

      posted in Operating
      R
      rforberger
    • RE: i-doit system error: Login failed: CSRF-Token mismatch!

      @Michael-Huhn

      thanks for your reply, but I when press F5 or STRG+F5, I get back to the login dialogue.

      I cannot login to idoit.

      Any ideas?

      Best regards,
      Ronny

      posted in Operating
      R
      rforberger
    • RE: i-doit system error: Login failed: CSRF-Token mismatch!

      @r-gielen

      Doesn't work for me. I tried to login in inkognito mode with Google Chrome but I still get

      i-doit system error: Login failed: CSRF-Token mismatch!

      Any other ideas?`

      Cheers,
      Ronny

      posted in Operating
      R
      rforberger
    • i-doit system error: Login failed: CSRF-Token mismatch!

      Hi,
      I get the following error message in the browser after login with admin:

      i-doit system error: Login failed: CSRF-Token mismatch!

      The setup process has successfully been completed and the databases were created.

      Any ideas what could be wrong?

      Best regards,
      rforberger

      posted in Operating
      R
      rforberger
    • RE: General error: Unable to handle given $p_module_id

      @pixeb

      You are so right. It was a permissions problem. Weird error message then.
      Thanks very much.
      Issue closed.

      posted in Operating
      R
      rforberger
    • General error: Unable to handle given $p_module_id

      Hi,

      after configuring I-doit 1.12 on a FreeBSD host with apache 2.4 and PHP 7.2, I get the following error in the browser:

      General error: Unable to handle given $p_module_id

      In the code this error is thrown as following:

      In src/classes/modules/manager/isys_module_manager.class.php:
      public function get_module_auth($p_module_id)
      {
      if (!is_numeric($p_module_id)) {
      if (defined($p_module_id)) {
      $p_module_id = constant($p_module_id);
      } else {
      throw new isys_exception_general('Unable to handle given $p_module_id');
      }
      }

      Any ideas what could be wrong with my setup?

      Best regards,
      Ronny

      posted in Operating
      R
      rforberger