Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. senf
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    senf

    @senf

    0
    Reputation
    33
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    senf Unfollow Follow

    Latest posts made by senf

    • RE: Webinstaller i-doit 0.9.4 auf Fedora 8.0 i386

      Danke für den Tipp. Ich hatte zwar```
      ./idoit-rights.sh set

      
      Vielen Dank
      posted in Betrieb
      S
      senf
    • Webinstaller i-doit 0.9.4 auf Fedora 8.0 i386

      Hallo zusammen,

      da es beim meinem letzten I-Doit-Update zu Problemen gekommen ist hatte ich mich entschlossen, das System neu aufzusetzen.

      Jetzt habe ich die Umgebung eingerichtet. Dann habe ich den Webinstaller gestartet.

      Unter Punkt 1 wird folgendes aufgelistet:

      
      Operating System
        	Type: Linux 	OK
        	Version: 2.6.26.8-57.fc8 #1 SMP Thu Dec 18 19:19:45 EST 2008 	OK
      Webserver
        	Version: Apache/2.2.9 (Fedora) 	OK
        	PHP Version: 5.2.6 	OK
        	PHP Session Extension: Active 	OK
        	PHP MySQL Extension: Active 	OK
        	PHP XML Extension: Active 	OK
        	PHP cURL Extension: Active - Needed for external web-services 	OK
      Database Access Interface (PHP MySQL Extension)
        	Version: 5.0.45 	OK
      
      

      Mysqld ist via```
      /usr/bin/mysqld_safe &

      
      Unter dem Menüpunkt 2 werden die Verzeichnisse auch richtig angezeigt
      

      WWW directory:  /i-doit/
      File target directory: /var/www/html/i-doit/upload/files/
      Temporary directory: /var/www/html/i-doit/temp/
      Object image directory: /var/www/html/i-doit/upload/images/

      
      Unter Menüpunkt 3 trage ich das Root-Passwort zur Mysqldb ein und vervollständige die Daten zum idoit-User. Dann gebe ich den Mandantennamen an und klicke auf "next". Danach bleibt die Seite weiß. Ich erhalte keine Fehlermeldung und auch im Logfile des Apaches ist nichts zu finden Hat jemand eine Idee, was ich hier anders machen könnte?
      
      Danke im Vorraus!
      posted in Betrieb
      S
      senf
    • RE: 0.90 - Fehler bei klick auf "Standorte"

      Hallo zusammen,

      ich nutze i-doit in der Version 0.9.3-r419.

      Bei mir ist die Standortverwaltung auch buggy.

      So produziere ich den Fehler:

      1. Anmelden in i-Doit
      2. Klick auf "Kontakte"
      3. Klick auf "Standorte"
      4. klick auf "neu"

      
      isys_exception_ui : Could not find to data for this contact (Extended Information: 0)
      
      VIEW HANDLER (isys_contact_view_detail_person):
      
      Backtrace:
      #0  _get_backtrace() called at [/var/www/html/i-doit/src/classes/exceptions/isys_exception.class.php:102]
      #1  isys_exception::get_trace() called at [/var/www/html/i-doit/src/classes/modules/isys_module_cmdb.class.php:539]
      #2  isys_module_cmdb->start() called at [/var/www/html/i-doit/src/classes/modules/isys_module_cmdb.class.php:549]
      #3  isys_module_cmdb->start() called at [/var/www/html/i-doit/src/classes/modules/isys_module_manager.class.php:282]
      #4  isys_module_manager->load(2) called at [/var/www/html/i-doit/src/i-doit.inc.php:124]
      #5  include_once(/var/www/html/i-doit/src/i-doit.inc.php) called at [/var/www/html/i-doit/src/hypergate.inc.php:189]
      #6  include_once(/var/www/html/i-doit/src/hypergate.inc.php) called at [/var/www/html/i-doit/index.php:309]
      
      

      Systemumgebung:
      Mysql

      mysql  Ver 14.12 Distrib 5.0.45, for redhat-linux-gnu (i386) using readline 5.0
      

      Apache

      [root@idoit www]# httpd -V
      Server version: Apache/2.2.9 (Unix)
      Server built:   Jul 14 2008 15:29:50
      Server's Module Magic Number: 20051115:15
      Server loaded:  APR 1.2.11, APR-Util 1.2.10
      Compiled using: APR 1.2.11, APR-Util 1.2.10
      Architecture:   32-bit
      Server MPM:     Prefork
        threaded:     no
          forked:     yes (variable process count)
      Server compiled with....
       -D APACHE_MPM_DIR="server/mpm/prefork"
       -D APR_HAS_SENDFILE
       -D APR_HAS_MMAP
       -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
       -D APR_USE_SYSVSEM_SERIALIZE
       -D APR_USE_PTHREAD_SERIALIZE
       -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
       -D APR_HAS_OTHER_CHILD
       -D AP_HAVE_RELIABLE_PIPED_LOGS
       -D DYNAMIC_MODULE_LIMIT=128
       -D HTTPD_ROOT="/etc/httpd"
       -D SUEXEC_BIN="/usr/sbin/suexec"
       -D DEFAULT_PIDLOG="logs/httpd.pid"
       -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
       -D DEFAULT_LOCKFILE="logs/accept.lock"
       -D DEFAULT_ERRORLOG="logs/error_log"
       -D AP_TYPES_CONFIG_FILE="conf/mime.types"
       -D SERVER_CONFIG_FILE="conf/httpd.conf"
      

      Als Browser verwende ich Firefox 3.0.3

      posted in Entwicklung
      S
      senf