Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Fehlermeldung beim Aufruf der 'Views' unter 'Reports'

    Scheduled Pinned Locked Moved Betrieb
    3 Posts 2 Posters 1.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      bambini4
      last edited by

      Hallo,
      beim Aufruf der 'Views' unter 'Reports' bekomme ich die Fehlermeldung:
      "Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\idoit\src\classes\report\views\isys_report_view_itgs_measure_implementation.class.php on line 488"
      und einen ansonsten weißen Bildschirm.

      Gibt es hierfür schon eine Lösung? Alten Posts zufolge hat es etwas mit der PHP-Version zu tun.
      Ich nutze PHP 5.4.7, i-doit 1.3.
      Danke und viele Grüße!
      bambini4

      1 Reply Last reply Reply Quote 0
      • V Offline
        vqh
        last edited by

        Hallo bambini4,

        werden die Report-Views vom Typ IT-Grundschutz-Katalog bei dir genutzt? Wenn nicht dann kannst du die PHP Dateien:

        • isys_report_view_itgs_measure_cost.class.php
        • isys_report_view_itgs_measure_implementation.class.php
        • isys_report_view_itgs_obj_analysis.class.php
        • isys_report_view_itgs_untouched_obj.class.php
          unter *[idoitRoot]\src\classes\report\views* entfernen.
          Andernfalls musst du in den genannten Dateien überall wo ein Methodenaufruf wie Objekt->Methodenname(&$parameter1, …); das &-Zeichen bei allen Parametern entfernen da diese Art von Aufruf seit der PHP Version 5.4 entfernt wurde.
          Bei deiner Fehlermeldung ist es beim Aufruf $this->buildLocationTree(&$l_locationTree, $p_objID);.

        Viele Grüße,
        vqh

        1 Reply Last reply Reply Quote 0
        • B Offline
          bambini4
          last edited by

          Super, danke, das war die Lösung!!

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post