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

    Installation aus SVN heraus

    Scheduled Pinned Locked Moved Betrieb
    5 Posts 2 Posters 1.5k 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.
    • F Offline
      foxkilo
      last edited by

      Hi,

      bin grad am installieren auf einem neuen System … irgendwie komme ich aber nicht auf die Installations-Site

      <--- apache.log ---

      [Thu Apr 03 22:38:03 2008] [error] [client 123.123.123.123] PHP Warning:  require_once(setup/1_system_check.inc.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/html/i-doit/setup/install.inc.php on line 290
      [Thu Apr 03 22:38:03 2008] [error] [client 123.123.123.123] PHP Fatal error:  require_once() [function.require]: Failed opening required 'setup/1_system_check.inc.php' (include_path='/etc/php.d/') in /var/www/html/i-doit/setup/install.inc.php on line 290

      –- apache.log --->

      [root@h1316948 i-doit]# ls -asl /var/www/html/i-doit/setup/install.inc.php
      12 -rw-r–r-- 1 apache apache 11670 2008-04-03 22:26 /var/www/html/i-doit/setup/install.inc.php

      [root@h1316948 i-doit]# pwd
      /var/www/html/i-doit

      [root@h1316948 i-doit]# ls -als setup/1_system_check.inc.php
      4 -rw-r–r-- 1 apache apache 2064 2008-04-03 22:26 setup/1_system_check.inc.php

      ich nutze keine separate idoit.conf fuer den Apache, sondern habe I-Doit im Doc-Root abgelegt.

      kann mich jemand in die richtige Richtung schubsen?

      thnx

      FoxKilo

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

        Rufst du die index.php im i-doit root auf oder /setup ?

        1 Reply Last reply Reply Quote 0
        • F Offline
          foxkilo
          last edited by

          http://123.123.123.123/i-doit/index.php -> beschriebene Fehlermeldung (apache.log)

          http://123.123.123.123/i-doit/setup/install.inc.php -> bringt (nun) eine weisse Seite

          1 Reply Last reply Reply Quote 0
          • F Offline
            foxkilo
            last edited by

            so … alles weggeworfen und neu gebaut ...

            http://123.123.123.123/i-doit/ -> bringt jetzt diese Meldung:
            <--- apache.log ---
            [Fri Apr 04 16:47:50 2008] [error] [client 123.123.123.124] PHP Fatal error:  Class 'isys_component_database' not found in /var/www/html/i-doit/src/globals.inc.php on line 58
            –- apache.log --->

            http://123.123.123.123/i-doit/setup/install.inc.php -> leere weisse Seite

            [root@h1316948 i-doit/src/]# grep isys_component_database *
            functions.inc.php:      * @param isys_component_database $p_dbo[=ISYS_NULL]
            globals.inc.php:$g_comp_database_system = new isys_component_database(
            locales.inc.php:        * @var isys_component_database
            locales.inc.php:        public static function get(isys_component_database& $p_db, $p_user_id)
            locales.inc.php:        * @param isys_component_database& $p_db
            locales.inc.php:        public function __construct(isys_component_database& $p_db)

            irgendwie komm ich nicht wirklich weiter …

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

              Das die install.inc.php eine weisse Seite bringt ist normal, das Setup wird ueber die index.php aufgerufen.

              Das sieht irgendwie so aus, als haettest du nicht den gesamten Quelltext.
              Versuch mal eine normale Installation und entpacke das Paket in dein i-doit dir: http://i-doit.org/de/downloads?id=20
              Danach machst du chown -R www-data:www-data i-doit-dir und rufst die Hauptseite auf (http://123.123.123.123/i-doit/)

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