<div dir="ltr"><div><div><div><div><div><div><div>Hallo Andre,<br><br></div>wenn Du <br><br></div>a) eine lokal funktionierende Version hattest und<br></div>b) genau diese auf den Hoster kopiert hast sollte das funktionieren.<br><br></div>Die Anleitung unter <a href="http://wiki.volkszaehler.org/howto/installation_auf_webhoster_2">http://wiki.volkszaehler.org/howto/installation_auf_webhoster_2</a> ist m.E. korrekt, die andere habe ich gelöscht.<br><br></div>Den Fehler 500 kannst Du im Apache Logfile nachschauen wenn Dir Dein Hoster Zugriff darauf gibt, die Ursache steht meist sher eindeutig drin.<br><br></div>Viele Grüße,<br></div>Andreas<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-04 17:26 GMT+02:00 Viper <span dir="ltr"><<a href="mailto:viper@viper1.de" target="_blank">viper@viper1.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hallo Andreas,<br>
    <br>
    ich habe das Image (von der Volkszählerseite) für den Raspberry auf
    die SD-Karte geschrieben und auch schon meinen Stromzähler
    eingebunden.<br>
    <br>
    Lokal lief das alles, habe auf meinem Webspace auch PHP 5.3
    ausgewählt (weiß allerdings nicht ob es V5.3.3 ist).<br>
    <br>
    Gruß<br>
    <br>
    Andre<div><div class="h5"><br>
    <br>
    <div>Am 04.04.2015 um 17:17 schrieb Andreas
      Götz:<br>
    </div>
    <blockquote type="cite">
      
      <div>Hallo Viper,</div>
      <div><br>
      </div>
      <div>Lief vz schon bei Dir lokal? Hast Du den vendor Ordner mit
        kopiert? Die Anleitungen sind leider völlig veraltet...</div>
      <div><br>
      </div>
      <div>Viele Grüße, Andreas</div>
      <div><br>
        <br>
        <br>
      </div>
      <div><br>
        Am 04.04.2015 um 11:34 schrieb Viper <<a href="mailto:viper@viper1.de" target="_blank">viper@viper1.de</a>>:<br>
        <br>
      </div>
      <blockquote type="cite">
        <div>
          
          Hallo,<br>
          <br>
          ich brauche mal wieder eure Hilfe.<br>
          <br>
          Ich will mit meiner Installation auf meinen Wedspace bei
          Strato umziehen und bin nach dieser Anleitung vorgegangen: <a href="http://wiki.volkszaehler.org/howto/installation_auf_webhoster_2" target="_blank">http://wiki.volkszaehler.org/howto/installation_auf_webhoster_2</a><br>
          <br>
          Ich habe also auf meinem Webspace einen Unterordner
          "volkszaehler" angelegt und alles unterhalb von: /home/pi/<a href="http://volkszaehler.org" target="_blank">volkszaehler.org</a>
          von der SD-Karte meines Raspberry dort hinein kopiert.<br>
          <br>
          Dann habe ich noch die Datenbank vom Raspberry in die
          Datenbank von Strato importiert.<br>
          <br>
          Meine volkszaehler.conf.php auf dem Webspace sieht nun so aus:<br>
          <font color="#3366ff"><br>
            <?php<br>
            <br>
            ...<br>
            <br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en#getting-a-connection:driver" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en#getting-a-connection:driver</a><br>
            Â */<br>
            $config['db']['driver']    Â Â Â  Â Â Â  Â Â Â  =
            'pdo_mysql';<br>
            <br>
            /**<br>
            Â * Hostname of database server<br>
            Â *<br>
            Â * Use 'localhost' for the machine your webserver is
            running on.<br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a><br>
            Â */<br>
            $config['db']['host']    Â Â Â  Â Â Â  Â Â Â  = '<a href="http://rdbms.strato.de" target="_blank">rdbms.strato.de</a>';<br>
            <br>
            /**<br>
            Â * Username for the database server<br>
            Â *<br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a><br>
            Â */<br>
            $config['db']['user'] = 'U20xxxxx';<br>
            <br>
            /**<br>
            Â * Password for the database server<br>
            Â *<br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a><br>
            Â */<br>
            $config['db']['password'] = 'xxxxx';<br>
            <br>
            /**<br>
            Â * @var string database name<br>
            Â *<br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a><br>
            Â */<br>
            $config['db']['dbname'] = 'DB2xxxxx';<br>
            <br>
            /**<br>
            Â * @var database connection encoding - should not be
            changed<br>
            Â *<br>
            Â * See <a href="http://stackoverflow.com/questions/13399912/symfony2-charset-for-queries-parameters" target="_blank">http://stackoverflow.com/questions/13399912/symfony2-charset-for-queries-parameters</a><br>
            Â */<br>
            $config['db']['charset']    Â Â Â  Â Â Â  = 'UTF8';<br>
            <br>
            /**<br>
            Â * Administration credentials<br>
            Â *<br>
            Â * For administration tasks (used by doctrine cli and the
            setup script)<br>
            Â * the following $['db']['admin'] settings will be merged
            with $config['db']<br>
            Â */<br>
            $config['db']['admin']['user'] = 'U2xxxxx';<br>
            $config['db']['admin']['password'] = 'xxxx';<br>
            <br>
            /**<br>
            Â * Database aggregation<br>
            Â *<br>
            Â * See misc/tools/aggregation.php for details<br>
            Â */<br>
            $config['aggregation'] = false;<br>
            <br>
            /**<br>
            Â * Path of the SQLite database<br>
            Â *<br>
            Â * See Doctrine doc for details: <a href="http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en" target="_blank">http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en</a><br>
            Â */<br>
            //$config['db']['path']    Â Â Â  Â Â Â  Â Â Â  =
            'volkszaehler';<br>
            <br>
            $config['lib']['doctrine'] = '/home/strato/www/vi/<a href="http://www.viper1.de/htdocs/volkszaehler/vendor/doctrine/%27" target="_blank">www.viper1.de/htdocs/volkszaehler/vendor/doctrine/'</a>;
            <br>
            <br>
            ...<br>
            <br>
            ?></font><br>
          <br>
          Und meine volkszaehler.conf auf dem Webspace sieht nun so aus:<br>
          <br>
          <font color="#3366ff"># <a href="http://volkszaehler.org" target="_blank">volkszaehler.org</a>
            default Apache configuration<br>
            <br>
            // Alias /<a href="http://volkszaehler.org" target="_blank">volkszaehler.org</a>
            /usr/share/<a href="http://volkszaehler.org/htdocs" target="_blank">volkszaehler.org/htdocs</a><br>
            <br>
            Alias /<a href="http://volkszaehler.org" target="_blank">volkszaehler.org</a>
            /home/strato/www/vi/<a href="http://www.viper1.de/htdocs/volkszaehler/" target="_blank">www.viper1.de/htdocs/volkszaehler/</a><br>
            <br>
            // <Directory /usr/share/<a href="http://volkszaehler.org" target="_blank">volkszaehler.org</a>><br>
            <Directory /home/strato/www/vi/<a href="http://www.viper1.de/htdocs/volkszaehler/" target="_blank">www.viper1.de/htdocs/volkszaehler/</a>><br>
            Â Â Â  Options AllowOverride FileInfo Limit Options Indexes<br>
            Â Â Â  DirectoryIndex index.php<br>
            <br>
            Â Â Â  <IfModule mod_php5.c><br>
            Â Â Â  Â Â Â  AddType application/x-httpd-php .php<br>
            <br>
            Â Â Â  Â Â Â  php_flag magic_quotes_gpc Off<br>
            Â Â Â  Â Â Â  php_flag track_vars On<br>
            Â Â Â  Â Â Â  php_flag register_globals Off<br>
            Â Â Â  Â Â Â  php_value include_path .<br>
            Â Â Â  </IfModule><br>
            <br>
            </Directory></font><br>
          <br>
          Aber beim Aufrufen der Seite kommt immer folgender Fehler:<br>
          <br>
          <font color="#ff0000">500:Internal Server Error<br>
            <span style="font-family:Verdana,Arial,sans-serif;font-size:17.6px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)">../middleware.php/capabilities.json:</span><br style="font-family:Verdana,Arial,sans-serif;font-size:17.6px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
            <br style="font-family:Verdana,Arial,sans-serif;font-size:17.6px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
          </font>
          
          <span style="color:rgb(34,34,34);font-family:Verdana,Arial,sans-serif;font-size:17.6000003814697px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)"><font color="#ff0000">Unknown middleware
              response</font><br>
            <br>
            Laut der Volkszähler FAQ <a href="http://wiki.volkszaehler.org/faq" target="_blank">http://wiki.volkszaehler.org/faq</a>
            würde in der volkszaehler.conf.php ein Verweis auf Doctrine
            fehlen weshalb ich dies dort nachgetragen habe:<br>
          </span><br>
          <font color="#3366ff">$config['lib']['doctrine'] =
            '/home/strato/www/vi/<a href="http://www.viper1.de/htdocs/volkszaehler/vendor/doctrine/%27" target="_blank">www.viper1.de/htdocs/volkszaehler/vendor/doctrine/'</a>;</font><br>
          <br>
          Leider ist der Fehler immer noch da und wenn man den Wekklickt
          Ã¶ffnet sich zwar die Seite aber sobald man einen Kanal
          hinzufügen will kommen nur JAVA RUNTIME errors und der oben
          schon aufgeführte 500:Internal Server Error mit
          unterschiedlichen ../middelware.php/xxx fehlern.<br>
          <br>
          Hat einer von euch eine Idee was ich falsch gemacht habe???<br>
          <br>
          Gruß,<br>
          <br>
          Andre <br>
        </div>
      </blockquote>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br></div>