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

    Fehler im Reportmanager nach update auf version 0.9.3-boxed (inkl. report.)

    Scheduled Pinned Locked Moved Entwicklung
    8 Posts 2 Posters 1.7k 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.
    • R Offline
      rgarcia
      last edited by

      Hallo i-doit Team,
      ich habe so eben auf die mir per Mail zugeschickte Version version 0.9.3-boxed geupdatet wie ist beschrieben wurde.
      Es lief auch alles ohne Fehler. Wenn ich jetzt jedoch unter dem Report Manager schaue und auf den "  Report Browser  " klicke erhalte ich folgendes Fenster, mit Folgenden Fehlern.

      In der Config.php, aus dem idoit/irm/src steht folgendes.

      /**
        * i-doit Report Manager
        *
        * @package i-doit
        * @subpackage Reports
        * @author Dennis St�cken	 <dstuecken@i-doit.org>* @copyright Copyright 2007 - synetics GmbH
        * @license http://dev.perl.org/perl6/rfc/346.html Artistic License 2.0
        */
      
      /**
       * Full physical path to i-doit; Windows: c:/i-doit or c:\\i-doit; Linux: /var/www/i-doit
       */
      $g_idoit_dir 	= "C:/Apache2/htdocs/idoit";
      
      /*
       * Default language; Possible languages: ISYS_LANGUAGE_ENGLISH, ISYS_LANGUAGE_GERMAN
       */
      $g_idoit_language = ISYS_LANGUAGE_ENGLISH;
      
      /*
       * Default theme
       */
      $g_theme = "default";
      
      /*
       * Default template dir
       */
      $g_tpl_dir = $g_irmdir."themes/".$g_theme."/";
      
      /**
       * Path to the i-doit report browser (Default: http://reports.i-doit.org/)
       */
      $g_report_browser_www = "http://reports.i-doit.org";
      
      /**
       * Maximum list entries
       */
      $g_max 			= array("list_entries"	=> 	50);
      
      /**
       * Predefined smarty including array
       *  - content = entry point
       */
      $sm_includes = array("content" 				=> "home.tpl",
      					 "tpl_listing_group"	=> $g_irmdir."themes/default/templates/reports/listing_group.tpl",
      					 "tpl_listing"			=> $g_irmdir."themes/default/templates/reports/listing.tpl");
      
      /**
       * define CRLF
       */
      define("CRLF", "\r\n");
      
      ?></dstuecken@i-doit.org>
      

      Wisst ihr woran das liegen kann ?
      Der Server Verbindet sich über eine Firewall mit dem Internet dazu ist eine Anmeldung an ihr erforderlich, der Server ist angemeldet.

      Gruß, raúl

      1 Reply Last reply Reply Quote 0
      • dsD Offline
        ds
        last edited by

        Die Internet Verbindung ist scheinbar OK.
        Das error_reporting ist das Problem.
        Versuch mal folgendes in die C:/Apache2/htdocs/irm/proxy.php in Zeile 12 (Also über : /* Get irm config..) einzufügen:

        error_reporting(E_ALL & ~E_NOTICE);

        Dann sollte es funktionieren. Wenn du danach immernoch Probleme mit den Umlauten hast musst du in der apache config "AddDefaultCharset ISO-8859-15" einstellen.

        Gruß,
        Dennis

        1 Reply Last reply Reply Quote 0
        • R Offline
          rgarcia
          last edited by

          oO lol

          diese Frage wollte ich eigentlich als nächstes stellen hehe.
          So also das mit dem Report funktioniert nun.
          Und mit den Umlauten funktioniert nun auch.

          Seit echt Super!

          Danke und Gruß, raúl

          1 Reply Last reply Reply Quote 0
          • dsD Offline
            ds
            last edited by

            Kein Thema 🙂

            1 Reply Last reply Reply Quote 0
            • R Offline
              rgarcia
              last edited by

              Ach eins hab ich eben noch herausgefunden 😄

              Und zwar wollte ich gerade ein Report Paket Downloaden dabei habe ich folgende Meldung erhalten.

              Forbidden

              You don't have permission to access /idoit/irm/http://frait01/idoit/irm/&action=import on this server.
              Apache/2.0.63 (Win32) PHP/5.2.6 Server at frait01 Port 80

              Was muss ich tun 🙂

              Gruß, raúl

              1 Reply Last reply Reply Quote 0
              • dsD Offline
                ds
                last edited by

                Klick mal zuerst auf einen der Links in der Navigation und dann auf den Report-Browser, dann sollte es gehen. Das Zusammensetzen der URL hat da wohl Probleme

                1 Reply Last reply Reply Quote 0
                • dsD Offline
                  ds
                  last edited by

                  Hier ein Fix:
                  Tausche die Zeile 26 (p_url += ….) in der Datei : irm/themes/default/templates/report-browser.tpl mit:

                  
                  p_url += (p_url.search('^.*[\?].*$') != -1)?'&':'?';
                  p_url += 'action=import';
                  
                  

                  aus.

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rgarcia
                    last edited by

                    Ok geht nun ohne probleme.

                    Danke nochmals!

                    Gruß, raúl

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post