[vz-users] Installation auf Webhoster

Viper viper at viper1.de
Sat Apr 4 11:34:51 CEST 2015


Hallo,

ich brauche mal wieder eure Hilfe.

Ich will mit meiner Installation auf meinen Wedspace bei Strato umziehen
und bin nach dieser Anleitung vorgegangen:
http://wiki.volkszaehler.org/howto/installation_auf_webhoster_2

Ich habe also auf meinem Webspace einen Unterordner "volkszaehler"
angelegt und alles unterhalb von: /home/pi/volkszaehler.org von der
SD-Karte meines Raspberry dort hinein kopiert.

Dann habe ich noch die Datenbank vom Raspberry in die Datenbank von
Strato importiert.

Meine volkszaehler.conf.php auf dem Webspace sieht nun so aus:

<?php

...

 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en#getting-a-connection:driver
 */
$config['db']['driver']Â Â Â  Â Â Â  Â Â Â  Â Â Â  = 'pdo_mysql';

/**
 * Hostname of database server
 *
 * Use 'localhost' for the machine your webserver is running on.
 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en
 */
$config['db']['host']Â Â Â  Â Â Â  Â Â Â  Â Â Â  = 'rdbms.strato.de';

/**
 * Username for the database server
 *
 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en
 */
$config['db']['user'] = 'U20xxxxx';

/**
 * Password for the database server
 *
 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en
 */
$config['db']['password'] = 'xxxxx';

/**
 * @var string database name
 *
 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en
 */
$config['db']['dbname'] = 'DB2xxxxx';

/**
 * @var database connection encoding - should not be changed
 *
 * See
http://stackoverflow.com/questions/13399912/symfony2-charset-for-queries-parameters
 */
$config['db']['charset']Â Â Â  Â Â Â  Â Â Â  = 'UTF8';

/**
 * Administration credentials
 *
 * For administration tasks (used by doctrine cli and the setup script)
 * the following $['db']['admin'] settings will be merged with
$config['db']
 */
$config['db']['admin']['user'] = 'U2xxxxx';
$config['db']['admin']['password'] = 'xxxx';

/**
 * Database aggregation
 *
 * See misc/tools/aggregation.php for details
 */
$config['aggregation'] = false;

/**
 * Path of the SQLite database
 *
 * See Doctrine doc for details:
http://www.doctrine-project.org/projects/dbal/2.0/docs/reference/configuration/en
 */
//$config['db']['path']Â Â Â  Â Â Â  Â Â Â  Â Â Â  = 'volkszaehler';

$config['lib']['doctrine'] =
'/home/strato/www/vi/www.viper1.de/htdocs/volkszaehler/vendor/doctrine/';

...

?>

Und meine volkszaehler.conf auf dem Webspace sieht nun so aus:

# volkszaehler.org default Apache configuration

// Alias /volkszaehler.org /usr/share/volkszaehler.org/htdocs

Alias /volkszaehler.org
/home/strato/www/vi/www.viper1.de/htdocs/volkszaehler/

// <Directory /usr/share/volkszaehler.org>
<Directory /home/strato/www/vi/www.viper1.de/htdocs/volkszaehler/>
    Options AllowOverride FileInfo Limit Options Indexes
    DirectoryIndex index.php

    <IfModule mod_php5.c>
        AddType application/x-httpd-php .php

        php_flag magic_quotes_gpc Off
        php_flag track_vars On
        php_flag register_globals Off
        php_value include_path .
    </IfModule>

</Directory>

Aber beim Aufrufen der Seite kommt immer folgender Fehler:

500:Internal Server Error
../middleware.php/capabilities.json:

Unknown middleware response

Laut der Volkszähler FAQ http://wiki.volkszaehler.org/faq würde in der
volkszaehler.conf.php ein Verweis auf Doctrine fehlen weshalb ich dies
dort nachgetragen habe:

$config['lib']['doctrine'] =
'/home/strato/www/vi/www.viper1.de/htdocs/volkszaehler/vendor/doctrine/';

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.

Hat einer von euch eine Idee was ich falsch gemacht habe???

Gruß,

Andre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150404/02f72268/attachment.html>


More information about the volkszaehler-users mailing list